/* Allgemeine Formatierungen */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 0px;*/
}
body {
	background-color: #ccdae7;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

/* Seitenaufbau */
#wrap {
	width: 922px;
	margin-left: -511px;
	position: absolute;
	left: 50%;
	min-height: 101%;
	background-image: url(images/schatten.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
}
#main {
	background-color: #FFFFFF;
	padding-right: 11px;
	padding-left: 11px;
	min-height: 500px;
	width: 900px;
	/*border: 1px solid #ff0000;*/
}

/* Menü oben */
#menu_oben {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #4e4b4a;
	width: 900px;
}
#menu_oben a {
	color: #4e4b4a;
	text-decoration: none;
}
#menu_oben a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	background-image: url(images/banner.jpg);
	height: 174px;
	width: 900px;
	text-align: right;
	vertical-align: bottom;
}

/* Klickpfad und Suche */
#blau {
	background-color: #00488d;
	width: 900px;
	line-height: 31px;
	height: 31px;
}
#blau input {
	margin-top:5px;
}
#klickpfad {
	position: relative;
	color: #FFFFFF;
	padding-left: 8px;
	width: auto;
	float: left;
	/*border: 1px solid #ff0000;*/
}
#klickpfad a {
	color: #FFFFFF;
	text-decoration: underline;
}
#klickpfad a:hover {
	text-decoration: none;
}
#suche {
	position: relative;
	/*width: 180px;*/
	margin-left: 720px;
	color: #FFFFFF;
	/*border: 1px solid #ff0000;*/
}

/* Haupteil */
#content {
	margin-top: 20px;
	width: 900px;
}

/* Spalte links */
#col1 {
	width: 218px;
	float: left;
}

/* Navigationsebene 1 */
#col1 .no1 {
	color: #00488d;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #e5ecf3;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 12px center;
	text-indent: 38px;
	font-weight: bold;
}
#col1 .no1:hover {
	background-color: #a0bad4;
}
#col1 .act1 {
	color: #00488d;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #a0bad4;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 12px center;
	text-indent: 38px;
	font-weight: bold;
}

/* Navigationsebene 2 */
#col1 .no2 {
	color: #00488d;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e5ecf3;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 38px center;
	text-indent: 48px;
}
#col1 .no2:hover {
	font-weight: bold;
}
#col1 .act2 {
	color: #00488d;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e5ecf3;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 38px center;
	text-indent: 48px;
	font-weight: bold;
}

/* rechte und mittlere Spalte */
#innerwrap {
	margin-left: 218px;	
}

/* mittlere Spalte */
#col2 {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 455px;
	line-height: 15px;
	vertical-align: top;
}
#col2 h1 {
	color: #00488d;
	font-size: 16px;
	line-height: 25px;
}
#col2 h2 {
	color: #94d8d6;
	font-size: 12px;
	line-height: 25px;
}
#col2 a {
	color: #000000;
}
#col2 a:hover {
	text-decoration: none;
}
#col2 ul {
	list-style-image: url(images/arrow.gif);
}
#col2 .csc-sitemap li ul li{
	font-weight: normal;
}
#col2 .csc-sitemap li {
	font-weight: bold;
}

/* rechte Spalte */
#col3 {
	vertical-align: top;
	width: 180px;
	/*border: 1px solid #ff0000;*/
}
#col3_top {
	max-width: 180px;
	padding: 7px;
	background-color: #ccdae8;
	margin-bottom: 5px;
}
#col3_top img {
	max-width: 166px;
	padding-bottom: 5px;
}
#col3_top h1 {
	color: #00488d;
	font-size: 12px;
	line-height: 25px;
}
#news_head {
	max-width: 180px;
	padding: 7px;
	background-color: #6691bb;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#news {
	max-width: 180px;
	padding: 7px;
	line-height: 15px;
}
#news h1 {
	color: #00488d;
	padding-top: 7px;
	font-size: 10px;
	display: none;
}

/* Hilfsklassen */
.clear {
	clear: both;
	display: none;
}
#col4 {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
	line-height: 15px;
	vertical-align: top;
}
#col4 h1 {
	color: #00488d;
	font-size: 16px;
	}
#col4 h2 {
	color: #94d8d6;
	font-size: 12px;
	
}
#col4 a {
	color: #000000;
}
#col4 a:hover {
	text-decoration: none;
}
#col4 ul {
	list-style-image: url(images/arrow.gif);
}
#col4 .csc-sitemap li ul li{
	font-weight: normal;
}
#col4 .csc-sitemap li {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 p {
	margin: 0;
	padding: 0 0 0px 0;
}
