

* { padding: 0; margin: 0; }

body {
  background: url(background4.jpg) no-repeat  top center;
	background-color: #313131;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #313131;
}


			/* NAVIGATION BUTTONS */
			.menu {
						height: 31px;
						width: 400px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(button_over.gif) no-repeat;
						width: 100px;
						height: 31px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						
						font-size: 14px;
						letter-spacing: 0.1em;
						font-weight: bold;
						width: 100px;
						height: 31px;
						display: block;
						float: left;
						color: #CCC; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 100px; height: 31px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 5px;top: 5px;
					    text-align: center;
					    width: 100px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

#wrapper { 
 margin: 0 auto;
 width: 760px; 
}

#header {
 width: 760px;
 color: #333;
 padding: 10px;
 /*border-left: 1px solid #ccc;
 border-right: 1px solid #ccc; */
 height: 760px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF url(nav_top_final.jpg) top left no-repeat;
}
#content { 
 width: 760px;
 color: #333;
 border: 1px solid #ccc;
 background: transparent;
 margin: -550px 0px 20px 0px;
 padding: 10px;
 height: 420px;
}

#inhalt { 
float: left;
 width: 70%;
 color: #333;
 border: 0px;
 background: transparent;
 margin: 250px 0px 0px 0px;
 padding: 0px;
 height: 500px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
 text-align: justify;
}
.thickbox img {
 border: none;
 margin: 0 7px 15px 7px;
}

div#right_top {
background: url(biner_team.jpeg) no-repeat  top left;
margin-left: 75%;
margin-top: 300px;
padding: 3px;
border: 1px dashed #4C2F1E;
}
div#right_mid {
margin-left: 75%;
margin-top: 50px;
padding: 3px;
border: 1px dashed #4C2F1E;
}
div#right_bot {
margin-left: 75%;
margin-top: 50px;
padding: 3px;
border: 1px dashed #4C2F1E;
}

.sel{ color: #FFFFFF;}


