html { overflow-y: scroll; }							/* Seitensrünge verhindern: Vertikale Scrollbar immer anzeigen IE6-8, FF */

body { 
  /*NS4*/
  margin-top: -8px; 
  margin-left: -8px; 
  background-color: #AAAAAA;
  }
  		
/*	Container breite immer angeben 	*/  
#aussen { 
position: relative;
margin: 0px auto;
width: 994px;
height: auto;
 border: 0px dashed Red;	
 margin-top: 0px;
 }
 	
#container { 
float: left;
background-color: #EDEDED;
width: 994px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-image: url(../grafik/bg.jpg);
background-repeat: repeat-y;
}

@media screen {
/*	Moderne Browser: (Ausschluss von NS4, IE4 IE/MAC) */
  
  /*	Menü	um IE4 auszuschließen an erter Stelle in  @media screen	*/
	#men_ue {							/*	Unterstich Hack schließt NN6 aus*/
		position:absolute;
		width:170px;
		height:auto;
		left: 148px;
		top: 170px;
	}

	

	#menue_logobox {		
	float: left;			
		width:auto;
		height:auto;
		left: 0px;
		top: 0px;
	}	
	
	
	
 	body { 
		margin-top:0px; 
		margin-left:0px; 
	}
  
 


/*	Kopfleiste	*/
#logobox{
float: left;
		width: 160px;
		height: auto;
		margin: 0px 0px 0px 0px;
		background-color: White;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
#skizze{
float: left;
		width: 834px;
		height: auto;
		margin: 0px 0px 0px 0px;
		background-color: White;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
.logo {
	   margin: 0px 0px 0px 0px;
		border: 0px solid Black;
		display: block;
}



/*	Topmenü-Balken*/
#hilfsmenue  {			
position: absolute;
top: 129px;
left: 0px;
width: 994px;
height: 26px;
border: 0px solid Black;
}
/*	Topmenü  */
.hilfsmenue_txt  { 
text-align: right;
padding: 0px 18px 0px 0px;
margin: 0px 0px 0px 0px;
/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	

.trenn {
	clear: both;
	float: none;
	width: 994px;
	height: 49px;
	background-color: #EDEDED;
			border: 0px solid #7B68EE;
}

/*	Ende Kopfleiste	*/
	
	
	
	/*	Scrollbereich*/


	.box_1 {
float: left;
		width: 530px;
		height: auto;
		margin: 0px 0px 0px 335px;
		padding: 0px 90px 0px 0px;
	border: 0px solid #7B68EE;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;

	} 
		.box_slideshow {
float: left;
		width: 330px;
		height: auto;
		margin: 0px 0px 0px 335px;
		padding: 0px 0px 0px 0px;
	border: 0px solid #7B68EE;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;

	} 
		.immo_box {
      float: left;
		width: 640px;
		height: 1300px;
		margin: 0px 0px 0px 335px;
		padding: 0px 0px 0px 0px;
	   border: 0px solid #7B68EE;
		display: inline;
	} 	
	.immo_box_1 {
      float: left;
		width: 470px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	   border: 0px solid #7B68EE;
		display: inline;
	} 	
		.immo_box_2 {
      float: left;
		width: auto;
		height: 1300px;
		margin: 0px 0px 0px 30px;
		padding: 0px 0px 0px 0px;
	   border: 0px solid #7B68EE;
		display: inline;
	} 	
	#blende  {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 180px;
	height: 20px;
	background-color: #EDEDED;
	
	 border: 0px solid #7B68EE;
	}
	.grundriss {
			padding: 0px 0px 0px 0px;
	      margin: 4px 0px 0px 0px;
	     font-size: 0.75em;
	}

}
/*		Ende boxmodel pixelgenau		*/


#ticker  {
		position:absolute;
		width:auto;
		height:auto;
		left: 165px;
		top: 75px;
}

.ticker:link { font-weight: bold; color: #003177; font-size: 13pt; text-decoration: none;} 
.ticker:visited {  font-weight: bold; color: #003177; font-size: 13pt; text-decoration: none;} 
.ticker:hover { font-weight: bold; color: #336699; font-size: 13pt; text-decoration: none;} 
.ticker:active { font-weight: bold; color: #003177; font-size: 13pt; text-decoration: none;} 
.ticker:focus {  font-weight: bold; color: #003177; font-size: 13pt; text-decoration: none;} 


 
