@charset "ISO-8859-1";

body {
margin : 0;
background : #FFFFFF;
font-family : Verdana, Helvetica, Arial;
font-weight : normal;
font-size: 90%;  
color : black;
}

a:link { font-weight:bold; color:black; text-decoration:none;}
a:visited { font-weight:bold; color:black; text-decoration:none;}
a:focus { font-weight:bold; color:silver; text-decoration:underline;}
a:hover { font-weight:bold; color:silver; text-decoration:none;  }
a:active { font-weight:bold; color:red; text-decoration:underline;}

a.navi:link { font-weight:bold; color:white; text-decoration:none; color:white;}
a.navi:visited { font-weight:bold; color:white; text-decoration:none; color: white;}
a.navi:focus { font-weight:bold; color:silver; text-decoration:underline; color: #AAAAAA;}
a.navi:hover { font-weight:bold; color:silver; text-decoration:none; color: #AAAAAA;}
a.navi:active { font-weight:bold; color:white; text-decoration:underline; color: #AAAAAA;}


img {
border : none;
}

#container {
position:absolute; 
top:0px;
left:50%;
width:1024px;
margin-left : -450px;
background-color : #ffffff;
z-index: 1;
}

#kopf_navi {
height:250px;
width:1024px;
background-color : #ffffff;
background-image : url(homepage/kopf_hintergrund.jpg);
background-repeat: no-repeat;
z-index: 1;
}

#hintergrund {
width:1024px;
min-height:250px;
background-color : #ffffff;
background-image : url(homepage/hintergrund.jpg);
background-repeat: repeat-y;
}

#logo {
position: absolute;
left:0px;
top:50px;
width:360px;
}

#navigation_home {
position: absolute;
left:380px;
top:86px;
width:83px;
height:40px;
background-color: #c0504d;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#navigation_athleten {
position: absolute;
left:470px;
top:86px;
width:83px;
height:40px;
background-color: #8064a2;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#navigation_trainer {
position: absolute;
left:560px;
top:86px;
width:83px;
height:40px;
background-color: #4bacc6;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#navigation_galerie {
position: absolute;
left:650px;
top:86px;
width:83px;
height:40px;
background-color: #9bbb59;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#navigation_kalender {
position: absolute;
left:740px;
top:86px;
width:83px;
height:40px;
background-color: #dad54a;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#navigation_training {
position: absolute;
left:830px;
top:86px;
width:83px;
height:40px;
background-color: #f79646;
padding-left:7px;
padding-top:15px;
z-index: 3;
}

#innenfenster {
position: relative;
left:25px;
top:15px;
width:878px;
min-height:400px;;
padding:10px;
background-color: #FFFFFF;
z-index: 2;
}

.clear_left {
clear:left;
}

.clear_right {
clear:right;
}

#spalte1 {
position: relative;
width:210px;
float:left;
}

#spalte2 {
position: relative;
width:210px;
margin-left:12px;
float:left;
}

#spalte3 {
position: relative;
width:210px;
margin-left:13px;
float:left;
}

#spalte4 {
position: relative;
width:210px;
margin-left:12px;
float:right;
}

#spalte1bis3 {
position: relative;
width:655px;
min-height:200px;
float:left;
}

#spalte1bis2 {
position: relative;
width:430px;
min-height:200px;
float:left;
}

#spalte3bis4 {
position: relative;
width:430px;
min-height:200px;
margin-left:13px;
float:left;
}

#spalte2bis3 {
position: relative;
width:430px;
margin-left:12px;
float:left;
}

.tabelle {
color:#FFFFFF;
width:100%;
font-size:100%;
}

.grundtext {
font-size: 80%;
color: #000000;
margin-top: 5px;
margin-bottom:25px;
}

.grundtext_weiss {
font-size: 80%;
color: #FFFFFF;
margin-top: 5px;
margin-bottom:25px;
}

.bild {
float:left; 
margin-right:10px;
margin-bottom:10px;
}

.archiv {
background-color : #666666;
width:100%;
padding:3px;
text-align:center;
margin-top:10px;
}

.unternavi_rechts_1sp {
background-color : #666666;
width:204px;;
padding:3px;
text-align:left;
margin-top:2px;
}