/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
body {
background-color: #fdfad9;
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
}
div#aufnahme {
background-color: #fdfad9;
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
left: 0px;
}
div#links {
background-color: #ff0000;
height: 100%;
width: 50px;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
left: 0px;
}
div#rechts {
background-color: #008000;
height: 100%;
width: 50px;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
right: 0px;
}
div#logo {
background-color: #fdfad9;
height: 100px;
margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
left: 50px;
right: 50px;
text-align: center;
}
div#menue {
background-color: #e4ca0e;
height: 50px;
margin: 0px;
padding: 0px;
position: absolute;
top: 100px;
left: 50px;
right: 50px;
}
div#untermenue {
background-color: #e4b60e;
height: 20px;
margin: 0px;
padding: 0px;
position: absolute;
top: 150px;
left: 50px;
right: 50px;
text-align: center;
}
div#anzeige {
background-color: #fdfad9;
margin: 0px;
padding: 0px;
position: absolute;
top: 170px;
right: 50px;
bottom: 0px;
left: 50px;
z-index: 3;
}
div#anzeigeohne {
background-color: #fdfad9;
margin: 0px;
padding: 0px;
position: absolute;
top: 150px;
right: 50px;
bottom: 0px;
left: 50px;
}
div#inhalt {
background-color: #fdfad9;
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
vertical-align: middle;
position: absolute;
}
