@charset "utf-8";
/* CSS Document */

body {    
color: #484849;       
background-color: #ffffff;       
font-family: Veranda, Arial;     
margin: 0;    
text-align: center;  /* Zentrierung im Internet Explorer */   
}      

div#Page {     
text-align: justify;    /* Seiteninhalt wieder links ausrichten */     
width: 900px;      
padding: 0px;     
background-color: #ffffff;   
}      

div#ContentLayer {     
padding: 12px;     
background-color: #ffffff;
border: 1px dashed silver;   
} 

/*Links Inhalt*/
    a:link     {color:#484849; text-decoration: underline; }
    a:visited   {color:#484849; text-decoration: underline; }
    a:hover     {color:#d10d73; text-decoration: underline; }
    a:active     {color:#d10d73; text-decoration: underline; }
    a:focus    {color:#d10d73; text-decoration: underline; }

/*Schriftsätze php*/
  
  hr { margin:8px 0px 0px 0px; @margin:0px; height:1px; border:0px solid #606C6A; color:#606C6A; background-color:#606C6A; } /*Unterstreichung bei den Textseiten. Farbton aufgehellt! 56615F */
  h1 { margin:18px 0px 0px 0px; font-size:22px; font-weight:normal; }
  
  h2 { margin:18px 0px 12px 0px; font-size:18px; font-weight:normal; text-align: left; }
  h3 { margin:18px 0px 12px 0px; font-size:18px; font-weight:bold; text-align: left; }
  
  h4 { margin:12px 0px 6px 0px; font-size:14px; font-weight:normal; text-align: left; }
  h5 { margin:12px 0px 6px 0px; font-size:14px; font-weight:bold; text-align: left; }
  
  h6  { margin:0px 0px 6px 0px; font-size:12px; font-weight:normal; text-align: center; }    /*oben rechts unten links*/
  
  p  { margin:0px 0px 6px 0px; font-size:12px; font-weight:normal; text-align: justify; }    /*oben rechts unten links*/
  li { margin:0px 0px 6px 0px; font-size:12px; font-weight:normal; text-align: justify; }    /*Aufzählungen*/
  td { font-size:11px; color: #3E4644; }


