 

BODY {
      background-color : #ccffcc;
      /*
	background-image: url(../bluepatrn.gif);
      	background-repeat: repeat-y; 
     */
      font-family : comic sans MS, Arial, Helvetica, sans-serif;
      line-height : 110%;
      color : #990033;
      margin: 0px; 
      }
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 130px;
    left: 3px;
    width: 135px;
    height: auto;
    font-family : comic sans MS, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
    }
    
    .FtNavigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
   /* top: 100px;*/
    left: 135px;
    width: 135px;
    height: auto;
    font-family : comic sans MS, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
    }
  
  .floatleft
		{
			float: left;
			width: 136px;
			height: 193px;
			background-color:transparent;
			border: 2px solid #000099;
			
			margin: 10px;
		}
		
.clearboth
{
    clear:both;
}		

    
.Inhalt {/*this is the main content area*/
    background: #ccffcc;
    /*declare a color together with a contrasting background color*/
    color: #990033;/*to insure readability*/
    line-height:120%;
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 10px;/*space to separate navigation and content*/
    font-family : comic sans MS, Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #ccffcc; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

.Header {
    margin-top: 10px;
    margin-left: 30px;
    } 
    
 .HeaderTxt {
  
    margin-top: 10px;
    margin-left: 145px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    } 

    
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #ccffcc;
  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;
   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;
   }
   
   
.ftnavbox {/*button-like box for the left-side navigation*/
   float: left;
   width: 100px;
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   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;
   }

.rightnavbox {/*button-like box for the left-side navigation*/
   float: right;
   width: 100px;
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   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: 15px;}
/*font-family is already defined, here I only set the font-size*/ 
P OL, P UL, P DL, OL UL {font-size: 15px;}
/*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: #ccffcc;}
.mint {color: #009999; background: #ccffcc;}
.ROT {font-size: 24px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: #ccffcc;}
    
   
a:link {/*normal links in the text*/
  color: #336600; 
  text-decoration : underline; 
  background:transparent;}
a:visited {
  color: #FF0000; 
  text-decoration : none; 
  background: transparent;}
a:hover { 
  color: #lightblue; 
  text-decoration : underline; 
  background: transparent;}

/*now follow the section links in the navigation bar on the left side*/
a.nav:link {
  color: #brown; 
  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: #ADD8E6; 
  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;}

strong, b {font-weight: 800;/*NN 4.xx needs that...*/ }

big {font-size: larger; /*to emphasize words, use it inline with a SPAN class*/ 
 }
small {font-size: smaller;}
/*not really necessary, but one never knows...use it inline with a span class*/
  
/*these are the sub-section links in the navigation bar on the left side*/
a.nav2:link {
  color: #000099; 
  text-decoration : none; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.nav2:visited {
  color: #FF8C00; 
  text-decoration : none;
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.nav2:hover { 
  color: #7FFFD4; 
  text-decoration : none; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.navtot2 {/*the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 13px; 
  background: transparent;}
.oldbrowser {display: none;}    


.hitBar
{
   position: relative;
  Top: 60px;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   margin: 2px;
   background-color: transparent;   width: 135px;   padding: 0 10px 0 10px;   display: block;
}


