/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width:576px;
	font-family: Arial, Helvetica, sans-serif;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
	position: fixed;
	height: 100%;
	z-index: 2;
}

#srollbereich {}

#inhalt {
	background-color: #FFFFFF;
	position: absolute;
	left: 160px;
	top: 120px;
	font-size: 10pt;
	width: 540px;
	z-index: 1;
	padding-top: 0px;
}


/* Menue Oben */
#menue_top {
	background-image: url(../img/obenleiste.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	top: 0px;
	left: 144px;
	position: absolute;
	height: 122px;
	width: 576px;
	z-index: 3;
}

/* Menue Oben - Vogel */
#vogel_m1, #vogel_m2, #vogel_m3, #vogel_m4, #vogel_m5 {
	background-image: url(../img/vogel.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 98px;
	z-index: 4;
}
#vogel_m1 {
	background-position: 25px 4px;
}
#vogel_m2 {
	background-position: 139px 4px;
}
#vogel_m3 {
	background-position: 253px 4px;
}
#vogel_m4 {
	background-position: 367px 4px;
}
#vogel_m5 {
	background-position: 481px 4px;
}

/* Menue Oben Schriftpunkte */
#m1, #m2, #m3, #m4, #m5 {
	background-color: #999999;
	position: absolute;
	width: 110px;
	height: 20px;
	top: 92px;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12pt;
	z-index: 3;
}
#m1 {
	left: 0px;
}
#m2 {
	left: 115px;
}
#m3 {
	left: 230px;
}
#m4 {
	left: 345px;
}
#m5 {
	left: 460px;
}

#m1:active, #m2:active, #m3:active, #m4:active, #m5:active {
	background-color: #0066FF;
}
#m1:hover, #m2:hover, #m3:hover, #m4:hover, #m5:hover {
	background-color: #FFFF00;
}


#menue_sub {
	background-color: #9BBED4;
	background-image: url(../img/linksmenue.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	z-index: 2;
	padding-top: 120px;
	font-size: 9pt;
	line-height: 160%;
}

#menue_impressum {
	left: 10px;
	bottom: 10px;
	position: absolute;
	font-size: 0.8em;
	font-weight: bolder;
	z-index: 2;
}

#menue_impressum1 {
	list-style-image:url(../img/logo_viereck.gif);
	color: #FF0000;
	padding-bottom: 5px;
	line-height: 1.0em;
}

#menue_impressum2 {
	list-style-image:url(../img/logo_dreieck.gif);
	color: #FFFF00;
	padding-bottom: 5px;
	line-height: 1.0em;
}

#menue_impressum3 {
	list-style-image:url(../img/logo_kreis.gif);
	color: #0066FF;
	padding-bottom: 5px;
	line-height: 1.0em;
}


.rot {
	color: #FF0000;
}
.gelb {
	color: #FFFF00;
}
.gelb2 {
	color: #FFCC00;
}
.blau {
	color: #0066FF;
}
.hervorheben {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
}

#blocksatz {
	text-align: justify;
}

.rechtsbuendig {
	position: relative;
	left: 85px;
	z-index: 2;
}

.zentriert{
	position: relative;
	left: 45px;
}

.bildumfluss {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

h1 {
	font-size: 1.6em;
	line-height: 1.6em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.2em;
	line-height: 0em;
}

h4 {
	font-size: 1.1em;
	line-height: 0em;
}

p {
	font-size: 1.0em;
	padding-bottom: 10px;
	text-align: justify;
}

table {
	font-size: 1.0em;
}


ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:focus { color:#0066FF; background-color:#FFFF00; font-weight:bold; }
a:hover { color:#FF0000; text-decoration:none; background-color:#FFFF00; font-weight:bold; }
a:active { color:#0066FF; background-color:#FFFF00; font-weight:bold; }
