@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFAD2;
	background-image: url(assets/hg_wohnappeal.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 40px;
	margin: 0px;
	padding: 40px 0px;
}
h1 {
	font-size: 1em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 0.9em;
	color: #333333;
}
h3 {
	font-size: 0.7em;
	color: #333333;
	margin: 0px 0px 10px;
}
.ohneRand {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#wrapperPage {
	height: 640px;
	width: 520px;
	margin: 0px auto;
}

/* INHALTE */
#contentSroller {
	overflow: auto;
	height: 360px;
	width: 520px;
	margin: 0px 0px 0px 20px;
	padding-right: 5px;
}
#wrapperPage #contentSroller p {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px 0px 10px;
}
#wrapperPage #contentSroller li {
	font-size: 0.7em;
	margin-bottom: 10px;
}
#wrapperPage #contentSroller a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}


#contentNoSroller {
	overflow: visible;
	height: 360px;
	width: 500px;
	margin: 0px 0px 0px 20px;
}
#wrapperPage #contentNoSroller p {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px 0px 10px;
}
#wrapperPage #contentNoSroller li {
	font-size: 0.7em;
}
#wrapperPage #contentNoSroller a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}


/* offline
#wrapperPage #topNavigation li {
	font-size: 0.65em;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	margin: 0px 4px 10px 0px;
	padding: 0px;
}
a.topnavi:link {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}
a.topnavi:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}
a.topnavi:hover {
	color: #FFCC66;
	text-decoration: none;
	border: 0px;
}
*/

#linkeSpalte {
	overflow: visible;
	width: 250px;
	float: left;
}
#rechteSpalte {
	overflow: visible;
	width: 250px;
	float: left;
}


.bildrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* NAVIGATION */
#topNavigation {
	height: 40px;
	width: 540px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 0.65em;
	text-transform: uppercase;
}

