* {
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	border: none;
	color: rgb(0,0,0);
}

B {font-weight: bold;}
I {font-style: italic;}
EM {
	font-weight: bold;
	font-style: normal;
	color: rgb(204,0,0);
}
H1, H2, H3 {
	font-weight: bold;
	font-style: normal;
	line-height: 1.25;
	color: rgb(0,102,179);
}
H1 {font-size: 18px;}
H2 {font-size: 17px;}
H3 {font-size: 15px;}

.unsichtbar {display: none;}

body {
	background-color: rgb(255,255,255);
	text-align: center; /*.Fuer dumme IE-Browser - Zentrierung #container.*/
}

#abstand {
	float: left;
	height: 50%;
	width: 100px;
	margin-bottom: -307px; /*.Halbe Hoehe des #container - DIVs.*/
}

#container {
	position: relative;
	clear: left;
	width: 960px;
	height: 614px;
	margin: 0 auto;
	background-color: rgb(221,233,222);
	background-image: url(../bilder/HG_Standard.gif);
	background-repeat: no-repeat;
	background-position: top center;
	border-left: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	text-align: left; /*.Fuer dumme IE-Browser - Zentrierung ab #container aufheben.*/
}

#kopf_img1 {
	position: absolute;
	top: 10px;
	left: 0px;
}
#kopf_img2 {
	position: absolute;
	top: 10px;
	left: 162px;
}

/*.Navigation.*/

#navigation {
	position: absolute;
	top: 136px;
	left: 0px;
	list-style: none;
}

#navigation LI {
	margin: 0 0 10px 0;
	width: 142px;
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
}

#navigation LI A {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	background-color: rgb(194,221,202);
}

#navigation LI A.aktiv {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(0,94,61);
}

/*.Spezial-Knöpfe stylen.*/

#navigation LI #orchidee {background-color: rgb(254,253,213);}
#navigation LI #orchidee:HOVER {background-color: rgb(254,253,213);}
#navigation LI #orchidee.aktiv {
	color: rgb(255,255,255);
	background-color: rgb(0,94,61);
}

#navigation LI #rose {background-color: rgb(230,112,20); color: rgb(254,253,213);}
#navigation LI #rose:HOVER {background-color: rgb(230,112,20); color: rgb(254,253,213);}
#navigation LI #rose.aktiv {
	color: rgb(255,255,255);
	background-color: rgb(0,94,61);
}

A {
	text-decoration: none;
	color: rgb(0,137,92);
}

A:LINK {color: rgb(0,137,92);}
A:VISITED {color: rgb(0,137,92);}
A:HOVER {
	color: rgb(102,102,102);
	font-weight: bold;
}

#unten_bild {
	position: absolute;
	top: 470px;
	left: 0px;
}

#fusz_zeile {
	position: absolute;
	top: 595px;
	left: 20px;
	font-size: 10px;
	font-weight: bold;
	color: rgb(188,79,0);
}
