/******************************
* Dokument
******************************/
body{
	background-color:#ffffff;
    margin:0px;
    }
/******************************
* Seitenstruktur
******************************/         
#wrapper{
    width:952px;
    margin:0px auto;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;    
    }
#title{
    background-color:#008f3e;
    height:110px;
    padding:5px;
    }
#navigation{
    margin:0px;
    padding-left:5px;
    float:left;
    background-color:#008f3e;
    width:115px;
    }
#content{
    margin:0px;
    float:right;
    width:822px;
    background-color:#ffffff;
    padding:5px;
    }
.videos{
	float:right;
	text-align:center;
	}
/******************************
* Überschriften
******************************/
h1{
    font-size:18pt;
    text-align:center;
    }
h2{
    font-size:12pt;
    margin:0px;
    }
h3{ 
	font-size:12pt;
    margin-top:5px;
    margin-bottom:5px;
    }
/******************************
* Textformatierung
******************************/
p{
    font-size:12pt;
    }
/******************************
* Links
******************************/
a.erfolge{
    font-size:12pt;
    line-height:1.5;
    font-weight:bold;
    }
a.navi:link, a.navi:visited{
    text-decoration:none;
    color:#ffffff;
    }
a:hover{
	background-color:inherit;
	color:#CCCCCC !important;
}
/******************************
* Bilder
******************************/
img{
	border:1px solid #000000
}
/*****************************
* Navigation
*****************************/
#navi{
	list-style-type:none;
	margin:0;
	padding:0;
}
#navi a{
	color:#ffffff;
	text-decoration:none;
}
#navi a:visited{
	text-decoration:none;
	color:#ffffff;
}
/****************************
* Hervorhebung der Einzelnen Seiten in der Navigation
****************************/
body#main a#mainnavi,
body#news a#newsnavi,
body#videos a#videosnavi,
body#erfolge a#erfolgenavi,
body#gruppen a#gruppennavi,
body#geschichte a#geschichtenavi,
body#kontakt a#kontaktnavi,
body#impressum a#impressumnavi{
	color:#000000;
}	 

