@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0 auto;
	}
body {
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background: #fff;
	color: #333;
	text-align: center;
	}
#wrapper {
	position: relative;
	width: 900px;
	padding: 0px 10px;
	margin: 0 auto;
	background: url('../imgs/bg_wrapper.jpg') repeat-y center center #fff;
	text-align: left;
	}

#main {
	background: url('../imgs/bg_main.jpg') repeat-y center center #fcfcfc;
	}
#left {
	float: left;
	width: 540px;
	padding: 30px 30px 20px 30px;
	background: #fcfcfc;
	overflow: hidden;
	}
* html #left { padding-bottom: 0px; }
#right {

	background: #efebe8;
	width: 260px;
	overflow: hidden;
	padding: 20px;
	}
* html #right {
	width: 250px;
	}
#header {
	padding: 0px;
	border-bottom: 2px solid #fff;
	position: relative;
	}
#header #logo {
	position: absolute;
	top: 30px;
	left: 30px;
	border: none;
	}
#header #head_imgs {
	clear: left;
	padding: 10px 0px 0px 0px;
	height: 300px;
	overflow: hidden;
	}
	
#header .mod_changelanguage {
	position: absolute;
	top: 30px;
	right: 20px;
	}
#header .mod_changelanguage ul { list-style: none; padding: 0px; margin: 0px; }
#header .mod_changelanguage ul li,
#header .mod_changelanguage ul li.active,
#header .mod_changelanguage ul li:hover { list-style: none; padding: 0px; margin: 0px; border: 0px; padding: 0px; background: none; }
#header .mod_changelanguage ul li img { border: 0px; }

#footer {
	border-top: 3px solid #fff;
	padding: 20px;
	background: #efebe8;
	}

.clear { clear: left; }
.invisible { display: none; }

/* Formate */
a { color: #900; font-weight: bold; text-decoration: underline; }
a:hover { color: #a00; font-weight: bold; text-decoration: none; }
h1 {
	color: #666;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
	}
h2 {
	color: #666;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
	}
h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	}
	
	
.service_teaser {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	color: #666;
	}
.service_teaser table { 
	width: 100%; 
	margin: 5px 0px;
	padding: 0px;
	border-collapse: collapse;
	}

.quickfinder {
	padding: 10px 0px 30px 0px;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	}
.quickfinder input,
.quickfinder select {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	}
.quickfinder .form_input {
	padding: 3px 0px;
	}
	
#startteaser {
	background: url('../imgs/bg_carousel.jpg') no-repeat left top transparent;
	}
#startteaser ul li {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px 10px;
	position: relative;
	}
#startteaser ul li p.weiter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	}
	




/* Navigation */
#header { position: relative; z-index: 500; }
#header ul {
	list-style: none;
	margin: 0px 0px 20px 200px;
	padding: 117px 0px 20px 0px;
	z-index: 8000;
	}
#header ul li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px 8px;
	border-right: 1px solid #666;
	z-index: 8000;
	}
#header ul li.last { border:none; }
#header ul li.last ul { width: 145px; }
#header ul li:hover,
#header ul li.active,
#header ul li.trail { background: url('../imgs/bg_nav_level2.png') repeat top left transparent; }
#header ul li ul {
	position: absolute;
	top: 25px;
	left: -1px;
	display: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
	border-top: none;
	z-index: 8000;
	}

#header ul li:hover ul { display: block; }
#header ul li a,
#header ul li span {
	font-weight: bold;
	color: #004827;
	text-decoration: none;
	}
#header ul li a:hover,
#header ul li a.active,
#header ul li span.active { color: #900; }
	
#header ul li ul li {
	border: none;
	float: none;
	background: url('../imgs/bg_nav_level2.png') repeat top left transparent;
	padding-left: 20px;
	}
#header ul li ul li ul { 
	border: none; 
	margin: 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent;
	z-index: 8000;
	}
#header ul li ul li ul li,
#header ul li ul li.trail ul li,
#header ul li ul li ul li:hover { 
	border: none; 
	padding: 2px 0px 3px 15px;
	background: transparent;
	}

