/* menue linke  seite */


#menu a {
	display: block;
	background-color:#FFFFCC;
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#menu a:visited{
	background-color:#FFFFCC;
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#menu a:active{
	background-color:#FFFFFF;
	color:black;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu a:hover {
	background-color:#009900;
	color: #FFFFFF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:9pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	font-weight: normal;
}


/* menue rechte  seite */


#menu2 a {
	display: block;
	background-color:#FFFFCC;
	color:black;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#menu2 a:visited{
	background-color:#FFFFCC;
	color:black;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#menu2 a:active{
	background-color:#FFFFFF;
	color:black;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu2 a:hover {
	background-color:#009900;
	color: #FFFFFF;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:120px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	font-weight: normal;
}

/* menue mitte */

#menu3 a {
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 9pt;
}

#menu3 a:visited{
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 9pt;
}

#menu3 a:hover {
	background-color:#009900;
	color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size:9pt;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

/* menue mitte groß */

#menu4 a {
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#menu4 a:visited{
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#menu4 a:hover {
	background-color:#009900;
	color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size:12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

/* menue mitte nur weiß */

#menu5 a {
	background-color:#FFFFFF;
	color:#FFFFFF;
}

#menu5 a:visited{
	background-color:#FFFFFF;
	color:#FFFFFF;
}

#menu5 a:hover {
	background-color:#FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* menue mitte klein8 */

#menu6 a {
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
}

#menu6 a:visited{
	background-color:#FFFFFF;
	color:black;
	font-family:verdana, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
}

#menu6 a:hover {
	background-color:#FFFFFF;
	color: #000000;
	font-family:verdana, sans-serif;
	font-size:7pt;
	text-decoration: underline;
}

/* menue grauer/schwarzer Text */

#menu7 a {
	color:#666666;
	font-family:verdana, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
}

#menu7 a:visited{
	color:#666666;
	font-family:verdana, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
}

#menu7 a:hover {
	color: #000000;
	font-family:verdana, sans-serif;
	font-size:7pt;
	text-decoration: underline;
}

/* menue wie normaler Text */

#menu8 a {
	color:#000000;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	text-decoration: none;
}

#menu8 a:visited{
	color:#000000;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	text-decoration: none;
}

#menu8 a:hover {
	color: #000000;
	font-family:verdana, sans-serif;
	font-size:9pt;
	background-color: #FFFFFF;
	text-decoration: none;
}

.navi_zelle_links {
	background-color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.text_zelle_mitte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

.navi_zelle_rechts {
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.fuss_hintergrund {
	background-image: url(bilder/logo-hintergrund.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #009900;
	font-size: 7pt;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.banner_hintergrund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #009900;
	line-height: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/logo-hobby-radler-620x110.jpg);
}

.haupt_tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid black;
}

.rubrik_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(bilder/balken2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 20px;
}

.rubrik_rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(bilder/balken2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 20px;
}

.rubrik_mitte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #336600;
	background-image: url(bilder/balken2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 20px;
}

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
	text-decoration: underline;
}

.counter {
	background-color: #FFFFCC;
}

.bild {
	border: 1px solid #009900;
}

.bild2 {

	border: 1px solid black;
}

.ueberschrift_balken {
	background-image: url(bilder/logo-hintergrund.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	border: 1px solid #000000;
	line-height: 20px;
	color: black;
}

.standard_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
}

.standard_rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 1px;
}

.standard_fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
}

.standard_oben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
	vertical-align: top;
}

.standard_kap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
	font-variant: small-caps;
	font-style: italic;
}

.text_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: #FFFFFF;
	padding: 1px;
}

.text_7pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	color: black;
}

.bild_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	color: black;
}

.ex_ze_li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.ex_ze_li_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ex_ze_re {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ex_ko_li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}

.ex_ko_re {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.werbung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
}
.text_7_links {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	background-color: #FFFFFF;
}
.text_7_links_oben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wohnung {
	background-color: #F8F8F8;
	border: 1pt solid #CCCCCC;
}

