body {

/* Hintergrundfarbe der Seiten */
background-color:white;

/* Schriftart-Falilie für normale Schrift */
font-family:Helvetica, Arial, sans-serif;


/* Farbe für normale Schrift */
color:#555555;
text-align:justify;
}

/*Styles für Links*/
a {
color:#993300;
text-decoration:none;

}


a:hover {
color:#000066;
text-decoration:none;
}




div#Seite {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
}


/*   Styles für Bereich "Navigation"   */
div#NavigationDiv {
      position:relative; 
      top:0; 
      left:0; 
      width:176;
     /* width:206; */
      height:100%;  
      background-color:#b4aca5; 
      font-family:'Arial Narrow';
     
}

      div.NavNoImg {
            border:0px solid red;
            margin:5;
            padding-left:15;
            padding-bottom:5;
            position:relative;
            top:0;
            color:white;
            font-family:'Arial Narrow';
            font-variant: small-caps;
            
      }

      div.NavImg {
            border:0px solid red;
            margin:5;
            padding-left:5;
            padding-bottom:5;
            position:relative;
            top:0;
            color:white;
            font-family:'Arial Narrow';
            font-variant: small-caps;
            height:60;
      }

  
      div#NavigationDiv a{
            color:white;
            
      }
      div#NavigationDiv a:hover{
            color:#993300;
            
      }
      
      .LinkImg{
      float:left;
      border:0;
      }
      
      div.NavLink {
      position:relative;
      left:5;
      /*float:right;
      top:0;*/
      }
      
      
/*   Styles für Bereich "Kopf"   */
div#Kopf {
      position:absolute; 
      top:10;
      left:150; 
      width:80%;
     
}

/*   Styles für Bereich "Inhalt"   */
div#Inhalt {
      position:absolute; 
      top:80; 
      left:206; 
      width:79%;
      /*width:750;*/
      height:80%;
     
}

      /*   Styles für Bereich "InhaltIframe"   */
      div#Inhalt iframe {
            width:790;
		/* width:95%;   */
            height:100%;
            position:relative; 
            left:-20;
            /*border:2px solid gray; */
      }
      
  
h1, h2, h3, h4, h5 {
      color:#993300; 
      font-family:arial;
      font-variant:small-caps;
      letter-spacing:1px;
	font-size:14pt;
}
