@charset "iso-8859-1";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	margin-top: 12px;
	margin-bottom: 20px;
	height: 70px;
	background-image: url(../Bilder/LOGO-durchdewald-immobilien.jpg);
	background-repeat: no-repeat;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#content_right {
	text-align: left;
	float: left;
	width: 760px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
}
#nav {
	text-align: right;
	float: left;
	height: 450px;
	width: 180px;
	margin-right: 20px;
}
a:link {
	color: #012;
	text-decoration: none;
}
a:visited {
	color: #012;
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #012;
	font-size: 12px;
}
