@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-size:90%;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	line-height:120%;
	text-align:left; /*für IE 6.0*/
	background-color:#410600;
	background-image: url(img/headerBackground.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	
}

#formbox{
	font-size:100%;
	font-family:Verdana, Arial, Sans-Serif;
	line-height:200%;
	text-align:left; /*für IE 6.0*/
	margin: 5px 20px;
	color: #2f2619

}


#form{
	font-size:100%;
	font-family:Verdana, Arial, Sans-Serif;
	line-height:200%;
	height:20px;
	font-weight: normal;
	text-align:left; /*für IE 6.0*/
	margin: 5px 20px;
	color: #2f2619;
	border: 1px solid #2f2619;
}

#textarea{
	font-size:100%;
	font-family:Verdana, Arial, Sans-Serif;
	line-height:200%;
	font-weight: normal;
	text-align:left; /*für IE 6.0*/
	margin: 5px 20px;
	color: #2f2619;
	border: 1px solid #2f2619;
}



#sende { 
margin: 0px 20px;
height: 22px;
cursor: hand; 
font:12px Verdana, Arial, Sans-Serif; 
color:#ffffff; 
border: 1px solid #2f2619; 
text-align:center;
background-color: #2f2619; 
width:79px; 
} 

#loesche { 
margin: 0px 5px;
height: 22px;
cursor: hand; 
font:12px Verdana, Arial, Sans-Serif;
color:#ffffff; 
border: 1px solid #2f2619; 
background-color: #2f2619; 
width:79px; 
} 


#wrapper{
	width:902px;
	margin: 0 auto;
	text-align:left;
	
}


/*#overheader{
	height:15px;

}*/


#header{
	height:120px;
	width:900px;
	float:left;
	background-color:#410600;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #410600;
	border-right: 1px solid #410600;

}

#underheader{
	height:15px;
	width:900px;
	float:left;
	background-color:#33291c;
	background-image: url(img/underheader.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #410600;
	border-right: 1px solid #410600;

}

/*
#content ul{
	list-style-type: none;
			
}

#content ul li{
	margin: 0px 37px;
	color: #9c0901;
	line-height: 24px;
	background:url('img/list.png') no-repeat left center;
	padding-left:12px;
	
		
}*/


#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
		
}


#navigation li{
	float: left;
	}
	
	
#navigation a {
	
	height: 35px;
	display: block;
	background: url(img/navigation.jpg) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

		#navigation a.n_home.active {
			background-position: 0px 0px;
		}
		#navigation a.n_homeUn:hover {
			background-position: 0px -35px;
		}
		#navigation a.n_home {
			background-position: 0px -35px;
		}
		#navigation a.n_homeUn {
			background-position: 0px 0px;
		}
	
		#navigation a.n_club.active {
			background-position: -96px 0px;
		}
		#navigation a.n_clubUn:hover {
			background-position: -96px -35px;
		}
		#navigation a.n_club{
			background-position: -96px -35px;
		}
		#navigation a.n_clubUn {
			background-position: -96px 0px;
		}
		
		#navigation a.n_herren.active{
			background-position: -254px 0px;
		}
		#navigation a.n_herrenUn:hover {
			background-position: -254px -35px;
		}
		#navigation a.n_herren{
			background-position: -254px -35px;
		}
		#navigation a.n_herrenUn {
			background-position: -254px 0px;
		}
		
		#navigation a.n_damen.active {
			background-position: -339px 0px;
		}
		#navigation a.n_damenUn:hover {
			background-position: -339px -35px;
		}
		#navigation a.n_damen {
			background-position: -339px -35px;
		}
		#navigation a.n_damenUn {
			background-position: -339px 0px;
		}
		
		#navigation a.n_jugend.active {
			background-position: -422px 0px;
		}
		#navigation a.n_jugendUn:hover {
			background-position: -422px -35px;
		}
		#navigation a.n_jugend{
			background-position: -422px -35px;
		}
		#navigation a.n_jugendUn {
			background-position: -422px 0px;
		}
		
		#navigation a.n_spiel.active {
			background-position: -502px 0px;
		}
		#navigation a.n_spielUn:hover {
			background-position: -502px -35px;
		}
		#navigation a.n_spiel{
			background-position: -502px -35px;
		}
		#navigation a.n_spielUn {
			background-position: -502px 0px;
		}
		
		#navigation a.n_club1.active {
			background-position: -660px 0px;
		}
		#navigation a.n_club1Un:hover {
			background-position: -660px -35px;
		}
		#navigation a.n_club1{
			background-position: -660px -35px;
		}
		#navigation a.n_club1Un {
			background-position: -660px 0px;
		}
		
		#navigation a.n_kontakt.active {
			background-position: -759px 0px;
		}
		#navigation a.n_kontaktUn:hover {
			background-position: -759px -35px;
		}
		#navigation a.n_kontakt{
			background-position: -759px -35px;
		}
		#navigation a.n_kontaktUn {
			background-position: -759px 0px;
		}

	

		
#content{
	float:left;
	width:900px;
	background-color:#efe9e8;
	/*background-image: url(img/content.jpg);*/
	background-position:top left;
	background-repeat: no-repeat;
	border-top: 1px solid #410600;
	border-left: 1px solid #410600;
	border-right: 1px solid #410600;
	
}

#headgfx{
	height:200px;
	width:900px;
	float:left;
	background-color:#33291c;
	background-image: url(img/homeheader.jpg);
	margin-bottom: 20px;

	}
	
#headgfx1{
	height:200px;
	width:900px;
	float:left;
	background-color:#33291c;
	background-image: url(img/clubheim_header.jpg);
	margin-bottom: 20px;

	}
	
#headgfx2{
	height:200px;
	width:900px;
	float:left;
	background-color:#33291c;
	background-image: url(img/jugend_header.jpg);
	margin-bottom: 20px;

	}
	
#headgfx3{
	height:200px;
	width:900px;
	float:left;
	background-color:#33291c;
	background-image: url(img/header_club100.jpg);
	margin-bottom: 20px;

	}	
	

.box{
	margin: 0px 15px;
	width:800px;

	}
	

#footer{
	float:left;
	height:30px;
	width:902px;
	background-color:#4a0f0a;
	
		
}


h1, h2, h3, h4, h5, h6{
	margin: 25px 5px;
	font-size:130%;
	color: #4a0f0a;
	
}

p{
	margin: 10px 5px;
	color: #4a0f0a;
	line-height: 24px;
}


a:link{
	color:#4a0f0a;
	font-weight:bold;
	text-decoration:underline;
	
}

a:hover, a:active, a:focus{
	color:#97453e;
	font-weight:bold;
	text-decoration:underline;
	
}

a:visited{
	color:#c66057;
	font-weight:bold;
	text-decoration:underline;
	
}
