body {
	margin: 0px;
	background-color: #ffffff;
	scrollbar-3d-light-color: #CDECFF;
	scrollbar-arrow-color: #DDDDDD;
	scrollbar-base-color: #CDECFF;
	scrollbar-dark-shadow-color: #CDECFF;
	scrollbar-face-color: #CDECFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #CDECFF;
}

td,div {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}

td a:link, a:visited, a:active, div a:link, a:visited, a:active {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

input, select, textarea {
	background-color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}

p {
	margin: 0px 0px 14px 0px;
}


#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 78px;
	background-color: #CDECFF;
	border-bottom: 3px solid #ffffff;
}

#subheader {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #DDDDDD;
	border-bottom: 3px solid #ffffff;
}

#maincontent {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 460px;
	background-color: #ffffff;
}

#navigation {
	width: 204px;
	height: 460px; 
	float: left;
	background-color: #F6F6F6;
}

#content {
	padding: 26px 0px; 
	float: right;
	width: 750px;
}

.hd {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.fehler {
	color: #ff0000;
}



