body { 
background-color: #ffffff 
} 

#main{ 

} 

a { 
color: #6fad14; /* Allgemeine Textfarbe */ 
text-decoration: none; 
} 

a:hover { 
text-decoration : underline; 
} 

body, td, input, textarea, div, p, table{ 
/* --- Standardtextart und -größe werden festgelegt --- */ 
font-family: Verdana, Helvetica, sans-serif; 
font-size : 12px; 
line-height: 16px; /* Zeilenabstand */ 
color: #000000; /* allgemeine Textfarbe */ 
} 

#kopfmenu{ 
width: 610px; 
height:20px; 
background-color: #d2d2d2; 
border: 1px solid #ACA48E; 
color: #ffffff; 
margin-right: 7px; 
margin-bottom: 5px; 
} 

#menu { 
/* --- #menu ist das Hauptmenu (meistens links) --- */ 
position: relative; 
padding: 0px; 
text-align: left; 
background-color: #D2D2D2; 
/* border: 1px solid #000000; /*
height: 75%; 
} 

#top { 
/* --- #top ist der obere Bereich --- */ 
height : 150px; 
top: 0px; 
} 

.logo { 
top : 60px; 
left : 0px; 
} 

.topbild1 { 
/* --- #topbild ist das (dynamisch austauschbare) Bild oben im Topbereich --- */ 
margin: 0px; 
padding: 0px; 
} 

.hintergrund{ 
/* background-image: url(../gif/gesamt_htg.gif); */
background-repeat: repeat-y; 
} 

#submenu, #toolmenu, #votingmenu{ 
/* -------------- Der Bereich "Tourdaten" und "Voting" -------------- */ 
font-family: Verdana, Helvetica, sans-serif; 
font-size : 10px; 
height:10px; 
background-color: #d2d2d2; 
border: 1px solid #ACA48E;
text-align: left; 
margin-bottom: 20px; 
padding: 1px; 
} 

#submenu a, #toolmenu a, #votingmenu a{ 
display: block; 
margin-left: 5px; 
line-height : 1.8em; 
text-decoration: none; 
color:black; 
} 

#submenu a:hover, #toolmenu a:hover{ 
display: block; 
margin-left: 5px; 
line-height : 1.8em; 
text-decoration: underline; 
} 

#submenu{ 
height:100%; 
} 

.boxhead{ 
/* -------------- Überschirft im Bereich "Tourdaten" und "Voting" -------------- */ 
background-color : #FE8000; 
border-bottom: 1px solid #ffffff; 
color: #ffffff; 
font-weight: bold; 
padding: 1px; 
padding-left: 5px; 
} 

#js-menu{ 
background-color: White; 
border-color: #ACA48E; 
border: 1px solid;
padding-left: 5px; 
padding-bottom: 3px; 
float:left; 
width:130px; 
filter: Alpha(opacity=100, finishopacity=50, style=1); 
} 

#js-menu a{ 
margin-left: 5px; 
text-decoration: none; 
color:black; 
} 

#js-menu a:hover{ 
margin-left: 5px; 
text-decoration: underline; 
color:black; 
} 

#inhalt { 
/* --- #inhalt ist der Bereich für die Seiteninhalt. (Wirkungsbereich der Templates) --- */ 
position: relative; 
background-color: #eeeeee; 
border: 1px solid #ACA48E; 
height: 100%; 
padding: 15px; 
} 

#content {
margin-top:20px;
}

h1 { 
/* --- Überschrift erster ordnung --- */ 
font-family: Verdana, Helvetica, sans-serif; 
font-weight : bold; 
font-size: 14px; 
} 

h2 { 
/*line-height : 1.2em;*/ 
font-family: Verdana, Helvetica, sans-serif; 
font-size : 12px; 
font-weight: bold; 
} 

h3 { 
font-family: Verdana, Helvetica, sans-serif; 
font-weight: bold;
font-size: 12px;
} 

h4 { 
font-family: Verdana, Helvetica, sans-serif; 
font-weight: bold;
font-size: 10px;
} 

p {
margin-bottom:18px;
}

