/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/  - CSS FAQ web site with tips, tricks and tutorials - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/

BODY {
/*this is shorthand and declares the background color and calls the image */
      background : #FFFFFF url(images/cloudsback.jpg) repeat; /* that will be repeated only along the y-axis [North/South] */
      font-size : 10px;
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	    color : #003366;
      margin: 0px; /*margins are set to zero*/
      }
      
.Header {
    margin-top: 10px;
    margin-left: 190px;
    margin-right: 35px;
    } 
       
.HeaderPages {
    margin-top: 40px;
    margin-left: 190px;
    margin-right: 35px;
    } 

.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 20px;
	  left: 20px;
    width: 135px;
    height: auto;
     font-size : 10px;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : normal;/*line-height set to normal for NN 4.xx*/
    }
   
.Content {
/*this is the main content area*/
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    color: #003366;/*to insure readability*/
    padding: 5px;/*space to separate navigation and content*/
    margin-left: 190px;
    margin-right: 0px;
    padding: 5px;
    width: 970px;
    width: auto;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    border: 2px groove #48D1CC;/*to insure that NN4.xx renders the background-color of the content area*/ 
    }
    
pre {
/*here I define the HTML <pre > tag*/
	font-size : 12px;
  font-family : "Courier New", Courier, monospace;
	background-color : #F7F7F7;
	color : #000000;
  border: 1px solid #000080;
  white-space: pre;
  padding: 4px;
}

.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: 8px;
	padding : 2px;*/
  margin: 0px;
  border: 2px groove #48D1CC;
}

.navbox {
/*some button-like boxes for the left-side navigation*/
   font-size: 13px;
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background-color: #003366;
   color: #FFFFFF;
	 border-color: #48D1CC;
	 border-style: groove;
	 border-width: 2px;
   padding: 2px;
   margin: 0.1px;
}

.Kommentar {
/*to include a commentary in the <pre> area I use this in a <span> class*/
  font-size: 10px; 
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #FF6633; 
  background: #F7F7F7;}

P, OL, UL, DL {
/*font-family etc. is defined again, because NN seems to need it*/
  font-size: 12px;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color : #000088;
  background: #FFFFFF;}
  
H1, H2, H3, H4, H5, H6 {
/*font-family etc. is defined again, because NN seems to need it*/
  font-family : Georgia, "MS Serif", "New York", serif;
  color : #000088;
  background: #FFFFFF;
  }
    
P OL, P UL, P DL, OL UL {font-size: 11px;}/*and here the I prevent the incredible shrinking text*/
        
.six {font-size: 10px; color: #999999; background: transparent;}
.mit {text-align: justify;}
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 14px; color: #FF0000; font-weight: 600; background: #FFFFFF;}
    
A:link {color: blue; text-decoration : none; background: #FFFFFF;}/*normal links in the text*/
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:15px; background: transparent;}
A.nav:visited {color: #FF8C00; text-decoration : none;font-weight: 600; font-size:15px; background: transparent;}
A.nav:hover { color: #7FFFD4; text-decoration : none; font-weight: 600; font-size:15px; background: transparent;}
A.navtot {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 15px; background: transparent;}/*the actual page*/

/*these are the sub-section links in the navigation bar on the left side*/ 
A.nav2:link {color: #FFFFFF; text-decoration : none; font-weight: 500; font-size:12px; background: transparent;}
A.nav2:visited {color: #FF8C00; text-decoration : none;font-weight: 500; font-size:12px; background: transparent;}
A.nav2:hover { color: #7FFFD4; text-decoration : none; font-weight: 500; font-size:12px; background: transparent;}
A.navtot2 {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 12px; background: transparent;}/*the actual page*/

img.top {float: right; margin-right: -5px;}/*the 'back to the top' image*/ 

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*/

.outlinke {
  margin: 0 0 0 -120px;
  font-size: 10.5px; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585;
  background: #EBF5FA;
  }
  

