body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/hintergrund.jpg);
	margin: 0px; 
}
#div_main{
	width: 800px;
	padding: 5px;
	color: #000000;
	background-color:#ffffff;
}
#div_topleiste{
	text-align: right;
	width: 790px;
	height: 100px;
	background-image:url(images/topleiste.jpg);
	margin-bottom: 5px;
}
#div_bildleiste{
	width: 790px;
	height: 200px;
	background-image:url(images/titel_01_immo.jpg);
}
#div_inhalt{
	padding-top: 20px;
	text-align: left;
	width: 790px;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 40px;
}
#div_blank2{
	width: 25px;
	height: 200px;
	float: left;
}
#div_menu2{
	width: 160px;
	height: 200px;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	float: left;
}
#div_footer{
	width: 790px;
	height: 25px;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px dotted #999999;
}
.menu{
	list-style-type: none;
	
}
ul.menu{
	margin-bottom: 0px;
	padding-bottom:5px;
	font-size: 80%;
}
ul.kunden{
	list-style-type: none;
	margin-left: 5px;
	padding-bottom:5px;
	font-size: 70%;
}
ul.normal{
	list-style-type: square;
	margin-left: 25px;
	padding-bottom:5px;
	font-size: 80%;
}
a.menu:link,a.menu:visited{
	padding-right: 5px;
	width: 150px;
	color : #eeeeee;
	background-color: #003399;
	text-decoration: none;
}
a.menu:active,a.menu:focus,a.menu:hover{
	padding-right: 5px;
	width: 150px;
	color : #999999;
	background-color: #003399;
}
.footer{
	padding-top: 5px;
	font-size: 70%;
}
.liste{
	font-size: 80%;
}
h1{
	font-size: 100%;
}
p{
	font-size: 80%;
}
.fett{
	font-weight: bold;
}
.form-standard{
	width: 200px;
}
.form-plz{
	width: 50px;
}
.form-ort{
	width: 146px;
}