/* #### IPF - MBC v2 ###########################################################

dunkelstblau		#001C5A
heybrauchjemandblau	#003366
dunkelblau			#17244E
hellblau			#637194
nochnhellblau		#666699
nocheinblau			#B5C7EF
hellgraublau		#B8BED1
wtfblaugrau			#C0C4D5

#wäre schon klasse wenn man sich auf 3-4 stufen einigen könnte

orange			#EE5F11

grün			#9CC102		rgba(156,193,2,1)

hellgrau		#BFBFBF



CHANGELOG:
20121215, THM
- alles neu macht der Dezember
20130211, ME@IPF
- formTable zur Darstellung der Mitarbeiter
TODO:
mal sehen


############################################################################# */





html{
	position: relative;
	margin:0;
	padding:0;
	cursor:default;
	height:100%;
	overflow: hidden;
}

.robot-only, .print-only{
	display:none !important;
}


body{
	position: relative;
	
	margin:0;
	padding:0;
	
	height:100%;
	overflow: hidden;
	
	cursor:default;

 	font-family: Arial, Helevetica, sans-serif;
	font-size:13px;
	color:#333;
}


wbr{
	display:none;
	white-space:nowrap;
}

.ie8 wbr{
	display:inline;
}





/* #### LAYOUT ############################################################## */

.layout_container{
	min-width: 1000px; 
}





/* #### LAYOUT_CONTAINER #################################################### */

.layout_header{
	display: block;
	background: #B8BED1;
	height: 54px;
	border-bottom:1px solid #FFF;
}





/* #### LAYOUT_MAINMENU ##################################################### */

.layout_mainmenu{
	display: block;
	background: #001C5A;
	height: 22px;
	border-bottom: 1px solid #FFF;
}


.layout_mainmenu .topMenuItem{
	display: block;
	float: left;
}

.layout_mainmenu .topMenuItem a{
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 22px;
	color: #B5C7EF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.layout_mainmenu .topMenuItem:first-of-type a{
	padding-left: 4px;	
}

.layout_mainmenu .topMenuItem a:hover{
	background: #637194;
}

.layout_mainmenu .topMenu_language{
	display: block;
	float: right;
	margin: 0 4px;
}






/* #### LAYOUT_SUBMENU ###################################################### */

.layout_submenu{
	display: block;
	position: absolute;
	top:78px;
	left: 0;
	bottom: 25px;

	float: left;
	width: 168px;
	background: #001C5A url('/fileadmin/assets/templates/main/img_v3/left.jpg') top left no-repeat;
}


.layout_submenu #leftMenu ul{
	display: block;
}


.layout_submenu #leftMenu h1,
.layout_submenu #leftMenu li{
	display:block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
	
.layout_submenu #leftMenu a{
	display: block;
	text-decoration: none;
	line-height: 19px;
	padding: 3px 4px;
	color: #B5C7EF;
	font-size: 11px;
	text-transform: uppercase;
}
.layout_submenu #leftMenu a:hover{
	background: #637194;
}

.layout_submenu #leftMenu h1 a{
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}






/* #### LAYOUT_CONTENT ###################################################### */

.layout_content_container{
	display: block;
	position: absolute;
	
	top:104px;
	right: 0;
	bottom:25px;
	left: 169px;
	
	
	m_in-height:800px;
	
	margin: 0;
	padding: 0;
	
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: auto;
}


.layout_content_wrap{
	position: relative;
	
	display: table;		/* ganz hässlicher hack, ich hoffe wir machen das irgendwann nochmal komplett neu */
	height: 100%;
	width: 100%;
}

.layout_content_wrap:after{
	display: block;
	content: " ";
	clear: both;

}



.layout_content{
	display: block;
	clear: both;
	padding: 0;
	margin: 0 241px 0 0 !important;
	max-width:960px;
}


.layout_content #colNormal{
	padding: 10px 20px;
	min-height: 800px;
}

.layout_content .content_footer{
	background: #6BA8B9;
	color: #FFF;
	padding: 10px 20px;
	line-height: 1.3em;
}

.layout_content .content_footer a{
	color: #FFF;
}

#pdfLink{ display:  none}







/* #### LAYOUT_SIDEBAR ###################################################### */

