html {
	margin:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font:10px Arial, sans-serif;
	background:url(../images/bg-page-holder.gif) repeat-x;
	
}

h1, h2, h3, h4, h5, p, form {
	margin:0;
	padding:0;
}

#footer ul,
.list,
.menu,
.menu ul,
.contact-info ul,
.photos-block ul,
.content-text ul {
	list-style:none;
	margin:0;
	padding:0;
}

.logo a {
	text-indent:-6666px;
	display:block;
	overflow:hidden;
}

a img {
	border:none;
}

#main {
	clear:both;
	width:862px;
	min-height:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin:0 auto;
	background:url(../images/bg-page-line.gif) repeat-y;
	
}

* html #main {
	height:100%;
	overflow:visible;
}

/* ___________________________________________________ Header */
#header {
	clear:both;
	width:862px;
	height:124px;
	background:#fff url(../images/bg-header.gif) no-repeat;
	position:absolute;
	left:0;
	top:0;
}

#header .logo {
	margin:58px 0 0 208px;
}

#header .logo a {
	width:451px;
	height:51px;
	background:url(../images/logo.gif) no-repeat;
}

/* ___________________________________________________ Footer */
#footer {
	clear:both;
	width:100%;
	position:relative;
	z-index:2;
	margin-top:-35px;
	height:35px;
	background:url(../images/bg-footer-holder.gif) repeat-x 0 100%;
}

#footer .holder {
	height:35px;
	width:862px;
	background:url(../images/bg-footer.gif) no-repeat 0 100%;
	overflow:hidden;
	margin:0 auto;
}

#footer ul {
	float:right;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	display:inline;
	margin:6px 25px 0 0;
}

#footer ul li {
	float:left;
	background:url(../images/bg-footer-separator.gif) no-repeat 0 50%;
	padding:0 5px 0 6px;
	margin-left:-1px;
	display:inline;
}

#footer ul a {
	color:#292e96;
	text-decoration:none;
}

#footer ul a.seitenanfang {
	background:url(../images/bg-seitenanfang.gif) no-repeat 0 50%;
	padding-left:12px;
}

#footer ul a:hover {
	text-decoration:underline;
}

/* ___________________________________________________ Content */
#content {
	clear:both;
	width:862px;
	margin-top:124px;
	background:url(../images/bg-page.gif) no-repeat;
	overflow:hidden;
	padding-bottom:35px;
}

.content-container {
	float:right;
	margin-right:15px;
	width:654px;
	display:inline;
}

/* ___________________________________________________ Content-Text */
.content-text {
	float:right;
	width:290px;
	padding:8px 20px 10px 15px;
	display:inline;
}

.content-text h3 {
	font-size:12px;
	color:#333;
	line-height:16px;
	padding-bottom:3px;
}

.content-text p {
	font-size:12px;
	color:#333;
	line-height:16px;
	padding:8px 0;
}

.content-text a {
	color:#292e96;
	white-space:nowrap;
}

.content-text a:hover {
	text-decoration:none;
}

.content-text a.more-link,
.content-text .pdf a {
	padding-left:12px;
	background:url(../images/bg-link-arrow.gif) no-repeat 0 50%;
}

.content-text .list {
	clear:both;
	padding:8px 0 8px 10px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#333;
}

.content-text .list li {
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding-left:15px;
}

.content-text .object {
	font-size:12px;
	line-height:16px;
	color:#333;
}

.content-text .object li {
	margin:5px 0;
}

.content-text .object span {
	font-weight:bold;
	color:#292e96;
}

.content-text .pdf {
	padding:10% 10px;
	line-height:200%;
	border:1px solid #bbb;
	background:url(../images/bg-pdf.gif) no-repeat right bottom #ddd;
}

/* ___________________________________________________ Info-Block */
.info-block {
	float:left;
	width:192px;
	padding:0 0 0 1px;
	background:url(../images/bg-info-block.gif) repeat-y;
}

/* ___________________________________________________ Navigation */
.info-block .menu {
	width:192px;
	padding-bottom:10px;
}

.info-block .menu li a {
	display:block;
	width:169px;
	height:29px;
	padding-left:23px;
	font-size:12px;
	line-height:29px;
	color:#d4d5ea;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.info-block .menu ul li a {
	font-size:10px;
	background:url(../images/bg-menu-element.gif) no-repeat 0 0;
}

.info-block .menu a:hover {
	color:#fff;
	background:url(../images/bg-menu-element.gif) no-repeat 0 0;
}

.info-block .menu ul a:hover,
.info-block .menu a.active {
	color:#fff;
	background:url(../images/bg-menu-element-sub.gif) no-repeat 0 0;
}

/* ___________________________________________________ Contact-Info */
.info-block .contact-info {
	clear:both;
	width:156px;
	margin:81px 0 0 14px;
	padding:0 11px 11px;
	font-size:11px;
	line-height:13px;
	color:#fff;
}

.info-block .contact-info ul {
	width:100%;
	clear:both;
	overflow:hidden;
	padding:7px 0 6px;
}

.info-block .contact-info a {
	color:#fff;
	text-decoration:none;
}

.info-block .contact-info a:hover {
	text-decoration:underline;
}

/* ___________________________________________________ Photos-Block */
.photos-block {
	float:right;
	width:328px;
	padding:0 0 10px 0;
}

.photos-block img {
	float:left;
	display:block;
}

.photos-block ul {
	clear:both;
	width:100%;
}

.photos-block ul li {
	float:left;
	margin:1px 1px 0 0;
	display:inline;
}

/* ___________________________________________________ Tables */
table.realestate_catlist {
	width:623px;
	margin:0 15px;
	font-size:12px;
	text-align:center;
	border-spacing:0;
}

table.realestate_catlist thead {
	height:29px;
	color:#fff;
	background-color:#292e96;
}

table.realestate_catlist thead th {
	padding:10px;
}

table.realestate_catlist tbody {
	border:1px solid #bbb;
}

table.realestate_catlist td {
	padding:10px;
	border-right:1px solid #ddd;
	border-bottom:2px solid #292e96;
	border-left:1px solid #ddd;
}

table.realestate_catlist img {
	border:1px solid #bbb;
}

/* ___________________________________________________ Ansprechpartner */
.person {
	float:left;
	margin-right:8px;
}

.person img {
	border:1px solid #bbb;
}

.line {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #bbb;
}

/* ___________________________________________________ Preisinformationen */
.priceinfo {
	clear:both;
	padding:20px;
	color:#666;
	text-align:center;
}

.extra,
.object span.extra {
	color:#292e96;
	font-weight:normal;
}

/* ___________________________________________________ Formulare */

/* modified styles for extension "tx_srfeuserregister_pi1" */
.tx-srfeuserregister-pi1 p { font-family: Arial, sans-serif; font-size:12px; line-height:16px; color:#333; margin:0; padding:8px 0; }
.tx-srfeuserregister-pi1 input { font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#333; border:1px solid #bbb; background-color:#ddd; }
.tx-srfeuserregister-pi1 input:focus { background-color:#eee; }

input,
textarea {
	width:285px;
	font:12px Arial, sans-serif;
	color:#333;
	border:1px solid #bbb;
	background-color:#ddd;
}

input:focus,
textarea:focus {
	background-color:#eee;
}

input.button,
.tx-srfeuserregister-pi1 input.button {
	width:100px;
	color:#fff;
	cursor:pointer;
	border:1px solid #bbb;
	background-color:#292e96;
}

.missing {
	color:#292e96;
	font-weight:bold;
}
