/*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/pool.gif) repeat-y; /* that will be repeated only along the y-axis [North/South] */
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	    color : #003366;
      margin: 0px; /*margins are set to zero*/
      padding-top: 0px; /*for Opera6*/
      }
TABLE { border:  double #0000A0; width: 100%; empty-cells: show; font-family: Times New Roman, Verdana, Serif; font-size: medium;  color: black;   }

TD { border: 1px solid #0000A0; padding: 0.25em 0.5em; border: outset 1pt #0000A0}
      
.Header {
    margin-top: 10px;
    margin-left: 160px;
    }
     
.PageHeader {
    margin-top: 10px;
    margin-left: 160px;
    } 
       
.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 105px;
	  left: 3px;
    width: 135px;
    height: auto;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to have the navigation elements better separated*/
    }
   
.Content {/*this is the main content area*/
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    color: #003366;/*to insure readability*/
    margin-left: 160px;/*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    max-width: 770px;/*readbility even on big screens*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    }
 
.Content p {max-width: 650px;}    
    
pre {/*here I define the HTML <pre> tag*/
	font-size : 13px;
  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: 12px;
    padding : 2px;
    margin: 2px;
    border-color : #48D1CC;
	  border-style : groove;
	  border-width : 2px;
}

.navbox {/*some button-like boxes for the left-side navigation*/
    font-size: 15px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    background: #007766;
    color: #FFFFFF;
	  border-color: #FF6633;
	  border-style: groove;
	  border-width: 2px;
    padding: 2px;
    margin: 2px;
}

.Kommentar {/*to include a commentary in the <pre> area I use this in a <span> class*/
  font-size: 11px; 
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #FF6633; 
  background: #F7F7F7;}

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*/
H1, H2, H3, H4, H5, H6 {font-family : Georgia, "MS Serif", "New York", serif;}
        
.six {font-size: 11px; color: #999999; background: transparent;}
.mit {text-align: justify;}
.red {color : #FF0000; background: #FFFFFF;}
.bluefont {color : blue; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; color: #FF0000; font-weight: 600; background: #FFFFFF;}
    
A:link {color: blue; text-decoration : none; background: transparent;}/*normal links in the text*/
A:visited {color: #FF0000; text-decoration : none; background: transparent;}
A:hover { color: #999999; text-decoration : underline; background: transparent;}

/*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 {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 14px; background-color: #003366;}/*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:13px; background-color: #003366;}
A.nav2:visited {color: #FF8C00; text-decoration : none;font-weight: 500; font-size:13px; background-color: #003366;}
A.nav2:hover { color: #7FFFD4; text-decoration : none; font-weight: 500; font-size:13px; background-color: #003366;}
A.navtot2 {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 13px; background-color: #003366;}/*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: 11px; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585;
  background: #FFFFFF;
  }

.rrand {float: right; padding-left: 7px;}
.lrand {float: left; padding-right: 7px;}

.oldbrowser {display: none;}

A IMG {border: 0.1px none #000000;} 




