/*** RESET ***/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, del, dfn, em, font, img,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {
	text-decoration: underline;
    color: #5c5c5c;
}
a:hover {
	text-decoration: none;
    color: #5c5c5c;
}
body{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.focus {
	outline: 0;
}

/*** END RESET ***/

/*** HEADER ***/
#headercontainer{
	width: 100%;
	background-color: #047fc0;
	height: 321px;
}

#headercontainer #headerImg{
	/*float: left;*/
	position: absolute;
	top: 0px;
	left: 327px;
}

#headercontainer #logocontainer{
	position: relative;
	background-color: #ededed;
	float: left;
	height: 270px;
	width: 327px;
}

#headercontainer #logocontainer #logoImg{
	margin: 150px 0 0 80px;
	border: 0;
}
/*** END HEADER ***/

.clearFloats{
	clear: both;
}

/*** NAVIGATION ***/
#navigation {
	position: relative;
	font-weight: bold;
	color: #c3a99a;
	font-size: 0.8em;
	padding: 13px 30px 0 0;
	text-align: right;
	line-height: 2.80;
	float: left;
	border-top: #3b2111 10px solid;
	width: 297px;
	min-height: 700px;
	margin-top: -51px;
	background-color: #694f40;
	z-index: 0;
    text-decoration: none;
}
#navigation a{
	color: #ebe9e7;
    text-decoration: none;
}

#navigation ul .sublistnav {
	margin: -9px 0 12px 0;
	text-align: right;
	line-height: 1.20;
    font-weight: normal;
    font-size: 0.8em;
}

#mouseovernavhome {
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 28px;
	visibility: hidden;
}
#mouseovernavAdvocaten 
{
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 78px;
	visibility: hidden;
    }
    
#mouseovernavvoorwaarden{
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 116px;
	visibility: hidden;
}#mouseovernavmedewerkers {
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 150px;
	visibility: hidden;
}
#mouseovernavactueel {
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 187px;
	visibility: hidden;
}
#mouseovernavaanpak{
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 223px;
	visibility: hidden;
}
#mouseovernavcontact{
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 330px;
	visibility: hidden;
}
#mouseovernavligging {
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 295px;
	visibility: hidden;
}
#mouseovernavlinks{
	background-color: #ffffff;
	width: 2px;
	height: 10px;
	position: absolute;
	right: 1px;
	top: 257px;
	visibility: hidden;
}
/*** END NAVIGATION ***/

/*** CONTENT ***/
#contentcontainer {
	width: 1003px;
}

#precontentcontainer{
	background-color: #ededed;
	width: 100%;
}

#content {
	position: relative;
	display:block;
	min-height: 600px;
	width: 600px;
	padding: 20px 15px 0 55px;
	float: left;
}
#content h1 {
	padding: 20px 0 0 0;
	font-size: 1.2em;
    color: #3b2111;
}
#content .title .blue {
	color: #0c618d;	
}
.blue2 {
	color: #008bd4;	
}
#content h2 {
	color: #694f40;
	font-size: 0.9em;
	line-height: 1.0em;
	padding: 20px 0 10px 0;
	border-bottom: #694f40 dotted 1px ;
	font-weight: bold;
}
#content .text {
	color: #5c5c5c;
	line-height: 1.8;
	font-size: 0.8em;
	padding: 10px 0 0 0;
}
/*** END CONTENT ***/

/*** FOOTER ***/
#footercontainer{
	padding-top: 88px;
}

#footer{
	padding-top: 10px;
	border-top: 1px solid #008bd4;
	font-size: 0.6em;
	color: #5c5c5c;
    padding-bottom: 25px;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active{
	text-decoration: none;
	color: #5c5c5c;
}
#footer a:hover{
	text-decoration: none;
	color: #393939;
}
.meer
{
    padding-top: 25px;
}
/*** END FOOTER ***/
