/* CSS Document */

/****** Definition und Position der Divs *************************************************************/
html, body{
height:100%;/*!*/
}


body {
	  margin:				0;
	  padding:			0; 
	  background-image:url(img/bg_body_big.jpg);
	  background-position:center;
	  background-repeat:no-repeat;
	  background-color:	#000;
	  text-align:			center;
	  }

div#wrapper {
	  position:			relative;
	  margin:				0 auto;
	  text-align:			left;
	  top:				0px;
	  width:				930px;
	  height:				auto;
	  }

div#borderleft {
	  float: 				left;
	  width:				15px;
	  height:				650px;
	  }

div#borderright {
	  float: 				right;
	  width:				15px;
	  height:				650px;
			  }		
	  
div#headimg {
	  float: 				left;
	  width:				900px;
	  height:				175px;
	  
	  }

div#kugel {
	  position: 			absolute;
	  width:				129px;
	  height:				129px;
	  left:				550px;
	  top:				60px;
	  background-image:url(img/kugel.png); 
	  z-index: 2;}

div#mainnavcontainer {
	  float:				left;
	  width:				900px;
	  height:				50px;
	  text-align:center;
	  vertical-align:middle;
	  margin:				0 0 0 0;
	  background-image:url(img/bg_mainnav_container.gif);
	  z-index: 1;
	  }		

div#contentwrapper {
	  float:              left;
	  width:				900px;
	  height:				auto;
	  margin:             0 0 0 0;
	  margin:		        0 0 0 0;
	  }
	  

div#subnav {
	  position:           absolute;
	  top:                245px;
	  left:               30px;
	  width:				134x;
	  height:              auto;
	  text-align:			left;
	  margin:             0 0 0 0;
	  margin:		        0 0 0 0;
	  }		

div#content {
	  position:           absolute;
	  top:                245px;
	  left:               232px;
	  width:				400px;
	  height:				425px;
	  text-align:			left;
	  margin:             0 0 0 0;
	  margin:		        0 0 0 0;
	  background-image:	url(img/bg_contentwrapper.jpg)  ;
	  background-position:left top;
	  }
#signatur {
	 float:left;
	 width: 168px;
	 height:89px;}		


	  
div#latestnews { 
	  position:           absolute;
	  top:                245px;
	  left:               665px;		
	  width:				220px;
	  height:              auto;
	  text-align:			left;
	  margin:             0 0 0 0;
	  margin:		        0 0 0 0;
	  }
	  
div#rightcol { 
	  position:           absolute;
	  top:                280px;
	  left:               665px;		
	  width:				220px;
	  height:              auto;
	  text-align:			left;
	  margin:             0 0 0 0;
	  margin:		        0 0 0 0;
	  }

.clear {
	  clear:				both;
	  }
	  
	  
div#footer  {
	  float:				left;
	  clear:				both;
	  width: 				930px;
	  height: 			15px;
	  margin: 			0px;
	  padding: 		    0; 
	  background-color:#000000;
	  }			









	  


