/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ffffff;
height:100%;
}


#aussen {
width:800px;
height:700px;
margin:0px auto;
background-color:#e2f1f2;
}

#header {
width:800px;
height:170px;
margin:0px auto;

background-color:#555555;


}


#left,#right {
width:200px;
line-height:18px;
height:530px;

}
#left {
float:left;
background-color:#c8e1e3;

}

#right {
float:right;
background-color:#e2f1f2;

}

#content {
line-height:18px;
width:44%;
float:left;
margin-left:4%;
background-color:#e2f1f2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006887;

}

#footer {
width:800px;
position: absolute;
bottom: 0;
background-color:#555555;
}

a:link{color:#006887;text-decoration:none;}
a:visited{color:#006887;text-decoration:none;}
a:hover{color:#006887;font-weight:bold;text-decoration:none;}
a:active{color:#006887;text-decoration:none;}