html {
height: 100%;
}

body {
padding: 0px;
margin: 0px;
margin-top: 15px;
height: 100.01%;
text-align: center;
}

#basis {
width: 100%; 
min-width: 760px; 
margin: 0px auto; 
border-width: 0px;
border-style: solid; 
border-color: white;
overflow: auto; 
text-align: center;
}

#box1 {
position: relative;
float: left;
left: 0px;
top: 0px;
background-color: white;
height: 100px;
width: 46%;
min-width: 360px;
text-align: center;
}

#box2 {
position: relative;
float: left;
left: 0px;
top: 0px;
background-color: white;
height: 100px;
width: 12%;
min-width: 80px;
text-align: center;
}

#box3 {
position: relative;
float: left;
left: 0px;
top: 0px;
background-color: white;
height: 100px;
width: 20%;
min-width: 150px;
text-align: center;
}

#box4 {
position: relative;
float: left;
left: 0px;
top: 0px;
background-color: white;
height: 100px;
width: 20%;
min-width: 150px;
text-align: left;
}

#navigation {
position: relative;
float: left;
width: 100%;
min-width: 760px; 
height: 34px;
border-width: 2px 0px;
border-style: solid;
border-color: #003399;
background-color: #009396; 
}

#inhalt {
position:relative; 
float: right;
margin: 25px 50px;
width: 90%; 
min-width: 588px; 
background-color: white; 
padding-top: 0px;
text-align: left;
}

#impressum {
position:relative; 
clear: both; 
float: left; 
width: 100%; 
min-width: 760px; 
height: 34px;
margin-bottom: 15px;
border-width: 2px 0px;
border-style: solid;
border-color: #003399;
background-color: #009396; 
}

.bildrechts {
margin: 0px 0px 25px 25px;
float: right;
border-width: 2px;
border-style: inset;
border-color: #003399;
}