@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	/*margin:0;*/
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin:0;
	overflow:auto;
}
.box {
	position: fixed;
	left: 0px;
	top: 0px;
	width:220px;
	background-image:url('../img/verhuurder_top_left.jpg');
	background-repeat:no-repeat;
}

#box_content {
	margin-top:165px;
	text-align:left;
	padding-left:10px;
}

hr.r {
	background-color:#DA007A;
	color:#DA007A;
	width:212px;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-10px;
	border:0;
}
hr.b {
	background-color:#009CDD;
	color:#009CDD;
	width:212px;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-10px;
	border:0;
}

.header_verhuurder {
	background-image:url(../img/verhuurder_top.jpg);
	background-repeat:no-repeat;
	height:160px;
}
.header_huurder {
	background-image:url(../img/huurder_top.jpg);
	background-repeat:no-repeat;
	height:160px;
}

* html .box {
	position: absolute;
}

#content { margin-left:220px; }

#container_home {
	height:770px;
	width:930px;
	margin:60px 0 0 40px;
}

h2 {
	color:#009CDD;
	font-size:12px;
	margin-bottom:-12px;
}

a.huurder_content {
	color:#009CDD;
	font-weight:bold;
	text-decoration:none;
}
a.huurder_content:hover {
	color:#DA007A;
	font-weight:bold;
	text-decoration:none;
}

a.link_top {
	color:#DA007A;
	font-weight:bold;
	text-decoration:none;
}
a.link_top:hover {
	color:#009CDD;
	font-weight:bold;
	text-decoration:none;
}

ul {
	list-style-image:url(../img/pink_bullit.jpg);
}
p { margin-top:16px; margin-bottom:16px; }