/* KSBG Generelle CSS-Einstellungen */

*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

html, body {
	margin-bottom: -200px;
}

a {text-decoration: none;} 

#head_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 167px;
	background-repeat: no-repeat;
}

#head_left p {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	width: 400px;
	height: 16px;
}

#head_left p.header_title {
	top: 150px;
	left: 265px;
	font-size: 14px;
	font-weight: bold;
}

#head_left p.header_welcome {
	top: 131px;
	left: 331px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#head_left p.header_welcome a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#head_right {
	position: absolute;
	left: 1000px;
	right: 0px;
	height: 167px;
	background-repeat: repeat-x;
	
}

#navigation {
	position: absolute;
	top: 167px;
	left: 0px;
	height: 100%;
	width: 264px;
	background-repeat: repeat-y;
	margin-bottom: -200px;
	font-size: 12px;
	padding-top: 30px;
}

#navigation ul {
	padding-left: 5px;
	width: 240px;
	list-style: none;
}


.menu-level1-current-active { font-weight: bold; padding-bottom: 15px; }

.menu-level1-active { font-weight: bold; padding-bottom: 15px; font-size: 14px; }

.menu-level1-no-subpage { font-weight: normal; padding-bottom: 15px; font-size: 14px; }

.menu-level1-with-subpage { font-weight: normal; padding-bottom: 15px; font-size: 14px; }

.menu-level2 { font-weight: normal; }

.menu-level2-current-active { font-weight: bold; }

#content {
	position: absolute;
	width: 732px;
	left: 266px;
	top: 197px;
	height: auto;
}


#content_left {
	position: absolute;
	left: 5px;
	width: 450px;
}

#content_right {
	position: absolute;
	left: 485px;
	width: 200px;
}

.csc-header {
	margin-top: 20px;
}

.csc-header h1 {
	font-size: 16px;
	font-weight: bold;
}

.bodytext {
	margin-top: 5px;
	margin-bottom: 5px;
}