#wrapper #service,
#wrapper #navigation,
#wrapper #context,
#wrapper #head {
display: none;
}

* html #wrapper #head {
display: inline;
height: 1px;
overflow: none;
}

* + html #wrapper #head {
display: inline;
height: 1px;
overflow: none;
}

#wrapper {
background: 0;
}

#wrapper #content {
overflow: visible;
display: block;
width: 90%;
}

#wrapper #inhalt {
width: 80%;
}

* + html #wrapper #inhalt {
width: 77%;
}

* html #wrapper #inhalt {
width: 77%;
}

body {
width: 90%;
text-align: left;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000;
background: #fff;
}