body {
	/* Schriften ohne Serifen */
	font-family: Arial, Verdana, Geneva, Helvetica, Lucida, sans-serif;
	
	font-size: 13px;

	margin: 0px;
	margin-top: 36px;
	margin-left: 30px;
	
	background: url('/images/bg.gif') no-repeat;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 48px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 38px;
	padding-bottom: 44px;
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #CC0000;
	margin-bottom: 4px;
}
/********************************** layout ***********************************/
#logo {
	float: left;
}
#containerHeader {
	width: 950px;
}
#containerContent {
	width: 950px;
}
#left {
	clear: both;
	float: left;
	width: 175px;
}
#content {
	float: right;
	width: 774px;
}
div.enum {
	float: left;
	width: 25px;
	margin-right: 15px;
	height: 5px;
	font-size: 5px;
	margin-top: 8px;
	background-color: #999999;
}
#footer {
	
	clear: both;
}
/********************************** nav **************************************/
ul.nav {
	float: left;
	padding-bottom: 96px;
}
li.nav {
	float: left;
}
a.nav {
	display: block;
	width: 133px;
	padding-right: 2px;
	height: 30px;
	padding-top: 24px;
	border-top: 5px solid #CC0000;
	border-bottom: 5px solid #CC0000;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	text-align: right;
}
a.immo {
	color: #B6A37A;
}
a.nav:hover, a.navSel {
	background-color: #E4CC99;
	color: #CC0000;
}
/********************************** subnav ************************************/
ul.subnav {
}
li.subnav {
}
a.subnav {
	display: block;
	width: 175px;
	height: 19px;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
a.subnav:hover, a.subnavSel {
	color: #CC0000;
}
/********************************** content **********************************/
div.text {
	padding-left: 40px;
	line-height: 145%;
	font-size: 13px;
}
img.text {
	float: left;
	width: 135px;
	height: 100px;
	margin-right: 15px;
}
div.legend {
	
	clear: both;
	padding-left: 56px;
	padding-top: 2px;
	background: url('/images/arrow.gif') no-repeat 40px 6px;
	font-size: 11px;
}
ul.text {
	width: 200px;
	float: left;
}
a.text {
	color: #000000;
}
a.text:hover {
	color: #CC0000;
}
/********************************* powered by ********************************/
div.poweredby {
	padding-top: 60px;
	padding-left: 216px;
	color: #666666;
	font-size: 11px;
	padding-bottom: 10px;
}
a.poweredbyTypolay {
	text-decoration: none;
	color: #666666;
}
a.poweredbyTypolay:hover {
	color: #A6D21E;
}
.orange {
	color: #FF9900;
}
a.poweredby {
	text-decoration: none;
	color: #666666;
}
a.poweredby:hover {
	color: #FF9900;
}
div.search {
	font-size: 10px;
	height: 10px;
	overflow: hidden;
	visibility: hidden;
}
