/* CSS Document */

body {
font-family: Verdana;
font-size:14px;
margin:0 auto;
width:990px;
padding:0px;
}

/*berschriften*/

h1{
margin:0px;
padding:0px;
font-size:28px;
font-weight:normal;
}
h2 {
margin:0px;
padding:0px;
font-size:14px;
font-weight:bold;
}
h3 {
margin:0px;
padding:0px;
font-size: 2.36 pt;
font-weight:normal;
}
h4 {
font-size:13px;
}

/*Links*/

a {
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {

}
a:active {

}
/*Body-Builder*/
#fit-for-sport-body {
background:url('./Bilder/Bild.jpg') no-repeat;
width:220px;
height:248px;
float:left;
}
/*header*/

#header {
background:url('./Bilder/Header.jpg') no-repeat;
height:153px;
width:770px;
margin-left:220px;
}

/*Navigation*/

#navi {
background:url('./Bilder/Navigation.jpg') no-repeat;
width:220px;
height:675px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
}
ul {
margin:0px;
padding:0px 0px 0px 20px;
}
li {
padding-bottom:7px;
}

li ul {

}
li a{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
font-size:3,36pt;
}
#active {
text-decoration:underline;
}
/*Content*/

#content {
text-align:jusitfy;
width:700px;
float:right;
/*height:710px;*/
height: auto;
margin:0px;
padding: 40px 40px 0px 0px;

}

#post {
text-align:jusitfy;
}
p{
text-align:justify;
}
#clear {
clear:both;
height:1px;
}
/*Footer*/

#footer {
float:right;
padding-right:40px;
}
#footer a{
padding:0px 0px 0px 10px;
font-weight:bold;

}


