body {
	background-color: #E5EFF5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pic/hg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#logo {
	position: absolute;
	z-index: 2;
	height: 170px;
	width: 290px;
	top: 5px;
	left: 10px;
}
#bildleiste {
	position: absolute;
	z-index: 1;
	height: 160px;
	width: 100%;
	background-image: url(pic/bilder_oben.jpg);
	background-repeat: no-repeat;
	background-position: 45px 0px;
}
#links {
	position: absolute;
	z-index: 1;
	top: 160px;
	left: 45px;
	height: 440px;
	width: 160px;
	background-image: url(pic/bilder_links.jpg);
}
#menustart{
	position: absolute;
	z-index: 10;
	top: 155px;
	left: 90px;
	height: 30px;
	width: 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	background-image: url(pic/menu_start.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
#mainmenu {
	position: absolute;
	z-index: 10;
	top: 155px;
	left: 106px;
	background-image: url(pic/menu_ende.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainmenu ul {
	margin: 0px;
	padding-right: 15px;
	padding-left: 0px;
}
#mainmenu li {
	padding-top: 1px;
	padding-bottom: 2px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	list-style-type: none;
	background-image: url(pic/menu_hg.gif);
	background-repeat: repeat-x;
	float: left;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
a.main:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.main:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.main:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
}
a.main:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
}

#content {
	position: absolute;
	z-index: 1;
	top: 160px;
	left: 205px;
	width: 565px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	background-image: url(pic/flocken.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	clear: both;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	clear: both;
}
h2 a:link {
	color: #000000;
	text-decoration: underline;

}
h2 a:visited {
	color: #000000;
	text-decoration: underline;
}
h2 a:hover {
	color: #999999;
	text-decoration: underline;
}
h2 a:active {
	color: #999999;
	text-decoration: underline;
}
.hinweis_gr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC3300;
}
.gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
}

.hinweis_kl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.fliesstext:link {
	color: #000000;
	text-decoration: underline;
}
a.fliesstext:visited {
	color: #000000;
	text-decoration: underline;
}
a.fliesstext:hover {
	color: #999999;
	text-decoration: underline;
}
a.fliesstext:active {
	color: #999999;
	text-decoration: underline;
}

.bildrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
