BODY {
      background-color : #FFFFFF;
      background-image: url(Images/Combbg.jpg);
      background-repeat:repeat-y;
      background-position:middle top; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
      margin: 0px; 
      }

h1 {  
   font-size:36px;
   text-align:center;
   }
h2 {  
   font-size:22px
   }
h3 {  
   font-size:16px
   }
h4 {
   font-size:22px;
   text-align:center;
   }
p {
   font-size:16px
   }

.ban {
   margin: 0px 18px 18px 18px 
}
.imgleft {
   float: left;
   margin-right: 10px;
   margin-top: 0px;
}

.imgright {
   float: right;
   margin-left: 10px;
   margin-top: 0px;
}


.Header {
   background: rgb(245, 246, 202);
   color: #000000;   
   position:relative; 
   width: 100%;
   min-height:147px;
   text-align:center;
   margin-bottom: 30px
   border-color: #000000;
   border-style: groove; /*border-properties would read:*/
   border-width: 1px;
   } 

.Navigation {/*The navigation on the left side*/
    position: absolute;
    left: 30px;
    top: 180px;
    width: auto;
    height: auto;
    background-color: rgb(245, 246, 202);
    border-color: #000000;
    border-style: groove; /*border-properties would read:*/
    border-width: 1px;
    }              

.Inhalt {/*this is the main content area*/
    background: rgb(245, 246, 202);
    color: #000000;
    text-align:justify;
    position: absolute;
    left: 180px;
    top: 180px;
    margin: 0 auto;
    width: 70%;
    padding: 60px;    
    border-color: #000000;
    border-style: groove; /*border-properties would read:*/
    border-width: 1px;
    }

.navbox {/*button-like box for the left-side navigation*/
   background-color: rgb(245, 246, 202);
   border-color: #000000;
   border-style: groove; /*border-properties would read:*/
   border-width: 1px;
   padding: 5px;
   margin: 2px;
   }

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000000;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }

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: #FFFFFF; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.nav2:visited {
  color: #FF8C00; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.nav2:hover { 
  color: #7FFFD4; 
  font-weight: 500; 
  font-size:13px; 
  background: transparent;}
a.navtot2 {
  color: #CDCDCD; 
  font-weight: 600; 
  font-size: 13px; 
  background: transparent;}/*the actual page*/

