@media all
{
/* Hacks um diverse IE u. a. Fehler auszumerzen */
html {height:100%}

body {
min-height: 101%;
position: relative;
color: #000;
background: #fff url(graphics/obenlinks.jpg); top: 0; left: 0; background-repeat: no-repeat;
text-align: left;
font-family: Verdana, Arial, Sans-Serif;
}

* {margin:0; padding:0; border:0; font-size: 1em;}

h1 {
background: #acacb2;
text-align: center;
font-size: 1.3em;}

h2 {
background: #fb5959;
text-align: center;
font-size: 0.9em;
}

h4 {
font-size: 0.7em;
}

ul {
float: left;
width: 200px;
margin-left: 20px;
margin-top: 20px;
list-style-type: none;}

li {
margin-bottom: 1em;}

#main {
width: auto;
margin-left: 200px;
padding: 1em;}

p {
width: 85%;
padding: 0.4em;}

p.zentriert {
text-align: center;}

a {
color: blue;
text-decoration: none;}

a:hover {
text-decoration: underline;}

.zentriert {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 0.7em;
}

.zentriertsmall {
display: block;
text-align: center;
font-size: 0.8em;
margin-left: auto;
margin-right: auto;
padding: 0.7em;
}


.small {
font-size: 0.8em; }

}

.gestrichen {
text-decoration: line-through;
}

.latestnews {
border: 2px solid red;
background: #e2e2e2;
}

.byebaby {
background: #000;
color: #fff;
}