/* ---------------------- */

/* COLORS 

body bg: #242c74
horimenu level2: #D9342B
horimenu hover: #567BC9
horimenu hover v2: #F03D34


*/
body {
	/* text-align: center; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background: #fff;;
	height: 100%;
	text-align: left;
}

#contentheader h1 {
	font-size: 16px;
	font-weight: 100;
   color: #223F9A;
	margin-bottom: 1px;
	margin-top: 6px;
	padding: 0px;

}

h1 {
	font-size: 14px;
	font-weight: 100;
   color: #223F9A;
	margin-bottom: 1px;
	margin-top: 3px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	font-weight: 100;
   color: #223F9A;
	margin-bottom: 1px;
	margin-top: 3px;
	padding: 0px;
}


h3, .news-list-item h3 a, .news-list-item h3 a:hover  {
	font-size: 11px;
	font-weight: bold;
   /*color: #223F9A;*/
	color: #000;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 3px;
	padding: 0px;
	text-decoration: none;
	margin-bottom: 0px;
}



.csc-textpic-caption {
	font-size: 9px !important;
}

/* C O N T A I N E R */

#header {
	width: 98%;
	height: 90px;

}
#image {
   float: left;
	width: 300px;
	height: 75px;
	margin-top: 5px;
	margin-left: 5px;	
}
#printandclose {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 30px;
	background: #223f9a;
	padding: 3px;
}

#printandclose a {
	color: #fff;
	text-decoration: none;
}



/* General FCE Container */

#FCE_container {
   float: left;
	width: 100%;
	height: auto;
	min-height: 20px;
	margin-bottom: 10px;
}


/* Content, Left- and Rightcontainer */

#maincontainer {
	width: auto;
   height: auto;
	min-height: 500px;
	overflow: auto; /* damit sich der container an die höhe der subcontainer anpasst */
	background: none;

	 
}
#leftcontainer {
   float: left;
	width: 180px;
	height: 600px;;
	
}

#contentcontainer {
   float: left;
	width: auto;
	height: auto;
	min-height: 600px;
	border: 0px solid #E6EAED;
	background: #fff;
	padding: 0px 13px 5px 13px;
	overflow: auto; /* somit wird die Höhe angepasst */
}

/*

#contentheader{
	width: 100%;
	height: 27px;
	/* background: yellow; */ /*
	border-bottom: 1px solid #223F9A;
	padding-top: 2px;
}<

#contentimage {
	width: 100%;
	height: 130px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	/* background: green; */
/*
}
*/
#contenttext {
	width: 100%;
	height: 450px;
	min-height: 450px;
   border-top: 1px solid #223F9A;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bodytext a, .bodytext a:hover {
	color: #223f9a;
	text-decoration: none;
}

#rightcontainer {
   float: left;
	width: 180px;
   height: auto;
	padding: 0px;

}

#rightcontent1, #rightcontent2 {
   float: left;
	width: 100%;
	height: auto;
}




.whitefiller {
  	width: 100%;
	height: 29px;
	background: #ffffff;
	
	}
		

/* Footer */

#footer{
   
	width: auto;
	height: 16px;
	padding-left: 10px;
	padding-top: 2px;
	background: #C0CBD1;
	color: #fff;

}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* MENUS */

.navMenu {
	display: inline;
	border-right: 1px solid #fff;
	padding: 2px 8px 2px 8px;
	line-height: 18px;
}

/* -- SubMenu -- */

.ATagvertiMenuLev1, .ATagvertiMenuLev1Active {
	border-bottom: 1px solid #fff;
	padding: 2px;
	padding-left: 3px;
   
}

.ATagvertiMenuLev1 a, .navMenu a{
	color: #223F9A;
	text-decoration: none;
	text-align: left;
}

.ATagvertiMenuLev1 a:hover, .ATagvertiMenuLev1Active a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	}

.ATagvertiMenuLev2, .ATagvertiMenuLev2Active {
	border-bottom: 1px solid #fff;
	padding: 2px;
}

.ATagvertiMenuLev2 a {
	color: #223F9A;
	text-decoration: none;
	text-align: left;
}

.ATagvertiMenuLev2 a:hover, .ATagvertiMenuLev2Active a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	}

	
.ATagvertiMenuLev3, .ATagvertiMenuLev3Active {
	border-bottom: 1px solid #C7D1D6;
	padding: 2px 2px 2px 8px;
}

.ATagvertiMenuLev3 a {
	color: #223f9a;
	text-decoration: none;
	size: 10px;
	text-align: left;
}

.ATagvertiMenuLev3 a:hover, .ATagvertiMenuLev3Active a {
	color: #223f9a;
	color: #FF6C00;
	text-decoration: none;
	text-align: left;
	
	}
