@CHARSET "UTF-8";

html {
	background-color: #eee;
	background-image: url('assets/backgrounds/stretcher.png');
	background-position: center top;
	background-repeat: repeat-y;
}

body {
    font-size: 12px;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:link,
a:visited {
	color: #005794;
}

a:hover {
	color: #7f7f7f;
}



/*** PAGE LAYOUT ***********************************************************************************************************/
.pagecontainer {
    font-family: Helvetica, Arial, sans-serif;
    z-index: 2;
    position: absolute;
    left: 50%;
    background-repeat: repeat-y;

    width: 820px;
    margin-left: -420px;
    padding: 0 10px 0 10px;
}



/*** CONTENT LAYOUT ********************************************************************************************************/
.defaultcontentcontainer {
    line-height: 1.7em;
    color: #424242;
    border-left: solid 1px #efefef;
    width: 525px; /* 589 - 32 - 32 */
    padding: 29px 32px;
    min-height: 100%;

}

.mediabar {
    min-height: 197px;
    background-color: #fff;
    /*margin: 0 2px 0 2px;*/
}

.mediabar .conceptumlogo {
    position: absolute;
    display: block;
    height: 197px;
    width: 230px;
    z-index: 999;
    background-image: url('assets/backgrounds/topbannerlogo.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.mediabar .conceptumlogo > img {
    display: none;
}

.admin .mediabar .conceptumlogo {
    display: none;
}



/*** COPYRIGHT FOOTER ******************************************************************************************************/
.copyright {
	font-size: 10px;
	padding: 5px 0 0 0;
	margin: 20px 0 20px 0;
	border-top: dotted 1px #8e8e8e;
}

.copyright .left, .copyright .right {
}

.copyright a:link, .copyright a:visited {
}



/*** TOP MENU **************************************************************************************************************/
.topmenu {
    background-color: #f7f7f7;
    text-align: right;
    padding: 2px 15px 5px 15px;
    /*margin: 0 0.10em 0 0;*/
}

.topmenu a:link,
.topmenu a:visited,
.topmenu a img {
    vertical-align: middle;
}

.topmenu .linkstylebutton {
    border: none;
    background: transparent;
    color: #005794;
    cursor: pointer;
}

.topmenu .linkstylebutton:hover {
    color: #7f7f7f;
}



/*** MAIN MENU *************************************************************************************************************/
.mainmenu {
	/* background-color: #f7f7f7; */
	width: 230px;
	padding: 24px 0 0 0;
    font-size: 11px;
}

.mainmenu .mainitem {
	display: block;
	padding: 9px 0 8px 43px;
	.padding: 8px 0 8px 43px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 28px 10px;
	color: #005794;
	text-transform: uppercase;
    border-bottom: solid 1px #bfbfbf;
}

.mainmenu .mainitem.noborder {
    border-bottom: none;
}

.mainmenu .mainitem.activeMain {
	border-left: solid 4px #d40019;
	background-color: #fff;
	padding: 9px 0 8px 39px;
	.padding: 8px 0 8px 39px;
}

.mainmenu .mainitem.openMain.activeMain,
.mainmenu .mainitem.openMain.activeMain {
    border-bottom: none;
	background-position: 24px 10px;
}

.mainmenu .mainitem.openMain {
	border-bottom: none;
	background-image: url('assets/mainmenu/menubutton_open.png');
}

.mainmenu .mainitem.closedMain {
	border-bottom: solid 1px #bfbfbf;
	background-image: url('assets/mainmenu/menubutton_closed.png');
}

.mainmenu .mainitem.noborder {
	border-bottom: none;
}

.mainmenu .mainitemgroup.active {
	border-bottom: solid 1px #bfbfbf;
}

.mainmenu .mainitemgroup.inactive {
	display: none;
}

.mainmenu a.mainitem:hover {
	color: #000;
}



.mainmenu a.subitem:link,
.mainmenu a.subitem:visited {
	display: block;
	padding: 7px 0 7px 59px;
	color: #005794;
	background-repeat: no-repeat;
	background-image: url('assets/mainmenu/haken.gif');
	background-position: 43px 8px;
}

.mainmenu a.subitem.active:link,
.mainmenu a.subitem.active:visited {
	background-color: #fff;
	color: #7f7f7f;
	color: #000;
	border-left: solid 4px #d40019;
	border-bottom: none;
	padding: 7px 0 7px 55px;
	background-position: 39px 8px;
	.background-position: 43px 8px;
}

.mainmenu a.subitem.open:link,
.mainmenu a.subitem.open:visited,
.mainmenu a.subitem.closed:link,
.mainmenu a.subitem.closed:visited {
	background-position: 43px 8px;
	padding: 7px 0 7px 59px;
}

.mainmenu a.subitem.open.active:link,
.mainmenu a.subitem.open.active:visited,
.mainmenu a.subitem.closed.active:link,
.mainmenu a.subitem.closed.active:visited {
	padding: 7px 0 7px 55px;
	background-position: 39px 8px;
}

.mainmenu a.subitem.open:link,
.mainmenu a.subitem.open:visited {
	background-image: url('assets/mainmenu/menubutton_open.png');
}

.mainmenu a.subitem.closed:link,
.mainmenu a.subitem.closed:visited {
	background-image: url('assets/mainmenu/menubutton_closed.png');
}


.mainmenu a.subitem:hover {
	color: #7f7f7f;
	color: #000;
}






.mainmenu a.subsubitem:link,
.mainmenu a.subsubitem:visited {
	display: block;
	padding: 7px 0 7px 59px;
	color: #005794;
	background-image: url('assets/mainmenu/haken.gif');
	background-position: 43px 8px;
	background-repeat: no-repeat;
}

.mainmenu a.subsubitem.active:link,
.mainmenu a.subsubitem.active:visited {
	color: #7f7f7f;
	color: #000;
	background-color: #fff;
	border-bottom: none;
	padding: 7px 0 7px 55px;
	font-weight: bold;
	background-image: url('assets/mainmenu/haken.gif');
	background-position: 55px 8px;
	background-repeat: no-repeat;
	border-left: solid 4px #d40019;
}

.mainmenu a.subsubitem.open:link,
.mainmenu a.subsubitem.open:visited,
.mainmenu a.subsubitem.closed:link,
.mainmenu a.subsubitem.closed:visited {
	background-position: 43px 8px;
	padding: 7px 0 7px 59px;
}

.mainmenu a.subsubitem.open.active:link,
.mainmenu a.subsubitem.open.active:visited,
.mainmenu a.subsubitem.closed.active:link,
.mainmenu a.subsubitem.closed.active:visited {
	padding: 7px 0 7px 55px;
	background-position: 39px 8px;
}

.mainmenu a.subsubitem.open:link,
.mainmenu a.subsubitem.open:visited {
	/* background-image: url('assets/mainmenu/menubutton_open.png'); */
}

.mainmenu a.subsubitem.closed:link,
.mainmenu a.subsubitem.closed:visited {
	/* background-image: url('assets/mainmenu/menubutton_closed.png'); */
}

.mainmenu a.subsubitem:hover {
	color: #7f7f7f;
	color: #000;
	/* font-weight: bold; */
}






.mainmenu a.subsubsubitem:link,
.mainmenu a.subsubsubitem:visited {
	display: block;
	padding: 7px 0 7px 81px;
	color: #005794;
	background-image: url('assets/mainmenu/haken.gif');
	background-position: 69px 8px;
	background-repeat: no-repeat;
}

.mainmenu a.subsubsubitem.active:link,
.mainmenu a.subsubsubitem.active:visited {
	color: #7f7f7f;
	color: #000;
	background-color: #fff;
	border-bottom: none;
	padding: 7px 0 7px 77px;
	font-weight: bold;
	background-image: url('assets/mainmenu/haken.gif');
	background-position: 65px 8px;
	background-repeat: no-repeat;
	border-left: solid 4px #d40019;
}

.mainmenu a.subsubsubitem:hover {
	color: #7f7f7f;
	color: #000;
	/* font-weight: bold; */
}

.mainmenu div.menuborderbottom {
    border-bottom: solid 1px #bfbfbf;
}





/*** CONTENT FORMATTING ****************************************************************************************************/
.content {
    color: #000;
}

.content h1 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 25px 0;
	font-family: verdana, sans-serif;
	color: #585858;
	color: #000;
}

.content h2 {
	color: #797979;
	margin: 2px 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

.content h3 {
	color: #797979;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

.content h4 {
	color: #005794;
	margin: 2px 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
}

.content h5 {
	color: #005794;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
}

.content h7 {
	color: #005794;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}

.content a.arrowrightlink:link,
.content a.arrowrightlink:visited {
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right 1px;
	.background-position: right 3px;
	background-image: url('assets/icons/linkarrow_right.png');

}



/*** WHATEVER **************************************************************************************************************/
.borderBottom {
	border-bottom: solid 1px #b8c6e1;
}




/*** ELEMENTS **************************************************************************************************************/
.Potiscom_Cms_Element_Content_Image {
    padding: 0;
    margin: 0;
}



/*** WHATEVER **************************************************************************************************************/

.teaserelement {
   border-top: solid 0.1em #B8C6E1;
   padding-top: 2.0em;
}


.layout_col_2t1_1,
.layout_col_2t1_2 {
    width: 49%;
    overflow: hidden;
}

.layout_col_2t2_1 {
    width: 155px;
    overflow: hidden;
}

.layout_col_2t2_2 {
    width: 365px;
    overflow: hidden;
}

.layout_col_2t3_1 {
    width: 365px;
    overflow: hidden;
}

.layout_col_2t3_2 {
    width: 155px;
    overflow: hidden;
}

.layout_col_3_1 {
    width: 171px;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.layout_col_3_2 {
    width: 171px;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.layout_col_3_3 {
    width: 171px;
    overflow: hidden;
}






.style_margin_top_1 {
    margin-top: 15px;
}

.style_margin_bottom_1 {
    margin-bottom: 18px;
}

.style_padding_top_1 {
    padding-top: 15px;
}

.style_padding_bottom_1 {
    padding-bottom: 18px;
}

.style_padding_left_1 {
    padding-left: 10px;
}

.style_padding_right_1 {
    padding-right: 10px;
}

.style_border_top_1 {
    border-top: dotted 1px #8e8e8e;
}

.style_border_bottom_1 {
    border-bottom: dotted 1px #8e8e8e;
}


.slideshowArrowLeft {
    background-image: url('assets/icons/slideshow_arrow_left.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.slideshowArrowRight {
    background-image: url('assets/icons/slideshow_arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.Potiscom_Cms_Element_Image {
	padding-top: 4px;
    padding-bottom: 2px;
}

.teaserandthumbsitem {
	padding-top: 4px;
}

.Potiscom_Cms_Element_Image img {
    border: solid 1px #bfbfbf;
}

.Potiscom_Cms_Element_Html img {
    border: solid 1px #bfbfbf;
    padding-bottom: 4px;
}



