html, body, body * {
	margin:0pt;
	padding:0pt;
}

/*a {
	color:#555;
	text-decoration:none;
}*/

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

body {
	/*background-image:url(../images/bg_body.png);
	background-position:left top;
	background-repeat:repeat-x;*/
	background:#FFF;
	color:#555;
	font-family: Trebuchet MS,Helvetica,Arial,Geneva,sans-serif;
	font-size:0.95em;
	text-align:center;
}

h1, h2, h5, h6 {
	color:#993300;
}

h3 {
font-family:"lucidamac bold","lucida grande",verdana,arial,helvetica,sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
color: #000;
margin:0pt 0pt 0.5em;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
color:#000000;
text-decoration:none;
}

#sidebar p {
	margin-bottom: 2em;
}

.clear {
	clear:both;
}

#Wrapper {

margin:0pt auto;
overflow:visible;
text-align:left;
width:900px;
}


#Header {
	height:90px;
	text-align:center;
	padding:1em 1em 0 1em;
	border-bottom:2px solid #555;
}

	#Header h1 {
		text-align:center;
	}
	
#lang {
	float:right;
	margin-top:1em;
}

#lang img {
	border: 1px solid #555;
}
	
#ContentContainer {
	margin:1em;
}

#Navi {
	list-style:none;
	float:left;
	text-align:left;
}

	#Navi li {
		
	}
	
	#Navi li a {
		display:block;
		padding:0.7em 0.6em 0.5em 0;
		text-decoration:none;
		color:#555;
	}
	
		#Navi li a:hover {
			text-decoration:underline;
		}
	
#Content {
	margin-left:130px;
	margin-bottom:0.5em;
	min-height:300px;
	padding-top:0.7em;
	line-height:1.3em;
}

	#Content h3 {
		border-bottom:1px solid #555;
	}
	
	#Content p {
		margin:17px 0;
	}
	
	#Content img {
		border:1px solid #555;
	}
	
	.cImg {
		float:right;
		margin:0.5em 0 0.5em 0.5em;
	}
	
	.cImg2 {
		float:right;
		width:300px;
		height:198px;
		margin:0.5em 0 0.5em 0.5em;
	}

	#contentImage {
		position: relative;
	}
	
	#contentImage img {
		position:absolute;
		top:0;
		left:0;
	}
	
#Footer {
	clear:both;
	margin-top:1em;
	border-top:2px solid #555;
	text-align:center;	
}

	#Footer a {
		display:block;
		padding:0.5em;
	}
	
	
#Houses {
	list-style: none;
}


#Houses {
	display:block;
	margin: 5px 0 0 0 ;
}

#Houses li {
	list-style:none;
	margin:5px 20px;
	padding:5px;
	border:none;
	height:75px;
	text-align:left;
	position:relative;
	border-bottom: 1px solid #CCC;
}

	#Houses li a {
		line-height:1.2em;
		color:#1E9600;
	}

	#Houses li img {
	}
	
	#Houses li .house_title {
		position:absolute;
		top:5px;
		left:80px;
	}
	
		#Houses li .house_title a {
			font-size:1.2em !important;
		}
		
	#Houses li .house_size {
		position:absolute;
		top:55px;
		left:80px;
		font-size:0.92em !important;
	}
	
	#Houses li .grund_size {
		position:absolute;
		top:55px;
		left:280px;
		font-size:0.92em !important;
	}
	
	#Houses li .price {
		position:absolute;
		top:55px;
		right:20px;
		font-size:0.92em !important;
	}
	
	#Houses li .location {
		position:absolute;
		top:32px;
		left:80px;
		font-size:0.92em !important;
	}
	
	.housePreview img.sold {
		position:absolute;
		top:23px;
		left:-24px;
	}

	* html .housePreview img.sold {
	  background: transparent;
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sold.png', sizingMethod='scale');
	}
	

.region {
	float:left;
	width:200px;
	margin:10px;
	padding:10px;
	cursor:pointer;
	text-align:center;
}

	.region img {
		margin-top:15px;
		height:100px;
	}

#House {
	position: relative;
}

	#House #Summary {
		border:1px solid #555;
		padding: 0.1em 1em 0 1em;
		margin:0.5em 0 0.5em 0.5em;
		float:left;
		width: 500px;
		height: 177px;
	}

	#House .firstImg {
		position: absolute;
		top: 34px;
		right: 0px;
		margin:0.5em 0.5em 1.5em 0;
		margin-right:0;
	}
	
	#House h2 {
		border-bottom:1px solid #555;
	}
#Fotos {
	text-align: center;
}

#Fotos a:hover {
	color: #FFF !important;
}
	
	#House img {
		margin:10px;
	}
	
	#HouseContent {
		clear:both;
	}
	
#Pagination a {
	text-decoration:underline;
}

#Contact p {
	position:relative;
	height:35px;
}

	#Contact p label {
		font-size:1.2em;
	}

	#Contact p input, #Contact p textarea {
		font-family:Trebuchet MS,Helvetica,Arial,Geneva,sans-serif;
		position:absolute;
		top:-8px;
		left:100px;
		padding:3px;
	}

.DefaultInput {
  color: #000;
  background: #FFF; /* url('../images/default_input_bg.png') repeat-x left top;*/
  font-size: 1.2em;
  margin: 0;
  padding: 0 2px 0 2px;
  border: 1px solid #c9f4b4;
  line-height: 20px;
  height: 20px;
}

.DefaultTextArea {
  color: #000;
  background: #FFF; /* url('../images/default_input_bg.png') repeat-x left top */
  margin: 0;
  padding: 0 2px 0 2px;
  border: 1px solid #c9f4b4;
  font: 1.2em 'Trebuchet MS', verdana, arial, sans-serif;
}

.DefaultButton, .editor_ok_button, .editor_cancel_link {
  color: #000;
  background: #c9f4b4; /* url('../images/default_button_bg.png')repeat-x left top;*/
  line-height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #c9f4b4;
  height: 22px;
	font-size:0.9em !important;
}

.formLabel {
  position: relative;
	top:-5px;
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 22px;
}

.w40 {
  width: 40px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w200 {
  width: 200px;
}

.w230 {
  width: 230px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w580 {
  width: 580px;
}

.s64 {
  width: 64px;
  height: 64px;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

#immo_links {
  font-size: 14px;
}