/*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;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color : #000088;
      background-image :  url(images/back5.gif);
      }
      
.Header {
    margin-top: 0px;
    margin-left: 135px;
    letter-spacing: 1.5px;
    border: 1px solid #3499CC;
    background-color: #EBF5FA;
    color: #000088;
    padding: 3px;
    }
    
.Header H1 {font-family : Georgia, "MS Serif", "New York", serif;
  text-shadow: #B0C4DE 2px 2px 1px;
  margin: 0px;
  }
       
.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 0px;
	  left: 5px;
    width: 126px;
    height: 100%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
   
.Content {/*this is the main content area*/
    /*declare a color together with a contrasting background color*/ 
    color: #000088;/*to insure readability*/
    margin-left: 135px;/*to position the content area to the right of the navigation*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    border: 0.1px solid #FEFEFE;/*to insure that NN4.xx renders the background-color of the content area*/ 
    padding: 3px;}
    
.box {/*this is a box where the bottom-navigation and the copyright will be placed*/
  background: #DFEFF7;      
  color : #000099;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  padding : 0px 2px;
  margin: 2px;
  border: 2px outset #3499CC;
}

.navbox {/*some button-like boxes for the left-side navigation*/
  font-size: 15px;
  font-weight: 600;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
  color: #3499CC;
	border: 2px #3499CC outset;
	width: 105px;
  padding: 1px 2px;
  margin: 0.1px;
	display : block;
}

.navbox2 {/*some button-like boxes for the left-side navigation*/
  font-size: 11.5px;
  font-weight: 600;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
	border: 2px #3499CC outset;
  color: #3499CC;
  width: 90px;
  padding: 0px 2px;
  margin: 1px;
  margin-left: 14px;
}

P, OL, UL, DL, P OL, P UL, P DL, OL UL, OL OL {font-size: 0.8em;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #000088;}
H1, H2, H3, H4, H5, H6 {font-family : Georgia, "MS Serif", "New York", serif;
    }

OL {list-style-type: lower-alpha; line-height: 1.1em;}
OL UL {list-style-type : decimal; font-size: 1em; line-height: 1.1em;}


.tagline {
  font-weight: bold; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #708090; 
  letter-spacing: 3px; 
  background: transparent; 
  margin: 0px auto;
  white-space: nowrap;
  }
        
.six {font-size: 11px; color: #999999; background: transparent;}
.mit {text-align: justify;}
.red {color : #FF0000; background: #FFFFFF;}
    
A:link {color: #0000ff; text-decoration : underline; background: transparent;}/*normal links in the text*/
A:visited {color: #C71585; text-decoration : underline; background: transparent;}
A:hover { color: #3499CC; text-decoration : underline; background: #EBF5FA;}
A:active {color: #FF0000; text-decoration : none; background: transparent;}

/*now follow the section links in the navigation bar on the left side*/        
A.nav:link {color: #3499CC; 
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 100px;  
  }
A.nav:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 100px;  
  }
A.nav:hover { color: #708090; 
  text-decoration : none; 
  background: #EBF5FA;
  display: block; 
  width: 100px;
  }
A.navtot {color: #000000; 
  text-decoration: none; 
  background: transparent; 
  display: block; 
  width: 100px; 
  }/*the actual page*/
/*here is the sub-navigation*/

A.nav2:link {color: #3499CC; 
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 85px;  
  }
A.nav2:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 85px;  
  }
A.nav2:hover { color: #708090; 
  text-decoration : none; 
  background: #EBF5FA;
  display: block; 
  width: 85px;
  }
A.navtot2 {color: #000000; 
  text-decoration: none; 
  background: transparent; 
  display: block; 
  width: 85px; 
  }/*the actual page*/


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: 0.6em;}/*not really necessary, but one never knows...use it inline with a <span> class*/

.rrand {float: right;}
.lrand {float: left;}
.outlinke {
  margin: 0 0 0 -120px; 
  font-size: 11.5px; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585;
  background-color: #EBF5FA; 
  }


pre {
	font-family : "Courier New", Courier, monospace;
	font-size : 13px;
	background-color : #F7F7F7;
	color : #000000;
  padding: 4px;
  border: 1px solid #C71585;
  white-space: pre;
 }

.Kommentar {font-size: 12px; 
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585; 
  background: #F7F7F7;}
  
.texta1 {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3499CC;
	border: solid 1px #C71585;
}

FORM {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000080;
background: #DFEFF7;
border: 2px solid #3499CC;
margin-left: 50px;
padding: 3px;
width: 400px;
}

form.navform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000080;
background: #DFEFF7;
border: 2px solid #3499CC;
  width: 40px;
  padding: 0px 2px;
  margin: 1px;
  margin-left: 1px;
}


TEXTAREA, INPUT {
font-family: "Andale Mono", "Courier New", Courier, monospace;
font-size: 14px;
}

