/* CSS Document */

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 20px;
    right: 20px;
    width: 120px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
	
BODY {
	background-color : #FFFFFF;


      background-image: bkgrnd.gif;
	background-repeat: repeat-y;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000088;
	margin: 0px;
	background-image: url(bkgrnd.gif);
      }
	  
.Inhalt {
	background: #FFFFFF;
	color: #003399;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: autopx;
	border: 0.1px solid #000088;
	top: 102px;
	position: absolute;
	left: -162px;
	border-color: #003399;
	border-right-color: #003399;
	border-right-style: ridge;
	vertical-align: top;
	text-indent: 0px;
	text-align: left;
	page-break-before: avoid;
	page-break-after: auto;
	z-index: 1;
   /*to insure that NN4.xx renders the background-color of the content area*/
    }	  
.Header {
	margin-top: 10px;
	margin-left: 0px;
	background-image: ;
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 0px;
    } 
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  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: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background-color: #003399;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }
   
P, OL, UL, DL {font-size: 13px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/
        
.six {font-size: 11px; 
  color: #999999; /*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 : none; 
  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: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:visited {
  color: #FF8C00; 
  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;}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: left;
	text-align: left;
	height: auto;
	width: 550px;
	border: thin ridge #0033CC;
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 10px;
}
.picutes {
	float: left;
	margin: 0px 10px 0px 0px;
}
.BodyHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
}
.smheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-align: left;
}
/*normal links in the text*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #C71585;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
