@charset "UTF-8";
/* CSS Document */

body {
	background: #F0F0F0;
	margin: 0;
	/*padding: 0;*/
	height: 100%;	
}

html {
	height: 100%; 
	margin: 0;
}

#headerHelp {
	background:#F0F0F0;
	width: 100%;
	height: 90px;
	margin-top: 0px;
	position: fixed;
	}
	
#header {
	background:#F0F0F0;
	width: 100%;
	height: 60px;
	margin-top: 20px;
	position: fixed;
	}
	
#header .logo {
	width: 230px;
	height: 58px;
	/*border: #070707 solid 1px;*/
	margin-left:auto;
	margin-right:auto;
}

#help {
	float: left; 
	width: 1px; height: 50%;
	margin-bottom: -260px;
}

#content {
	clear: left;
	margin: 0 auto;
	width: 810px; 
	height: 540px;
	background: #FFFFFF;
	font-family: Times New Roman, Verdana, sans-serif;
	padding-top: 1px;
}

#contentScrollable {
	clear:left;
	margin: 0 auto;
	width: 810px;
	height: auto;
	padding-top: 100px;
	font-family: Times New Roman, Verdana, sans-serif;
	background: #FFFFFF;
}

#contentScrollableText {
	clear:left;
	margin: 0 auto;
	width: 810px;
	height: auto;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Times New Roman, Verdana, sans-serif;
	background: #FFFFFF;
}

#contentScrollableText a{
	color:#000000;
	font-style:normal;
	text-decoration:none;
}

h1 {
	display:inline;
	font-size:24px;
	font-weight:300;
}

h2 {
	display:inline;
	font-size:20px;
	font-weight:300;
}

p {
	text-align:justify;
}

#content .left {
	float:left;
	margin-top: 20px;
	margin-left: 20px;
	height: 498px;
	width: 374px;
	/*border: #000000 solid 1px;*/
}

#content .left .leftUp {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	height: 217px;
	width: 352px;
	/*border: #D9D9D9 solid 1px;*/
}

#content .left .leftDown {
	float:left;
	margin-top: 30px;
	margin-left: 10px;
	height: 217px;
	width: 352px;
	/*border: #D9D9D9 solid 1px;*/
}

#content .right {
	float:right;
	margin-top: 20px;
	margin-right: 20px;
	height: 498px;
	width: 374px;
	/*border: #000000 solid 1px;*/
}

#content .middle {
	float:left;
	margin-top: 20px;
	margin-left: 20px;
	height: 498px;
	width: 768px;
	/*border: #000000 solid 1px;*/
}

#content .colorBox {
	width: 770px;
	height: 150px;
	background-color:#F5F5F5;
	margin-top: 20px;
	margin-left: 20px;
}
#content .boxWohnung {
	float:left;
	height: 120px;
	width: 735px;
	margin-top: 15px;
	margin-left: 15px;
	/*border: #000000 solid 1px;*/
	}
	
#content .boxWohnung .bild {
	float: left;
	width: 118px;
	height: 118px;
	/*border: #000000 solid 1px;*/
	border:none;
}

#content .boxWohnung .text {
	float: left;
	width: 200px;
	height: 118px;
	/*border: #000000 solid 1px;*/
	margin-left: 20px;
	text-align:left;
	font-style:normal;
	font-family: Times New Roman, serif;
	font-size:14px;
	line-height: 20px;
}

#content .boxWohnung .text a{
	color:#000000;
}

#content .boxWohnung .text a:hover{
	color:#b4e114;
}


#content .boxWohnung .symbol01 {
	float:right;
	width: 30px;
	height: 30px;
	/*border: #000000 solid 1px;*/
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

#content .boxWohnung .symbol02 {
	float:right;
	width: 30px;
	height: 30px;
	/*border: #000000 solid 1px;*/
	margin-right: 15px;
	margin-top: 5px;
	border:none;
}

#content .boxWohnung .infobox {
	float: right;
	width: 250px;
	height: 50px;
	margin-top: 70px;
	margin-right:-75px;
	/*border: #000000 solid 1px;*/
	position: static;
	text-align:right;
	text-decoration:underline;
	font-family: Times New Roman, serif;
	font-size:14px;
	line-height: 25px;
}

#content .boxWohnung .infobox a {
	color:#4E4E4E;
}

#content .boxWohnung .infobox a:hover {
	color:#b4e114;
}


#contentScrollable  .colorBox {
	width: 770px;
	height: 150px;
	background-color:#F5F5F5;
	margin-top: 20px;
	margin-left: 20px;
}

#contentScrollable  .boxWohnung {
	float:left;
	height: 120px;
	width: 735px;
	margin-top: 15px;
	margin-left: 15px;
	/*border: #000000 solid 1px;*/
	}
	
#contentScrollable  .boxWohnung .bild {
	float: left;
	width: 118px;
	height: 118px;
	/*border: #000000 solid 1px;*/
	border:none;
}

#contentScrollable  .boxWohnung .text {
	float: left;
	width: 200px;
	height: 118px;
	/*border: #000000 solid 1px;*/
	margin-left: 20px;
	text-align:left;
	font-style:normal;
	font-family: Times New Roman, serif;
	font-size:14px;
	line-height: 20px;
}

#contentScrollable  .boxWohnung .text a{
	color:#000000;
}

#contentScrollable  .boxWohnung .text a:hover{
	color:#b4e114;
}


#contentScrollable  .boxWohnung .symbol01 {
	float:right;
	width: 30px;
	height: 30px;
	/*border: #000000 solid 1px;*/
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

#contentScrollable  .boxWohnung .symbol02 {
	float:right;
	width: 30px;
	height: 30px;
	/*border: #000000 solid 1px;*/
	margin-right: 15px;
	margin-top: 5px;
	border:none;
}

#contentScrollable  .boxWohnung .infobox {
	float: right;
	width: 250px;
	height: 50px;
	margin-top: 70px;
	margin-right:-75px;
	/*border: #000000 solid 1px;*/
	position: static;
	text-align:right;
	text-decoration:underline;
	font-family: Times New Roman, serif;
	font-size:14px;
	line-height: 25px;
}

#contentScrollable  .boxWohnung .infobox a {
	color:#4E4E4E;
}

#contentScrollable .boxWohnung .infobox a:hover {
	color:#b4e114;
}


h3 {
	display:inline;
	font-weight: 150px;
	font-size: 19px;
}
	
#footerHelp {
	background:#F0F0F0;
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0px;
}

#footer {
	background:#F0F0F0;
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 20px;
}

#menu {
	width: 810px;
	height: 38px;
	/*border: #000000 solid 1px;*/
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#menu #menunav ul {
	display: block;
	position: absolute;
	bottom: -16px;
	margin-left:auto;
	margin-right:auto;
	/*right: 20px;*/
	padding-left:0px;
}

#menu #menunav li {
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	margin: 0 px 0 0px;
	font-family: Euphemia, Arial;
	font-size:20px;
}

#menu #menunav li.current-menu-item,
#menu #menunav li.current-page-ancestor,
#menu #menunav li.current-post-ancestor,
#menu #menunav li:hover, 
#menu #menunav li a:hover {
	background-color: #F0F0F0;
	color:#b4e114;
}


#menu #menunav li a {
	font-size: 16px;
	color: #706B67;
	text-decoration:none;
}
/*
#menu #menunav li a:hover {
	text-decoration: none;
	color:#b4e114;
	}
*/