.layout_sidebar{
	display: block;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	width: 200px;
	background: #eee;
	b_ackground-image: -webkit-linear-gradient(left, #A0A0A0, #C0C0C0 10px, #D0D0D0 15px, #EEE 30px, #EEE );
	border-left: 1px solid #CCC;
	padding: 0 20px;
}


.layout_sidebar .sidebar_title{
	text-transform: uppercase;
}

.layout_sidebar .sidebar_title a{
	text-decoration: none;
	color:#444;
}


.layout_sidebar .news_list{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.layout_sidebar .news_list li{
	display: block;
/*	margin: -10px -20px;
	padding: 10px 20px;
*/
	margin: 0 -20px 0 -20px;;
	padding: 8px 10px 8px 20px;
}

.layout_sidebar .news_list li:nth-last-of-type(2n){
	background: #E0E0E0;
}

.layout_sidebar .news_list li:nth-last-of-type(2n):hover{
	background: #CCC;
}

.layout_sidebar .news_list li:hover{
	background: #D0D0D0;
}


.layout_sidebar .news_list a{
	text-decoration: none;
}

.layout_sidebar .news_list .news_date{
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 3px 0;
}

.layout_sidebar .news_list li:nth-last-of-type(2n) .news_date{
	color: #444;
}

.layout_sidebar .news_list .news_title{
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}


.layout_sidebar .news_list .news_teaser{
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 11px;
}

.layout_sidebar .news_list .news_teaser p{
	margin: 0 0 0.5em 0;
}

.layout_sidebar .news_list .news_teaser *{
	color: #333 !important;
}

.layout_sidebar_news .sidebar_archive_link{
	display:block;
	margin: 1em 0;
	text-align: center;
	color: #666;
	text-decoration: underline;
}
.layout_sidebar_news .sidebar_archive_link:hover{
	color: #000;
}




/* #### LAYOUT_BREADCRUMBS ################################################## */

.layout_breadcrumbs{
	position: relative;
	display: block;
	margin: 0 0 0 169px;
	padding: 0 0 0 14px;
	background: #EEE;
	height: 25px;
	border-bottom: 1px solid #CCC;
	z-index: 999;

	overflow: hidden;
	text-overflow: ellipsis;
}


.layout_breadcrumbs:after{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	
	width:20px;
	border-right:20px solid #EEE;
	background-image:-webkit-linear-gradient(left, rgba(238,238,238,0),rgba(238,238,238,1));
	background-image:-moz-linear-gradient(left, rgba(238,238,238,0),rgba(238,238,238,1));
	background-image:-ms-linear-gradient(left, rgba(238,238,238,0),rgba(238,238,238,1));
	background-image:-o-linear-gradient(left, rgba(238,238,238,0),rgba(238,238,238,1));
	background-image:linear-gradient(left, rgba(238,238,238,0),rgba(238,238,238,1));
}

.layout_breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width:2000px;
}

.layout_breadcrumbs li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
}


