﻿html {
  font-family:Verdana,Helvetica,Arial;
  color:#333333;
  font-size:1.25em;
  line-height:1.25em;
}

body {
  background:url(background.jpg);
}

.container {
  margin: auto;
  max-width: 800px;
  text-align: center;
}

#obenlinks {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

#obenrechts {
    display: inline-block;
    width: 75%;
}

#adsense1 {
    display: inline-block;

    vertical-align: top;  
 width: 37%;
    margin-right:2%;
}

#Einleitungstext {
    display: inline-block;
    width: 60%;
}


h1 {
    font-size: 25px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 20px;
}

p {
}

a:link {
    color: #3333ff;
    font-weight: bold;    text-decoration: none;
}
a:visited {
    color: #333399;
}
a:active {
    color: #3333cc;
    font-style: italic;
}

a:hover { text-decoration:none;
 font-weight:bold;
 background-color:#ff0; 
}
@media (max-width: 800px) {

#obenlinks, #obenrechts {
    display: block;
    width: 100%;
}

#adsense1, #Einleitungstext {
    display: block;
    width: 100%;
    margin:0;
}

}
