* {
margin: 0;
padding: 0;
}

body {
text-align: center;
background-color: #D4D5D7;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 62.5%;
}

/*  === Layout ================== */
#wrapper{   /* umschliesst alles  */
width: 760px;
margin: 10px auto 10px;
background-color: #FFFFFF;
padding-top: 1px;
}

#header {
display: none;
}

#nav {
display: none;
}

#content {
width: 100%;
margin: 0 auto 0;
text-align: left;
clear:both;
font-size:1.4em;
}

#left{
display: none;
}

#right{
width: 100%;
float: left;
}

#footer {
display: none;
}

/* Hervorhebung der aktuellen Section in der Menueleiste*/

#home #navhome a,
#infos #navinfos a,
#datenschutz #navdatenschutz a,
#links #navlinks a,
#kontakt #navkontakt a,
#impressum #navimpressum a {
color: #000000;
}

/* Formatierungen */

h1 {
color: #2765b6;
}

h3 {
margin-bottom: 1em;
font-size: 1.0em;
}

h4 {
margin-top: 1em;
font-size: 1.0em;
font-weight: normal;
}

p {
margin-bottom: 1em;
text-align: left;
color: #2F2F2F;
}

ul {
list-style: none;
}

/* Formatierungen der Bilder */

img {
margin: 1em 0 1em 0;
border: none;
}

address{
font-style: normal;
}

em.pdf {
font-style: normal;
padding:0 0.3em 0 0.3em;
padding-left: 14px;
background: transparent url('images/pdf_klein.gif') no-repeat left;
}