#header ul li ul li ul li a,
#header ul li ul li.trail ul li a,
#header ul li ul li ul li:hover a {
  font-weight: normal;
  padding: 0px;
}

#header ul#level_3 li.active {
  background: none;
  }

*+html #header ul li:hover ul { display: auto; }
*+html #header ul li ul li {
	margin: 0px;
	z-index: 500;
	width: 172px;
	}

*+html #header ul li ul li a { display: table-cell; padding: 10px 0px; width: 100%; }

* html #header ul li ul li {
	margin: 0px;
	z-index: 500;
	width: 200px;
	}
* html #header ul li ul li a { display: table-cell; padding: 10px 0px; width: 100%; }

/* Formulare */
.form_input
{
	width:100%;
	clear:right;
	margin:10px 0px;
	padding:2px 0px;
}

#left input, select, textarea
{
	float:right;
	padding:2px;
	border:1px solid #195a3c;
	font-size:11px;
}

#left input[type=submit]
{
	margin:0px 0px 20px 0px;
	font-weight:bold;
	color:#fff;
	background: #195a3c;
}

label
{
	padding-top:3px;
}

#left .teaser input, #left .teaser select
{
	width:150px;
	margin:-5px 20px 0px 0px;
}

#left input, #main select, #main textarea {
	width: 300px;
	margin: -2px 50px 0px 0px;
	}
#left select {
	width: 305px;
	}
#left input[type=submit] {
	width: 305px;
	margin-top: 20px;
	margin-right: 50px;
	}
#left input[type=checkbox] {
	width: 50px;
	margin-right: 250px;
	margin-top: 2px;
	border: none;
	}
#left table tr td input[type=checkbox] {
	width: 50px;
	margin-right: 150px;
	margin-top: 2px;
	border: none;
	}
#lbl_20_0,
#lbl_13_0,
#lbl_48_0,
#lbl_61_0 {
	float: right;
	margin-top: -3px;
	}

#left .form_container input[type=checkbox] {
	width: 15px;
	margin-right: 340px;
	}
	
.form_input p.error { font-weight: bold; color: #007738; }

#right .form_container { margin: 0px; }
#right input, #right select { width: 100%; margin: 0px; padding: 2px; }

#left #suche input,
#left #suche select { margin-right: 350px; }

input, select, textarea  { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }


#f9 table td,
#f10 table td { vertical-align: top; padding: 2px 0px; font-size: 12px; }
#f9 table td.col_0,
#f10 table td.col_0 { vertical-align: top; padding-right: 20px; }
#f9 input,
#f9 textarea,
#f10 input,
#f10 textarea {
  border: 1px solid #ccc;
  width: 180px;
  float: none;
  font-size: 12px;
}

#f9 textarea,
#f10 textarea { height: 50px; }

.hidden { display: none; }

#startliste { background: #fcfcfc; padding: 20px; padding-top: 150px; }

#startliste .finca_list_item {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	min-height: 140px;
	}
#startliste .finca_list_item h3 {
	border: none;
	margin: 0px;
	color: #900;
	}
#startliste .finca_list_item h3 a {
	font-weight: normal;
	text-decoration: none;
	color: #900;
	}
#startliste .finca_list_item h3 a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #900;
	}
#startliste .finca_list_item img {
	border: none;
	float: left;
	margin-top: 5px;
	}
#startliste .finca_list_item .list_item_content {
	margin-left: 200px;
	}
	
#startliste .finca_list .even {
	background: #efebe8;
	}
	
#startliste .finca_list h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	margin: 20px 0px 10px 0px;
	}
	
#startliste .finca_list p.short_info {
	font-weight: bold;
	margin: 2px 0px;
	color: #666;
	}

#startliste .finca_list p.detail_link {
	text-align: right;
	font-weight: bold;
	margin: 2px 0px;
	color: #666;
	}
	
#startliste .finca_list p.toplink {
	text-align: right;
	margin: 2px 0px 10px 0px;
	}

p.direct_search { margin: 10px 0px; font-size: 10px; color: #999; }
p.new_search { margin: 10px 0px; text-align: right; }
