@import url("style.css");

body, #container, #links, #rechts, #inhalt, #footer, h1, h2
{
 color: #000;
 background: #FFF;
}

a:link, a:visited, a:hover, a:focus, a:active
{
 color: #000;
 text-decoration: none;
}

.versteckt, #links, #metanavi, .nonprint, .druck, #footer, .info2, .kommentarliste
{
 display: none;
}

#inhalt
{
 margin: 0;
 padding: 0;
 min-height: none;
 width: 100%;
 float: none;
 font-size: 1.2em;
}

div#inhalt .metaangaben
{
 margin-top: 32px;
 padding-top: 20px;
 border-top: 2px solid #000;
}
