/***** Body and main container *****/

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Arial,Verdana,Tahoma,sans-serif;
	background: #FFFFFF;
	color: #000000;
}

#wrap {
	color: #000000;
	margin: 0;
	padding: 1px 5px;
	width: 710px;
}

/***** Various tags *****/

a {
	text-decoration:none;
	color:#505050;
	background-color:inherit;
}

a:hover {
	text-decoration:underline;
	color:#286ea0;
	background-color:inherit;
}

a img {
	border:0;
}

p {
	margin:0 0 16px 0;
}

blockquote {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin:16px;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/RKXHHY42/img/menubg.gif) bottom left repeat-x;
	color:#505050;
}

blockquote p {
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
}

/***** Form styles *****/

.button {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/RKXHHY42/img/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
padding:4px;
width:120px;
}

input, textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
}

label {
margin:2px;
}

input {
width:200px;
}

textarea {
width:400px;
}

/***** Search form styles *****/
h1.zoeken {
	display: block;
	width: 180px;
	color: #ff6100;
	text-align: center;
	font-size: 1.2em;
}

form#zoeken {
	border: 1px solid #231C5D;
	width: 180px;
}

form#zoeken fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
}

form#zoeken p {
	margin: 4px 0 0 0;
}

form#zoeken label {
	margin: 0 0 1px 6px;
	padding: 0;
	float: none;
	color: #231C5D;
	text-align: left;
	font-size: 0.95em;
	font-weight: bold;
}

form#zoeken input,
form#zoeken select {
	margin: 0 0 0 4px;
	padding: 0;
	border: 1px solid #231C5D;
	color: #231C5D;
	width: 170px;
	min-width: 170px;
}

form#zoeken select#city { width: 170px; min-width: 170px; }
form#zoeken select#objecttype { width: 170px; min-width: 170px; }
form#zoeken select#vraagprijsTot { width: 170px; min-width: 170px; }
form#zoeken select#aantalkamers { width: 170px; min-width: 170px; }

form#zoeken input {
	padding: 1px 0;
}

form#zoeken input.buttons {
	margin: 5px 0 5px 60px;
	padding: 2px 0 1px 1px;
	width: 60px;
	min-width: 50px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
	background-color: #ff6100;
}

table.searchtable {
}

table.searchtable tr {
}

table.searchtable tr td {
	text-align: center;
	padding: 0 8px 0 0;
}

/***** Various classes *****/

.left {
	float:left;
}

.right {
	float:right;
}

#object-details-fotos {
	margin-right: 15px;
	width: 300px;
	float: left;
	overflow: hidden;
}

#object-details-fotos-klein {
	float: left;
	width: 310px;
	overflow: hidden;
}

#object-details-fotos-klein .previewimage-padding {
	float: left;
	width: 150px;
	height: 110px;
	margin: 0 5px 10px 0;
	overflow: hidden;
}

#object-details-fotos-klein img {
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */