@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../assets/background_main.jpg) no-repeat fixed center bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	text-decoration:underline;
	color:#0065a3;
}
a:visited {
	text-decoration:underline;
	color:#0065a3;
}
a:hover {
	text-decoration:none;
	color:#0065a3;
}
a:active {
	text-decoration:underline;
	color:#0065a3;
}
#p {
	margin: 0px;
}
#container {
	width: 1054px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../assets/main_back.png) repeat-y left;
} 
#header {
	background: url(../assets/header_back.jpg) no-repeat;
	padding: 0 10px 0 75px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 195px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 53px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 292px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../assets/sidebar_repeat.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 58px;
	margin-bottom: auto;
}
#mainContent {
	padding: 0;
	margin: 0px;
} 
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../assets/footer_back.jpg) no-repeat center top;
	height: 263px;
	margin: 0px;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
 	border:none;
 }
#sidebar_repeat {
	background: url(../assets/sidebar_repeat.jpg) repeat-y;
	float: right;
	height: auto;
	width: 292px;
	clear: none;
}
#sidebar_menu {
	background: url(../assets/sidebar_main_back.jpg) no-repeat center top;
	height: 548px;
	width: 292px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
h1 {
	margin: 0px;
}
#header #logo {
	margin-top: 52px;
}
#mainContent p {
	margin: 0px;
}
#sidebar_footer {
	background: url(../assets/sidebar_bottom.jpg) no-repeat top;
	float: right;
	height: 157px;
	width: 292px;
	margin-top: 0px;
	margin-right: 58px;
}
#footer #glashelder {
	float: right;
	height: 86px;
	width: 73px;
	margin-right: 77px;
}
#footer #adres {
	height: 40px;
	width: 239px;
	margin-left: 76px;
	margin-top: 25px;
	float: left;
}
#footer_texten {
	background: url(../assets/footer_blue_back.png) no-repeat center center;
	height: 169px;
	width: 490px;
	margin-top: 15px;
	margin-left: 130px;
	float: left;
}
#footer_text_right {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 220px;
	margin-right: 17px;
	margin-top: 0px;
}
#footer h3 {
	text-transform: uppercase;
	margin: 0px;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer_text_left {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 220px;
	margin-right: 20px;
	margin-top: 0px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainText {
	width: 520px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 120px;
}
#sidebar1 p {
	margin: 0px;
}
#container #mainContent_back {
	width: auto;
}
#top {
	background: url(../assets/top_back.jpg) repeat-x left top;
}
#page_bottom {
	background: url(../assets/page_bottom.png) no-repeat top;
	height: 50px;
	width: 1054px;
	margin-right: auto;
	margin-left: auto;
}
.menu_img {
	margin-left: 35px;
}
#mainContent p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	padding-left: 16px;
}
#mainContent h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0065A3;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
	margin-bottom: 0px;
}
input, textarea, select {
	background: #FFFFFF;
	padding: .2em;
	width: 20em;
	border: 1px solid #0065A3;
}
textarea {
	height: 8em;
}
input#send {
	background: #0065A3;
	width: 8em;
	margin-left: 0.8em;
	border: 1px solid #3882A3;
	color: #FFFFFF;
	margin-top: .8em;
}
input#wis {
	background: #0065A3;
	width: 8em;
	margin-left: 0.8em;
	border: 1px solid #3882A3;
	color: #FFFFFF;
	margin-top: .8em;
}
label {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	padding-left: 16px;
}
fieldset {
	border-color:#0065A3;
	border-width:0px;
}
#glashelder_list {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: -35px 0px 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_text_right li {
	background: url(../assets/vinkje.png) no-repeat left top;
	padding-left: 28px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactformulier p {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	padding-left: 16px;
}
#contactformulier h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0065A3;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	padding-left: 16px;
}
#succes {
	height: 57px;
	width: 57px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#groet {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0065A3;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	padding-left: 16px;
}
#zichtbaar_schoon {
	margin-right: auto;
	margin-left: auto;
	width: 168px;
}

