#sitebackground_start {
    position:relative;
	min-height:620px;
    height:100%;
	width:996px;
	margin:auto;
	background-attachment:scroll;
	background-color: #000000;
	background-image: url(../images/bg_kugeln_start.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}	


/*Bildbereich*/

#startbildbereich {
	position:absolute;
	float:left;
	top:100px;
	left:20px;
	width:672;
	height:230px;
	padding:0px;
	margin:0px;
	z-index:10;
}

#startbildposition{
    position:relative;
	top:-230px;
	left:0px;
	z-index:5;
	/*vertical-align:bottom;*/
}



/*Contentbereich*/


#contentbereich_start{
    width:650px;
	height:160px;
    float:left; 
    position:absolute; 
    left:30px; 
    top:340px; 
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000; 
	
}

#textblock_breit{
  float:left;
  font-size: 14px;
  font-family: Verdana, Helvetica, Arial,sans-serif;
  line-height:22px;
  color:#CCCCCC;
 /* text-align:justify;*/
  padding:10px;
  padding-top:6px;
  padding-bottom:6px;
  width:629px;   
}

	

#startteaser{
    position:absolute; 
    left:700px;
	top:350px;
    width:272px;
	height:150px;
	float:left;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000; 	
}