/*
---------------------------------------------------------------------------
Reset de waarden
---------------------------------------------------------------------------
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

ul,li {
	list-style-type:none;
	}

body {
	font:11px/15px Tahoma, Arial, Verdana, Helvetica,sans-serif;
	background: #E4E7EC url(../img/bg.gif) repeat-y center top;
	color:#231F20;
	text-align: center;
}

img {
	border:0;
	}

p {
	margin: 0 0 1em 0;
}

a {
	color: #66B48C;
}



/*
---------------------------------------------------------------------------
Float Fix
---------------------------------------------------------------------------
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*

/*
---------------------------------------------------------------------------
Container
---------------------------------------------------------------------------
*/

#container {
	height: 600px;
	width: 800px;
	margin: 25px auto 0 auto;
	text-align: left;
	background: url(../img/bg-raster.gif) no-repeat;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/

#header {
	width: 800px;
	height: 260px;
	position: relative;
}

#header h1 a {
	width: 160px;
	height: 150px;
	position: absolute;
	top: 15px;
	left: 0;
	text-decoration: none;
	display: block;
}

#header h1 a span {
	visibility: hidden;
	z-index: 9999;
}


/*
---------------------------------------------------------------------------
Content-wrapper
---------------------------------------------------------------------------
*/

#content-wrapper {
	width: 800px;
	height: 340px;
}

#groene-banner {
	height: 22px;
	background: #008B54;
	position: relative;
}

#groene-banner h2 {
	position: absolute;
	left: 182px;
	top: 4px;
	color: #FFF5E1;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/*
---------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------
*/

#sidebar {
	width: 173px;
	height: 187px;
	background: #689CD1;
	margin-top: 1px;
	float:left;
}

#sidebar ul {
	font-weight: bold;
	padding-top: 4px;
}

#sidebar ul li{
	border-bottom: 1px solid #FFF5E1;
	line-height: 10px;

}

#sidebar ul li a {
	color: #FFF5E1;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
	color: #1A3B5A;
}

/*
---------------------------------------------------------------------------
Content
---------------------------------------------------------------------------
*/

#content {
	height: 188px;
	width: 627px;
	float:left;
}

#content .content {
	margin: 10px 10px 0 10px;
}

#content h2 {
    font: bold 11px/13px Tahoma, Arial, Verdana, Helvetica,sans-serif;
    color: #1A3B5A;
}

#content table td {
    font: bold 11px/13px Tahoma, Arial, Verdana, Helvetica,sans-serif;
    font-weight: bold;
}

#c-left {
	width: 245px;
	float: left;
	display: inline;
}

#c-right {
	float:left;
	display: inline;
}

address {
	font-style: normal;
}


/*
---------------------------------------------------------------------------
Impressie
---------------------------------------------------------------------------
*/

#impressie {
	clear: both;
	width: 800px;
	height: 130px;
}

#foto {
	float: left;
	width: 525px;
	height: 130px;
}

#foto .foto {
	float:left;
	display: inline;
	margin-right: 2px;
}

#kenmerken {
	float: left;
	background: #689CD1 url(../img/kenmerken.gif) 0 2px;
	width: 275px;
	display: block;
	height: 130px;
}

/*
---------------------------------------------------------------------------
Formulier
---------------------------------------------------------------------------
*/

input {
	border: 1px solid #7397D1;
	background: #fff;
	font-size: 12px;
	font-family: Arial;
}

input.normal {
	width: 215px;
}

input.short-left {
	width: 44px;
	margin-right: 4px;
}

input.middle-right {
	width: 160px;
}

input.short-right {
	width: 35px;
}

input.middle-left {
	width: 145px;
}

input.checkbox {
	margin: 0 5px 0 0;
	padding: 0;
}

form p {
	margin: 0 0 3px 0;
}

form a {
	color: #7398CF;
}

label.normaal {
	width: 130px;
	float: left;
	clear: left;
}

label.small {
	margin: 0 5px;
}

p.error {
    color: #cc0000;
}
