
* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
background-color:#41759C;
color: #FFFFFF;
font: 12px Arial, sans-serif;
text-align:center; /* horizontal centering for IE Win quirks */
}

td{
  vertical-align: top;
  }
a{
text-decoration: none;
color: #FFFFFF;
 }
ul{
list-style-type: none;
  }
  
li {
float: left;
width: auto;
text-align: center;
white-space: nowrap;


}

span{
    color: #002942;
    }
    
label{
    float: left;
    margin-top: 20px;
    width: 80px;
    }

form br{
    clear: left;
    }
input{
    float: left;
    margin-top: 20px;
    width: 200px;
    border: 2px solid #41759C;
    }
input.submit{
    width: 100px;
    color: #00B7CC;
    font-weight: bold;
    }
textarea{
    float: left;
    width: 200px;
    margin-top: 20px;
    height: 170px;
    border: 2px solid #41759C;
    }

#distance {
width:1px;
height:50%;
margin-bottom:-350px; /* half of container's height */
float:left;
}
  
#container{
margin:0 auto;
position:relative; /* puts container in front of distance */
width: 750px;
height: 700px;
text-align:left;
clear:left;
border: 1px solid #C5C5C5;
    }
    
    
#header{
width: 744px;
height: 167px;
padding-left: 6px;
padding-top: 22px;
text-align: left;
background-image: url(../grafx/header2.jpg);
background-repeat: no-repeat;
    }

#cont{
    width: 750px;
    height: 492px;
    }
    
#left_side{
    float: left;
    width: 310px;
    height: 471px;
    text-align: left;
    padding-left: 5px;
    }

#left_side p{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-left: 15px;
    }
#left_side p.front{
    height: 250px;
    }
    
#right_side{
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 25px;
    width: 395px;
    }
#right_side p{
    width: 400px;
    }

#sub_menu{
    margin-left: 20px;
    }
#sub_menu li {
padding-top: 3px;
padding-left: 25px;
height: 20px;
float: none;
text-align: left;
margin-bottom: 10px;
background-repeat: no-repeat;
}



#default_style{
    list-style-type: disc;
    margin-top: 10px;
    margin-left: 20px;
    }
    
#default_style li{
    float: none;
    text-align: left;
    }

.aktiv{
    font-weight: bold;
    color: #00B7CC;
    }
    
.links{
    display: block;
    margin-top: 10px;
    }
    
.link{
    color: #002942;
    }
.weight_bold{
    font-weight: bold;
    color: #FFFFFF;
    }
.error{
    border: 2px solid #800000;
    }
#copyright{
    border-top: 1px solid #FFFFFF;
    height: 18px;
    background-color: #314961;
    }
    
#copyright p{
    float: left;
    width: 240px;
    padding-left: 10px;
    padding-top: 1px;
    text-align: left;
    }
#copyright p.copyright{
    padding: 0;
    padding-top: 2px;
    width: 500px;
    font-size: 10px;
    }