.layout_breadcrumbs li a{
	display: block;
	padding: 0 4px;
	line-height: 25px;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
.layout_breadcrumbs li a:hover{
	text-decoration: underline;
}

.layout_breadcrumbs li a:before{
	content: ">";
	color: #AAA;
	padding: 0 4px 0 0;
	text-decoration: none !important;
}

.layout_breadcrumbs li a.homelink:before{
	display:none;
	content: "";
}







/* #### LAYOUT_FOOTER ####################################################### */

.layout_footer{
	display: block;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;

	height: 24px;
	
	background: black;
	border-top:1px solid #FFF;
}


.layout_footer ul,
.layout_footer li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.layout_footer ul{
	float: right;
	margin: 0 10px 0 0;
}

.layout_footer li{
	float: left;
}

.layout_footer a{
	line-height: 24px;
	padding: 0 4px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}





/* #### CONTENT ELEMENTE #################################################### */


.rtecontent:after{
	content:" ";
	clear: both;
	display: block;
}



.rtecontent a{
	color: #000;
}




.rtecontent table p{
	margin: 0;
	padding: 0;
	
}


dl.csc-textpic-image{
	position: relative;

	b_order: 5px solid #FFF;
	b_ox-shadow: 0 0 1px 1px #CCC;

	padding: 5px !important;
	border:1px solid #CCC;
}

dl.csc-textpic-image dt{
}

dl.csc-textpic-image dt a{
	display:block;
	cursor: pointer;
	cursor: url('/fileadmin/assets/templates/magnify_1.cur'), pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -ms-zoom-in;
	cursor: zoom-in;
}

dl.csc-textpic-image dt a img{
}

dl.csc-textpic-image  dd.csc-textpic-caption{
	background: #9CC102;
	font-size: 11px;
	line-height: 13px;
	padding: 5px 10px;
	color: #FFF;
}





/* #### FANCYTEXT ########################################################### */


.rtecontent .col2,
.rtecontent .col3{
	display: block;
	width:50%;
	float: left;
}

.rtecontent .col1,
.rtecontent .col2,
.rtecontent .col3{
	position: relative;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rtecontent .col2{
	width:50%;
}

.rtecontent .col3{
	width:33.333333%;
}







.rtecontent .col1.streifen .csc-textpic-imagewrap img,
.rtecontent .col2.streifen .csc-textpic-imagewrap img,
.rtecontent .col3.streifen .csc-textpic-imagewrap img{
	display:none;
}


.csc-textpic-imagewrap{
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}


.rtecontent .col1.streifen .csc-textpic-imagewrap,
.rtecontent .col2.streifen .csc-textpic-imagewrap,
.rtecontent .col3.streifen .csc-textpic-imagewrap{
	height: 180px;
	width:100%;
	margin: 0 -20px;
	padding: 0 20px;

	b_ackground-image: inherit !important;
	background-position: bottom center;
	background-repeat: repeat-x;
}

.rtecontent .streifen .csc-textpic-right .csc-textpic-imagewrap{
	background-position: bottom right;
}

.rtecontent .streifen .csc-textpic-left .csc-textpic-imagewrap{
	background-position: bottom left;
}



.rtecontent .col1.streifen .csc-textpic,
.rtecontent .col2.streifen .csc-textpic,
.rtecontent .col3.streifen .csc-textpic{
	width:100%;
}

.rtecontent .col1.streifen .csc-textpic-imagewrap,
.rtecontent .col2.streifen .csc-textpic-imagewrap,
.rtecontent .col3.streifen .csc-textpic-imagewrap{
	position: relative;
	float: none !important;
	height: 180px;
	text-align: center;
}

.rtecontent .col1.streifen .csc-textpic img,
.rtecontent .col2.streifen .csc-textpic img,
.rtecontent .col3.streifen .csc-textpic img{
	width: auto !important;
	height: auto !important;
}


.rtecontent .col1.streifen .csc-header,
.rtecontent .col2.streifen .csc-header,
.rtecontent .col3.streifen .csc-header{
/*
	position: absolute;
	top: 140px;
	left: 0;
	right:0;
*/
	height:60px;

	margin: -70px 0 60px 0 !important;
	padding: 0;
	z-index:99;
	
	font-family: OpenSans, Helevetica, Arial, sans-serif;
}


.rtecontent .col1.streifen .csc-header h1,
.rtecontent .col1.streifen .csc-header h2,
.rtecontent .col2.streifen .csc-header h1,
.rtecontent .col2.streifen .csc-header h2,
.rtecontent .col3.streifen .csc-header h1,
.rtecontent .col3.streifen .csc-header h2{
	display: block;
	background: none;
	margin: 0 !important;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
}
.rtecontent .csc-header a{
	color: #FFF !important;
	text-decoration: none;
}


.rtecontent .col1.streifen .csc-header h2,
.rtecontent .col2.streifen .csc-header h2,
.rtecontent .col3.streifen .csc-header h2{
	padding: 5px 10px;
	line-height: 15px;
}

.rtecontent .col1.streifen .csc-header h3,
.rtecontent .col2.streifen .csc-header h3,
.rtecontent .col3.streifen .csc-header h3{
	margin: -10px 0 0 0 !important;
	padding: 0 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}


.rtecontent .col1.streifen .csc-header h4,
.rtecontent .col2.streifen .csc-header h4,
.rtecontent .col3.streifen .csc-header h4{
	margin: -10px 0 0 0 !important;
	padding: 0 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}




.rtecontent .col1.streifen .csc-header a,
.rtecontent .col2.streifen .csc-header a,
.rtecontent .col3.streifen .csc-header a{
	display: block;
	color: #EEE !important;
	text-decoration: none;
}

.rtecontent .col1.streifen .csc-header a:hover,
.rtecontent .col2.streifen .csc-header a:hover,
.rtecontent .col3.streifen .csc-header a:hover{
	text-decoration: underline;
	b_ackground: rgba(156,193,2,0.1);
}


.rtecontent .col1.streifen .csc-textpic-text,
.rtecontent .col2.streifen .csc-textpic-text,
.rtecontent .col3.streifen .csc-textpic-text{
	padding:0 10px;
}




.rtecontent .csc-default:after,
.rtecontent .col1:after{
	display:block;
	content: " ";
	clear: both;
}


.rtecontent .col1,
.rtecontent .csc-default{
	display: block;
	clear: both;
}





/* #### Startseite ########################################################## */



.page_2378 .rtecontent .col1.streifen .csc-header h1,
.page_2378 .rtecontent .col1.streifen .csc-header h2,
.page_2378 .rtecontent .col1.streifen .csc-header h3,
.page_2378 .rtecontent .col1.streifen .csc-header h4{
	padding: 0 200px 0 0;
	margin: -10px 0 0 0 !important;
	text-transform: none !important;
	font-weight: normal;
}

.page_2378 .rtecontent .col1.streifen .csc-header h1{
	font-size: 21px;
}

.page_2378 .rtecontent .col1.streifen .csc-header h2{
	font-size: 19px;
	line-height: 22px;
}
.page_2378 .rtecontent .col1.streifen .csc-header h3{
	font-size: 15px;
	line-height: 15px;
	margin: -12px 0 0 0 !important;
}
.page_2378 .rtecontent .col1.streifen .csc-header h4{
	font-size: 13px;
	line-height: 15px;
	margin: -10px 0 0 0 !important;
}

.page_2378 .rtecontent .col1.streifen .csc-header a,
.page_2378 .rtecontent .col1.streifen .csc-header a,
.page_2378 .rtecontent .col1.streifen .csc-header a{
	margin: 0;
	padding: 0;
}


.page_2378 .col1.streifen .csc-textpic-imagewrap{
	background-position: bottom right;
}


.page_2378 .col1.streifen .csc-textpic-text{
	position: absolute;
	bottom:60px;
	left: 0;
	right:0;
	padding: 0 300px 0 0;
}

.page_2378 .col1.streifen .csc-textpic-text p{
	line-height: 1.3 !important;
}







/* #### "alte" content styles - HERE BE DRAGONS ############################# */



.rtecontent h1{
	margin:35px -15px 0 -15px;
	padding: 10px 0 10px 15px;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:600;
	background-color: #6BA8B9;
	color:#fff;
}

.rtecontent h2 {
    background-repeat: no-repeat;
    border: 0 none;
    color: #544634;
    font-size: 135%;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

.rtecontent h3 {
   font-weight: bold;
   color: #6BA8B9;
   font-size: 115%;
}

.rtecontent .csc-subheader-0 {
	font-size: 120%;
	font-style: italic;
	color: #262626;
}

.rtecontent .csc-header-n2 h1{
	margin-top:1px;
}

.rtecontent p,
.rtecontent li{
	line-height:1.4em;
}

.rtecontent div.csc-textpic div.csc-textpic-single-image img{
	margin-bottom:0;
}


.rtecontent .mbc-green-stripe{
	margin:0 -15px 0 -15px;
	background-color:#9cc100;
}

.rtecontent .mbc-green-stripe dl.csc-textpic-image{
	margin:0;
}

.rtecontent .mbc-blue-stripe{
	clear:both;
	margin:8px -15px 0 -15px;
	background-color:#6ba8b9;
	padding: 10px 0 10px 15px;
	color:#fff;
	w_idth: 1200px;
}

.rtecontent .mbc-blue-stripe a{
	color:#FFFFFF;
}

.rtecontent .mbc-width100pc .csc-textpic-image{
	margin:0;
}


/* #### STARTSEITE - WERNER ################################################# */

#c8771 {
	display:block;
	background:url('/fileadmin/assets/mbc_start_werner.jpg') bottom right no-repeat;
	height:65px;
	padding: 210px 240px 5px 20px;
	margin: -185px -20px 0 -20px;
}

#c8912 {
	display:block;
	background:url('/fileadmin/assets/mbc_start_gruppe.jpg') bottom right no-repeat;
	height:65px;
	padding: 230px 20px 5px 20px;
	margin: 0px -20px 0 -20px;
}


#c8912 p,#c8771 p,
#c8912 a,#c8771 a{	
	color: #FFF !important;
	f_ont-size: 15px !important;
	l_ine-height: 15px !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#c8912 a,#c8771 a{	
	text-decoration: none !important;
	white-space: nowrap;
}

