html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_stimme.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 1px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}

a.menu {
	background-color:#b5b5b5;
	height: auto;
	width: auto;
	display: Block;
	padding-top: 10px;
	padding-bottom: 10px;
} 

a:hover.menu {
	background-color:#f4a224; /*#ffffff;*/
}

.fliestext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: medium;
	left: 0px;
	top: 0px;
	line-height: 22px;
	text-decoration: none;
	margin-left: 20px;
}
.ueberschrift {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: medium;
	left: 0px;
	top: 0px;
}
.menusub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	word-spacing: 1px;
	font-style: normal;
	line-height: 13px;
	color: #787878;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 8px;
}

.menuAuswahl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 1px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	top: 2px;
}
.menusubAuswahl {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 1px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 8px;
}
.Lesetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: medium;
	left: 0px;
	top: 0px;
	line-height: 18px;
	text-decoration: none;
}
.bilderkl {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	word-spacing: 1px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
}


#subnav {
	position:absolute;
	background-color: #e3e3e3;
	border: 1px dashed #999999;
	left:5px;
	top:309px;
	width:10em;
	height:18em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	z-index:10;
	margin:0px;
	padding:0px;

}

#subnav ul{
	margin: 0px;
	padding: 0px;
}

#subnav li{
	display: inline;
	/*margin-top: 0px;
	padding-top:10px;
	height: 25px;
	width:120px;
	list-style: none;*/
}

#subnav a{
	text-decoration: none;
	color:#000000;
	display:block;
	padding: 1.0em 0.5em;
	/*padding: 0.8em 0.8em;*/

/*	line-height: 3em;  // gut wenn nur einzeilig, block uben und unten*/ 

/*	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;*/
	/*float: left;*/
}
#subnav a:hover{
background-color:#f4a224;

}
