@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	background-image: url(../images/images_background/_background.jpg);
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

#struktur {
	background-color: #9DBBCC;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#kopfzeile {
	background-image: url(../images/images_banner/banner_2010.jpg);
	height: 205px;
	text-align: center;
	background-repeat: no-repeat;
}
#navigation {
	letter-spacing: 0.4em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 25px;
}
#navigation a {
	color: #666666;
}
#navigation a:hover {
	color: #FFFFFF;
}

#inhalt {
	float: left;
	height: 450px;
	width: 115px;
	background-image: url(../images/images_home/v_zeichen_gr_blau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	left: 20px;
	top: 30px;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 2px;
	word-spacing: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#inhalt a {
	color: #666666;
}
#inhalt a:hover {
	color: #FFFFFF;
}

#hauptbereich1 {
	float: left;
	height: 480px;
	width: 305px;
	overflow: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#hauptbereich2 {
	float: left;
	height: 480px;
	width: 305px;
	overflow: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}


#info {
	float: right;
	height: 450px;
	width: 170px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#fusszeile {
	text-align: center;
	clear: both;
	float: none;
	background-color: #5588A5;
	color: #CCCCCC;
	font-weight: normal;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}

.bild_rechts {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.bild_links {
	margin-right: 10px;
	margin-bottom: 10px;
}
