body {
        background-color:#fff;
        font-size:1.2em;line-height:1.4em;
          }

a:link {background-color:#fff;color: #000099;text-decoration:none;}
a:visited {background-color:#fff;color:#990066;text-decoration:none;}
a:active {background-color:#fff;color:#cc3333;text-decoration:underline;}
a:hover {background-color:#fff;color:#6666cc;text-decoration:underline;}


h1 {
        font-family: georgia,verdana, arial, helvetica, geneva, sans-serif;
        font-weight: 500;
        font-size: 230%;
        line-height:150%;
        padding-top:30px;
        margin-top:0px;
        padding-bottom:10px;
        margin-bottom:0px;
        letter-spacing:3px;
        }

h2 {
        font-family: georgia,verdana, arial, helvetica, geneva, sans-serif;
        font-weight: 500;
        font-size: 1.8em;
        line-height:1.8em;
        letter-spacing:3px;
        }

img {border:none}

p {font-family: verdana,arial, helvetica, geneva, sans-serif;}

#breite {margin-bottom:5%;margin:auto}


@media screen and (min-width: 500px) {

#breite {max-width:600px}
body { padding:1em;}
 }

@media screen and (min-width: 800px) {

#breite {max-width:600px}
body {padding:1em;}
  /*  code für tablets */
}