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

head, body				{ margin:0px;
						  padding:0px;
						  border:none;
						  font-family:Verdana, Geneva, sans-serif;
						  font-size:12px;
						  }

a						{ text-decoration:none;}

img						{ border:none;}

.gesamt					{ background-image:url(img/hintergrundbild.jpg);
							width:900px;
							height:600px;
							margin:auto;
							margin-top:50px;
						}
						
				
.header					{ /*background-color:#0F3;*/		
							width:900px;
							height:138px;
						}

.logo					{ padding-top:34px;
							margin-left:32px;
							}/**/


/*--- Navigationsleiste links mit Slideshow und Impressum ---*/

.navi					{ /*background-color:#0FF;*/		
							width:190px;
							height:462px;
							float:left;}
							
.navi_vertikal			{ /*background-color:#F6F;*/
						 	width: 190px;
							height: 298px;
							}

.navi_button1			{ /*margin-top:9px;*/
							background-image:url(img/button_start.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button1:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_start_hover.jpg);}


.navi_button2			{ margin-top:9px;/**/
							background-image:url(img/button_trainer.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button2:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_trainer_hover.jpg);}
							

.navi_button3			{ margin-top:9px;/**/
							background-image:url(img/button_team.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button3:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_team_hover.jpg);}

.navi_button4			{ margin-top:9px;/**/
							background-image:url(img/button_verein.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button4:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_verein_hover.jpg);}

.navi_button5			{ margin-top:9px;/**/
							background-image:url(img/button_presse.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button5:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_presse_hover.jpg);}

.navi_button6			{ margin-top:9px;/**/
							background-image:url(img/button_sponsoren.jpg);
							width:190px;
							height:40px;
							display:block}

.navi_button6:hover		{ /*margin-top:9px;*/
							background-image:url(img/button_sponsoren_hover.jpg);}
							

.container_slideshow	{ /*background-color:#39F;*/
							width: 190px;
							height: 131px;
							position:relative;
							}
			
.impressum				{/* background-color:#630;*/
							width: 190px;
							height: 33px;
							color:#e97b22;
							font-size:12px;
							font-family:"Siemens Sans", Verdana, sans-serif;
							text-align:center;
							}

.impressum a			{font-size:12px;
							font-family:"Siemens Sans", Verdana, sans-serif;
							color:#e97b22;
							text-align:center;
							display:block;
							margin-top:5px;}

.impressum a:hover			{font-size:14px;
							font-family:"Siemens Sans", Verdana, sans-serif;
							color:#005197;
							}
							
/*--- Content und horizontale Navigation ---*/

.inhalt_gesamt				{ /*background-color:#00C;*/ 
							width:710px;
							height:462px; 
							float:left}	
																						
							
					

.navi_horizontal		{ /*background-color:#C90;*/
							width: 710px;
							height: 23px;
							}

.navi_link			{ float:left;
						font-size:16px;
						height:21px;
						width:85px;
						margin-left: 25px;
						color:#e97b22;
						/*font-size:16px;*/
						font-family:"Siemens Sans", Verdana, sans-serif;
						}

.navi_link a		{ color:#e97b22;
						font-size:14px;
						font-family:"Siemens Sans", Verdana, sans-serif}

.navi_link a:hover		{ color:#005197;
						font-size:15px;
						font-family:"Siemens Sans", Verdana, sans-serif}

/*.navi_link a:visited	{ color:#005197;
						font-size:14px;
						font-family:"Siemens Sans", Verdana, sans-serif}*/

.content				{ /*background-color:#FF3;*/	
							width: 475px;
							height: 370px;
							margin-left:40px;
							margin-top:37px;
							}