 
BODY {background: #003399; background-image:  url(images/blue139.jpg); font-size: 12px; font-family: verdana, sans-serif; text-align: left; color: #003399;  font-weight:normal; margin-left: auto; margin-right: auto;  margin-top: 3%}
.Navigation {/*The navigation on the left side, positioned absolutely*/
    margin-left: 5em;
    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: 560px;
    /*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 surrounds the main section*/
	background:#FFF;
	color : #003399;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding : 0 8px 0 8px;
	margin: 0;
	border-color : #0000cc;
	border-style : groove;
	border-width : 4px;
	width: 425px;
	text-align: center;
}

#navbar {
	width: 750px;
	padding:0;
	margin-top: 10px;
	border-top: 8px solid #FFFafa;
	text-align: center;
	
}
/*#main {
	clear: left;
	
}*/

.navbox {/*button-like box for the left-side navigation*/
   font-size: 11px;/*readability for the links*/
   font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
   background-color: #003399;
   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: 12px; text-indent: 2em;}
OL, UL, DL, TD {
	font-size: 12px;
	text-indent: 0em;
}
/*font-family is already defined*/
P{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
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;}

HR.head {color:  #DE8C31; width: 50%;}


h1 {font-size: 120%; font-family: verdana, sans-serif; text-align: center; color: #000066; font-weight: bold; letter-spacing: .2em;}

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;}

  
#sidebar {
	background-color: #DFEFFF;
	margin: 0px;
	padding: 8px;
	width: 200px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

#sidebar02 {
	background-color: #DFEFFF;
	margin: 0px;
	padding: 8px;
	width: 200px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
    
a:link {/*normal links in the text*/
  color: blue; 
  text-decoration :underline; 
  }
a:visited {
  color: #FF0000; 
  text-decoration : none; 
  }
a:hover { 
  color: #999999; 
  text-decoration : underline; 
  }

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


.leftshadow {
	background-image: url(/images/leftside.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.rightshadow {
	background-image: url(/images/rightside.gif);
	background-repeat: repeat-y;
	background-position: left center;
	/*z-index: 1;*/
}
 
/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }



 
