@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color:#FFFFFF;
	margin-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content {
	margin: 0 auto;
	width: 920px;
	padding:0px;
}
#content img {
	border:none;
}
#header_1 {
	width:920px;
	height:157px;
}
#navcontainer {
	width:914px;
	height:27px;
	padding-top:1px;
	margin-left:3px;
	margin-right:3px;
	background-image:url(../images/nav_bg.jpg);
	text-align:center;
}
#navcontainer a {
	text-decoration:none;
	color:#4d596a;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
}
#navcontainer a:hover {
	color: #755a5e;
}
#navcontainer .aktuell {
	color: #755a5e;
}
#headschatten {
	width:914px;
	height:10px;
	margin-left:3px;
	margin-right:3px;
	background-image:url(../images/headerschatten.jpg);
}
#inhalt {
	width:920px;
	margin-top:20px;
	font-size:12px;
	color:#302d2e;
	line-height:18px;
}
#inhalt p {
	font-size:12px;
	color:#302d2e;
	line-height:20px;
}
#inhalt h1 {
	font-size:14px;
	color:#6d757e;
	font-weight:bold;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:4px;
}
#inhalt h2 {
	font-size:14px;
	color:#6d757e;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
}
#inhalt h3 {
	font-size:14px;
	color:#6d757e;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
#inhalt a {
	text-decoration:none;
	color:#6d757e;
}
#inhalt a:hover {
	text-decoration:underline;
}
#inhalt ul {
	margin-left:0px;
	padding-left:20px;
	list-style-image:url(../images/bullet.jpg);
}
#inhalt li {
	padding-top:7px;
}
#links200 {
	width:260px;
	float:left;
	margin-left:10px;
	padding:0px;
	border: 1px solid #cccbc6;
}
#links200 img {
	border: 1px solid #cccbc6;
	margin:9px;
}
#textbox440 {
	width:358px;
	margin-left:20px;
	float:left;
}
#textboxfull {
	width:880px;
	margin-left:20px;
	float:left;
}
#textbox430 {
	width:430px;
	margin-left:20px;
	float:left;
}
#unternavi {
	width:240px;
	margin-right:10px;
	padding-bottom:10px;
	background-color:#ececeb;
	float:right;
}
#unternavi h1 {
	width:230px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d596a;
	font-weight:bold;
	font-size:14px;
	background-image:url(../images/boxover.jpg);
}
#unternavi p {
	width:220px;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:0px;
	font-size:12px;
	color:#47413c;
	font-weight:normal;
}
#weg {
	height:1px;
	clear:both;
}
.wohnung {
	width:280px;
	height:270px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#ececeb;
	float:left;
}

.wohnung h1 {
	width:270px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d596a;
	font-weight:bold;
	font-size:14px;
	background-image:url(../images/boxover.jpg);
}
.wohnung p {
	width:260px;
	margin-left:10px;
	margin-bottom:13px;
	margin-top:0px;
	padding-bottom:0px;
	font-size:12px;
	color:#47413c;
	font-weight:normal;
}
.wohnung img {
	margin-top:10px;

}

#footer {
	width:920px;
	text-align:center;
	height:24px;
	font-size:11px;
	margin-top:30px;
	padding-top:10px;
	background-image:url(../images/boxover.jpg);
}
#footer a {
	text-decoration:none;
	color:#6d757e;
}
#footer a:hover {
	text-decoration:underline;
}
input {
	width: 350px;
	margin-top:5px;
}
.Button {
	background-color:#fff;
	color:#4a666b;
	width:145px;
	border:1px solid #ddd;
}
textarea {
	margin-top:5px;
	width: 350px;
}
/*tooltip*/

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}



a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; width:300px;
	padding:15px;
    border:1px solid #ddd;
    background-color:#fff; color:#000;
    text-align: left;
	color:#4a666b;
	text-decoration:none;}

/*lightbox*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

