
/* CSS Document */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#3e444c;
	margin:0;
	padding-top:10px;
}

#container{
	width:960px;
	height:600px;
	text-align:left;
}

#kopf {
	width:960px;
	height:171px;
	background-image:url(pics-immobilien-duesseldorf/kopf.jpg);
	/*float:right;*/
}

#text {
	width:960px;
	}
	
#text .content_text {
		margin-top:15px;
		padding-left:53px;
		float:left;	
		width:432px;
		font-size: 11px;
		}
		
.bild{
	width:446px;
	height:270px;
	background-image:url(pics-immobilien-duesseldorf/bild.jpg);
	background-repeat:no-repeat;
	float:right;
	}
	
	
#fuss {
	width:960px;
	height:106px;
	background-image:url(pics-immobilien-duesseldorf/screenshot.jpg);
	float:left;
	background-repeat:no-repeat;
	margin-left:53px;
	}
	
h1{
	font-size:16px;
	color:#003072;

	}
	
h2{
	font-size:13px;
	color:#3e444c;

	}
	
	/*
	p{
	margin-left:53px;
	margin-right:500px;	
	}
	*/
	
.clear{
		clear:both;
	}
	
.fuss_text{
	font-size:16;
	color:#003072;
	font-weight:bold;
	margin-left:165px;
	margin-top:33px;
	
}

.fuss_text a{
	font-size:15px;
	color:#003072;
	text-decoration:none;
	
}
	
.fuss_text a:hover{
	color:#020f3c;
	text-decoration:underline;	
}
	
.text_kontaktdaten{
	width:150px;
	font-size:10px;
	margin-top:-75px;
	margin-left:485px;

	}
	
.text_kontaktdaten-2{
	font-size:10px;
	width:150px;
	margin-top:-60px;
	margin-left:680px;

	}
	
.line{
	width:377px;
	height:1px;
	background-image:url(pics-immobilien-duesseldorf/line.jpg);
	margin-top:21px;
	margin-left:485px;
	}
	
	
	
	
	
	
