@charset "utf-8";
#main {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1010px;
	width: 1025px;
}
#titel {
	float: left;
	height: 120px;
	width: 810px;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#info {
	float: left;
	height: 120px;
	width: 215px;
	background-color: #003399;
	margin: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding: 0px;
	left: 0px;
	background-image: url(images/bg-info.gif);
}
#menue {
	float: left;
	height: 1010px;
	width: 220px;
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg-blue.gif);
	
}
#content {
	float: left;
	height: 950px;
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
	white-space: normal;
	text-align: left;
	overflow: auto;
}
#klick {
	float: left;
	height: 1010px;
	width: 215px;
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(images/bg-orange.gif);
}
#nav-b {
	float: left;
	height: 30px;
	width: 220px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(images/bg-blue.gif);

}
.verweis:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.verweis:visited {
	color: #333333;
	text-decoration: none;
}
.verweis:hover {
	color: #333333;
	text-decoration: none;
}
.verweis:active {
	color: #333333;
	text-decoration: none;
}

