body 		{
            	height: 100%;
            	color: #000000;
           	font-size: 8pt;
            	font-family: Verdana, Arial, sans-serif;
           	background-color: #183C6F;
	   	text-align: center;
    		}

#container 	{
		margin: 0px auto;
		text-align: left;
		width: 685px;

		}

#header1 	{       
         
	   	 margin-bottom: 5px;
           	 border: 1px solid #c2c2c2;
	   	 height: 100px;
	   	 width: 570px;
		 float: left;

    		 }

#header2 	{       
         
	   	 margin-bottom: 5px;
           	 border: 1px solid #c2c2c2;
	   	 height: 100px;
	   	 width: 100px;
		 float: left;

    		 }

#menu {
               width: 150px;
               border-top-width: 0px;
               float: left;
               border: 0px solid #c2c2c2;                      
     }

#boxeins {
		width: 150px;
		border: 1px solid #c2c2c2;
		float: left;
}

#boxzwei {
		width: 150px;
		border: 1px solid #c2c2c2;
		float: left;
		margin-top: 10px;
}

#page {
                width: 500px;
		min-height:536px;
		height:auto !important;  /* für moderne Browser */
		height:536px;  /*für den IE */
                border: 1px solid #c2c2c2;
                margin-left: 0px;
                float: left;
                padding: 8px;
		text-align:left;
                color: #c2c2c2;
		margin-right: 5px;
		background-color: #183C6F;
		
		
		
    }

#bottom {
                  width: 505px;
                  float: left;
                  padding: 5px;
                  margin-top: 2px;
	 	  border: 0px solid #c2c2c2;
		  color: #FFFFFF;
		  text-align: center;                 
		  margin-bottom: 5px;
    }

#right {
               width: 150px;
               border-top-width: 0px;
               float: left;
               border: 1px solid #c2c2c2;
               background-color: #003300;
	       color: #FFFFFF;
               
     }


/*stylesheets allgemein*/

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	padding:2px;
	padding-left:12px;
}
#menu a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #C0C0C0;
}
.navitop {
	white-space: nowrap;
	display:block;
	font-size: 8pt;
	padding:2px;
	font-weight:bold;
	border-top: 0px solid #769B58;
	border-bottom:0px solid #D3D3D3;
	color: #FFCC66;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.date {
	color: #C2C2C2;
	font-size:10px;
	text-align:left;
	margin-left:15px;
}
#content p {
	line-height:12px;
}

 a:link, a:visited, a:hover {
color: #c2c2c2;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #B20000;
border-bottom: 0px;
text-decoration: none;
}

/*Formular */

.submit {
width: 80px;
background-color:transparent;
font-size: 8pt;
font-family: Arial, Verdana;
height: 20px;
color: #994D00;
border: 1px solid #C2C2C2;
}


/*Experiment*/

#boxone {
border: 1px solid #c2c2c2;
width: 100%;
}

#boxtwo {
border: 1px solid #c2c2c2;
width: 140px;
margin-top: 20px;
color: #FFFFFF;
padding: 5px;
}


pre {
    color: #769B58;
    width: 300px;
       }
   
   .style {
   color: #769B58;
   border: 1px solid #769B58;
   padding: 5px;
   width: 450px;
   } 
   
   .go {
   color: #769B58
   width: 490px;
   padding: 5px;
   text-align: right;
   
   }
   
   h1 {
   font-size: 14pt;
   }
   
   h2 {
   font-size: 12pt;
   }
   
   hr {
   height: 1px;
   width: 400px;
   color: #C2C2C2
   text-align: left;
   float: left;
   margin-bottom: 30px;
   margin-top: 30px;
   }