/*Hauptnavigationsmenü */

#menu ul, #menu2 li {
list-style-type:square;
padding: 0 10 0 10;
color:#666666;
padding:0 10 0 10;
}


#menu a, #menu a:visited , #menu a:active {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	height:25px;
	line-height:2em;
	text-align:left;



background-color:#;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-variant: small-caps;
	width: 170px;
	padding-left: 5px;
	text-transform: capitalize;
	font-style: normal;
	letter-spacing: 0.2em;
	word-spacing: normal;
	font-weight: normal;

}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
	border-bottom:solid 1px #000;
}

/* allgemeine Textlinks  */

a:link, a:visited, a:active{
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	letter-spacing: normal;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	text-transform: none;
}

a:hover{
	text-decoration:none;
	background-color:#666666;
	color:#fff;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Menue Seitenzahlennavigation*/
#menu2 a:active {
	color:#fff;
	text-decoration:none;
	background-color:#FF6600;
	text-decoration:none;
}

#menu2 a, #menu2 a:visited {
	display: block;
	color:#FFFFFF;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height:20px;
	text-align:center;
	background-color:#333333;
	text-decoration:none;
	border:solid 1px #000;
	width: 15px;
	height: 20px;
	vertical-align: text-bottom;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#menu2 a:hover {color:#fff; text-decoration:none ;
background-color:#FF6600;
text-decoration:none ;
}

