<!-- 
BODY {
     
	background-image:  url(images/lblue_b007.jpg);
 font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
 background-repeat: repeat-y; 
      color: #000088;
background-color:#003366;
      margin: 0px; height: 8.5in;
      }
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 25px;
    left: 3px;
    width: 130px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }   
   .Inhalt {/*this is the main content area*/
    background: #FFFFFF;
    /*declare a color together with a contrasting background color*/
    color: #000088;/*to insure readability*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 15px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

	

 .Header {
    margin-top: 10px;
    margin-left: 120px;
    } 

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background:#FFFFFF;
  color : #000088;
  font-family : Verdana,Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding : 4px;
  margin: 0px;
 border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
}
.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
   background-color: #003366;
   border-color: #FFCC99;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FFCC99;*/
   padding: 1px;
   margin: 2px;
   }
P{font-size: 13px; text-indent: 2em;}
OL, UL, DL, TD {font-size: 13px; text-indent: 0em;}
/*font-family is already defined*/
P{font-size: 13px; text-indent: 2em;line-height: 18px;}
OL, P UL, P DL, OL UL {font-size: 13px; text-indent:0em;line-height: 18px;}
/*and here the I prevent the incredible shrinking text*/

UL.plain {list-style-type: none; font-size: 13px;}


td.title {font-size: 90%; text-transform: capitalize; font-weight: 800;}
HR.head {color:  #DE8C31; width: 50%;}
td.cc     {font-size: 85%; text-transform: capitalize;}

H1 {font-size: 18px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	color: #c6cce2;
	 text-align: center; 
	font-weight: 800; 
	background-color: #003366;
	 padding :2px; 
	width: 50%;
	 border-color: #FFCC99; 
	border-style: groove; 
	border: 3px groove #FFCC99; margin-bottom:18px;
	}

H2 {font-size: 12px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
color: #c6cce2; text-align: center; font-weight: 800;  padding: 2px;}
H3 {font-size:12px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
color: #000088; text-align: left; font-weight: 800;}
        
.six {font-size: 10px; 
  color:  #c6cce2; /*this is for small text*/
  background: transparent;}
.mit {text-align: justify;}/*justified text*/
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;}
    
a:link {/*normal links in the text*/
  color: blue; 
  text-decoration :underline; 
  background: #FFFFFF;}
a:visited {
  color: #FF0000; 
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  color: #999999; 
  text-decoration : underline; 
  background: #FFFFFF;}

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
  color: #c6cce2;
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navlist:link {
  color: #F3EB9B;
  text-decoration : none; 
  font-weight: 600; 
  font-size:10px; 
  background: transparent;}
a.nav:visited {
  color: #FF0000; 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:hover { 
  color: #7FFFD4; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navtot {/*the style for the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 14px; 
  background: transparent;
UL.navlist {list-style-type: none; font-size: 10px; color: #F3EB9B; text-decoration: none; }
}
 
 -->

















