/* Ränder, Mindestbreite       min-width: 800px;  */
body
{
	margin : 0px 0px 0px 0px;
	margin-top: 20px;
	margin-left: 60px;
       margin-right: 60px;
       margin-top: 20px;
     	max-width: 1200px;
       background-color:#E8E8E8;
}

/*verhindert Listenpunkte*/
li{
list-style:none;
text-indent:0em;
}

/* Schriftart, -grad, -farbe, Zeilenhöhe, Blocksatz, Einzug 1. Zeile   */
div
{
font-family:Verdana, Arial,Helvetica,sans-serif;
font-size:12pt;
font-style:normal;
line-height:20pt;
font-weight:normal;
color:#333366;
text-align:justify;
text-indent:1em;
}

/* Titellayout */
#Titel {
   font-size:14pt;
}

div#Inhalt {
font-size:12pt;
}

div.bildrechts {
float:right; 
margin-right:10px;
}

div.bildlinks {
float:left; 
margin-right:30px;
margin-left:-15px;
}

/* nur für IE 7 */
div#bildrechts {
display:inline
}

div.werbung {
float:right; 
margin-right:-10px;
}

div.text_unten { margin-top:300px; margin-left:15pt; text-indent:0em; font-size:10pt;}

/* zukünftig wie hier, korrekt als class, nicht als id einzutragen (s. nl.html) */
div.bildunterschrift {
font-size:10pt;
text-indent:0em;
line-height:12pt;
margin-left:15pt;
text-align:left;
}


/* Linkdarstellung */
a:link { font-weight:normal; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:blue; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:none; }


/*für alle Absätze: erster Buchstabe größer */
p:first-line { font-weight:normal;}
p:first-letter { font-size:120%;}

/*korrekt als class, erste Zeile nicht eingerückt*/
p.ersteZeile {
text-indent:0em;
}

/*Überschriften nicht einrücken*/
h2, h3, h4, h5, h6 {
text-indent:0em;
text-align:left;
}

/* Zeilenhöhe nicht durch hochgestellte Fußnotenzeichen vergrößert */
sup.reference {
     font-weight: 400;
     font-style: normal;
 }
  
 sup, sub { 
     line-height: 1em;
 }


/* class (.), positioniert Home, Impressum, Sitemap oben rechts */
div.HomeImpressumSitemap {
font-size:8pt;
text-indent:0em;
line-height:10pt;
margin-left:0pt;
text-align:right;
}