#c8912 a:hover ,#c8771 a:hover{	
	text-decoration: underline !important;
}
.formTable {
	border: 1px solid #003366;
	padding: 0px;
        font-size: 100%;
color: #001C5A;
}

.formTable a {
	color:#001C5A;
	font-weight: 
}

.formTable th {
	background-color: #003366;
	color: #FFFFFF;
	padding:5px;
}

.formTable th.staff {
	background-color: #666699;
	color: #FFFFFF;
}

.formTable td {
	background-color: #C0C4D5;
	padding:2px 5px;
	font-size: 80%;
}





#mbc_content .news_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mbc_content .news_list li{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#mbc_content .news_list li a{
	text-decoration: none;
}
#mbc_content .news_list li a:hover .news_teaser{
	text-decoration: underline;
}


#mbc_content .news_date{
	color:#888;
}

#mbc_content .news_date:after{
	content:" ";
	display:inline-block;
	height:1em;
	vertical-align: baseline;
	width:16px;
	margin: 0 0 0 3px;
	background: url('../images/sprites/halflings_tiny.png') no-repeat;
	background-position: -22px -24px;

	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


#mbc_content a[href$='.doc'] .news_date:after,
#mbc_content a[href$='.docx'] .news_date:after,
#mbc_content a[href$='.odt'] .news_date:after,
#mbc_content a[href$='.ppt'] .news_date:after,
#mbc_content a[href$='.pptx'] .news_date:after,
#mbc_content a[href$='.pdf'] .news_date:after{
	background-position: -95px -24px;
}

#mbc_content .news_list li a .news_teaser{
	display:block;
	clear: both;
}

#mbc_content .news_list .news_teaser > p{
	margin: 0 0 0.5em 0 !important;	
}
