@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, form, fieldset, table, th, td { margin:0; padding:0; }

html { overflow-y:scroll; }

html,body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#87888a;
	margin:0;
	padding:0;
	height:100%;
	background-color:#fff;
}
body { text-align:center; } /* Nodig voor IE center hack */

/* Vaste Elementen  */

h1, h2, h3 {
 color:#e2001a;
 font-family: Verdana, Helvetica, sans-serif;
 font-weight:500; 
 font-style:normal;
}
h2 { 
	font-size:16px;
	line-height:18px;
}

h3 {
	line-height:14px;
}
#paragraaf-2 h2 {
	font-size:20px;
	font-weight:200;
	line-height:20px;
	font-family: Arial, sans-serif;
	margin-bottom:20px;
}

p {
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:200; 
	font-style:normal;		
}

.paragraaf {
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:200;
	font-style:normal;
}

#paragraaf-1 p {
	font-size:18px;
	font-weight:200;
	line-height:20px;
	font-family: Arial, Verdana, sans-serif;
}

a, .red {
	color:#87888A;
	text-decoration:none;
}
a:hover {
	color:#e2001a;
	text-decoration:underline;
}

#wrap { 
	min-height:100%;
	margin:0 auto;	/* Nodig voor IE center hack */
	width:940px;
	padding:10px;
	text-align:left;
}
#logo {
	float:left;
	width:220px;
	height:66px;
}
#hoofdmenu {
	float:left;
	width:720px;
	text-align:right;
	padding-top:30px;
	font-size:12px;
}
#topHeader {
	width:940px;
	height:60px;
	clear:both;
	position:relative;
	margin-bottom:10px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../images/topHeaderBg.png);
}
#feiten {
	width:452px;
	height:60px;
	top:18px;
	left:498px;
	position:absolute;
	z-index:10;
}
#feiten .jqDockWrap {
	/*margin-top:10px;*/
	float:right;
}
#feiten img {
	cursor:pointer;
}

#waarom {
	float:left;
	width:315px;
	height:46px;
	overflow:hidden;
	margin-top:15px;
	margin-left:173px;
}
#waarom h1 {
	color:#87888a;
	font-family: Verdana, sans-serif;
	font-size:16px;
	font-weight:500;
	font-style:normal;
	line-height:20px;
}
#waarom h1:hover, #waarom a:hover {
	color:#e2001a;
	text-decoration:none;
}

#topHeader img {
	padding:0 32px;
}

#tabs {
	float:left;
	width:160px;
	min-height:250px;
}
#viewer {
	float:left;
	width:780px;
	min-height:350px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-image:url(../images/viewBgBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 8px #d2d2d2;
	-webkit-box-shadow: 0 0 8px #d2d2d2;
}
#viewer .paragraaf {
	padding:20px 0 0 20px;
        margin-right: 20px;
}
#viewer #paragraaf-1 {
	background-image:url(../images/viewBgTop.png);
	background-repeat:no-repeat;
	background-position:right top;
}
#feeds {
	clear:both;
	width:780px;
	height:205px;
	padding:10px 0;
	margin-left:160px;
	background-image:url(../images/roundedTopRight.png);
	background-repeat:no-repeat;
	background-position:right top;
}
#twitterFeed, #newsFeed {
	float:left;
	width:350px;
	height:185px;
	padding:15px;
}
#twitterFeed { margin-right:10px; }
#newsFeed { padding: 0px; margin-left: 6px;}
#newsFeed span { color:#000; font-size:12px; }
#newsFeed .item {
	padding:10px 0;
	border-bottom:#eceded 1px solid;
}
#newsFeed h2 {
	border-bottom:#eceded 1px solid;
}
#twitterFeed .twtr-hd,
#twitterFeed .twtr-ft { display: none; } 
#newsFeedFooter {
	clear:both;
	width:370px;
	height:60px;
	margin-left:145px;
	padding:5px 0 0 35px;
	background-image:url(../images/roundedBottomLeft.png);
	background-repeat:no-repeat;
	background-position:left top;

}

#footer {
	clear:both;
	width:750px;
	margin-left:160px;
	min-height:200px;
	padding:15px;
	border-top:#eceded 1px solid;
	border-bottom:#eceded 1px solid;
}
#logos {
	float:left;
	width:141px;
	min-height:200px;
}
#logos img {
	margin:5px 0;
}
#sitemap {
	float:left;
	width:609px;
}

/* jqDock styling */
#feiten img {
	/* padding:0 20px; */
}

/* Formulieren Module */

.form_label {
	color:#e2001a;
	font-family: Verdana, sans-serif;
	font-size:13px;
	font-weight:200; 
	font-style:normal;		
}
input.form_tekstveld, select.form_dropdown {
	width:350px;
	height:25px;
	padding:5px 15px;
	line-height:14px;
	border-radius:5px;
	font-size:13px;
	border-top:#f8f8f8 1px solid;
	border-left:#f8f8f8 1px solid;
	border-bottom:#cbcbcb 2px solid;
	border-right:#cbcbcb 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 8px #eeeeee; 
	-webkit-box-shadow: 0 0 8px #eeeeee;
}

input.form_tekstveld_post {
	width:250px;
	height:25px;
	padding:5px 15px;
	line-height:14px;
	border-radius:5px;
	font-size:13px;
	border-top:#f8f8f8 1px solid;
	border-left:#f8f8f8 1px solid;
	border-bottom:#cbcbcb 2px solid;
	border-right:#cbcbcb 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 8px #eeeeee;
	-webkit-box-shadow: 0 0 8px #eeeeee;
}

input.form_tekstveld_huis {
	width:50px;
	height:25px;
	padding:5px 15px;
        margin-left: 13px;
	line-height:14px;
	border-radius:5px;
	font-size:13px;
	border-top:#f8f8f8 1px solid;
	border-left:#f8f8f8 1px solid;
	border-bottom:#cbcbcb 2px solid;
	border-right:#cbcbcb 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 8px #eeeeee;
	-webkit-box-shadow: 0 0 8px #eeeeee;
}

input.form_tekstveld_postcode {
	width:50px;
	height:25px;
	padding:5px 15px;
	line-height:14px;
	border-radius:5px;
	font-size:13px;
	border-top:#f8f8f8 1px solid;
	border-left:#f8f8f8 1px solid;
	border-bottom:#cbcbcb 2px solid;
	border-right:#cbcbcb 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 8px #eeeeee;
	-webkit-box-shadow: 0 0 8px #eeeeee;
}


select.form_dropdown {
	font-size:150%;
	height:35px;
	width:380px;
}

.form_table {
	float:left;
	width:700px;
	margin-left:35px;
}

.checkbox, .radio {
	width: 38px;
	height: 34px;
	padding: 0 5px 0 0;
	background: url(../images/forms/styled_radio.png) no-repeat;
	display: block;
	float: left;
}
.radio {
	background: url(../images/forms/styled_radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

#imageLeft img, #imageRight img{
	max-width:370px;
}
#imageLeft {
	float:left;
	margin-right:10px;
}
#imageRight {
	float:right;
	margin-left:10px;
}


