/* CSS Document */
*{
margin:0;
padding:0;
}

#counter {
	display:none;
	width:126; height:43px;
}
body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
line-height:17px;
background-color:#C9E5B1;
background-image:url(images/bg_body.gif);
background-repeat:repeat-x;
background-position:top;
}
h1 {
font-weight:bold;
font-size:14px;
color:black;
line-height:15px;
}
h2 {
font-weight:bold;
font-size:12px;
color:#72A644;
line-height:15px;
}
.footnote {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
color:#999966;
font-weight:normal;
}
/* Fussbalsporsoren------------------------------------------*/
#marquee {
	font-weight:bold;
	font-size:11px;
	color:#72A644;
	width:308px; height:auto;
}
/* Fussbalsporsoren------------------------------------------*/


#wrapper {
margin:15px auto;
position:center;
height:auto; width:760px;
background-image:url(images/hg_wrapper.gif);
background-repeat:repeat;
}
#header {
padding-top:9px;
height:322px; width:760px;
background-image:url(images/hg_header.gif);
}
#navigation {
height:300px; width:173px;
text-align:left;
padding-left:10px;
float:left;
}
#content {
padding:0px 0px 10px 42px;
text-align:left;
height:auto; width:350px;
float:left;
}
#footer {
padding:19px 0px 0px 0px;
height:35px; width:760px;
background-image:url(images/hg_footer.gif);
background-repeat:no-repeat;
clear:left;
}
table {
text-align:left;
table-layout:fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Kontaktforumlar */
.tabellenzellen td {
font-size:12px;
color:black;
line-height:15px;
border: 1px solid #e3e3e3;
background-color:#F7FBF3;
padding:2px;
}
#feld {
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
}
#name {
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
}
#plz {
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
}
#telefon {
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
}
#nachricht {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 270px;
	height: 80px;
	font-size: 12px;
	font-weight: normal;
}
#senden {
	border:1px solid #e3e3e3;
	background-color:#fff;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}
a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#72A644;
line-height:15px;
text-decoration:none;
}
a:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#72A644;
line-height:15px;
text-decoration:none;
}
a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#72A644;
line-height:15px;
text-decoration:none;
}
a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#72A644;
line-height:15px;
text-decoration:underline;
}
/* MENU ---------------------------------------------------------------*/
#nav a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:black;
line-height:16px;
}
#nav a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
line-height:16px;
}
ul {
margin:0;
padding:0;
list-style:none;
width: 173px;
border-bottom: 1px solid #E0F0D4;
}
ul li {
position: relative;
}
li ul {
position:absolute;
left:172px;
top:0;
display:none;
border-bottom:1px solid #E0F0D4;
}
ul li a {
display: block;
text-decoration:none;
color:black;
background-color:white;
padding:2px 0 2px 2px;
border-top: 1px solid #E0F0D4;
border-left: 1px solid white;
border-right: 1px solid #E0F0D4;
}
ul li a:hover {
display:block;
text-decoration:none;
font-weight:bold;
color:white;
background: #a3c585;
background-repeat:repeat-x;
padding:2px 0 2px 2px;
}

/* Fix IE. Hide from IE Mac \*/ 
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; 	
}

/* MENU ENDE ---------------------------------------------------------------*/