/* main css */

/* defaults */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

img {
	border:0px;
	outline:none;
}

div {
	border:0;
	margin:0;
}

sup {
	font-size:6px;
}

/* body */

body {
	font-family:arial, sans-serif;
	background-color:#999999;
	/*background-image:url(../img/bg_main.jpg);*/
	background-image:url(../img/bg_main.png);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:50% 0;
	color:#363636;
	margin:0;
	padding:0;
	font-size:11px;
}

/* Containers */

#maincontainer {
	width:100%;
	min-width:752px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	
	/*min-height:100%;
	position:relative;*/

}

.push {
	height:20px;
}

#contentcontainer {
	width:752px;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../img/contentcontainer_bg.png);
	background-repeat: no-repeat;
}

/* preload */
#preload {
	position:absolute;
	top:0px;
	left:-200px;
	visibility:hidden;
}

/* header and logo */

#headerwrap {
	width:752px;
	height:124px;
	min-width:752px;
	margin:0;
}

#header {
	width:752px;
	min-width:752px;
	height:124px;
}

/* navigation */

#navwrap {
	width:752px;
	height:24px;
	overflow:visible;
	min-width:752px;
	min-height:24px;
}

#nav {
	width:752px;
	min-width:752px;
	height:24px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
}

#nav li {
	float: left;
	margin: 0;
	line-height: 24px;
	color: #ffffff;
	list-style: none;
}

#nav li a {
	font-size:13px;
	font-weight:bold;
	background: transparent;
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	outline:none;
}

#nav li a:hover {
	color: #ff331a;
}

#main_nav li a.selected {
	color: #ff331a;
}

/* spacer */

#spacer {
	width:752px;
	min-width:752px;
	height:13px;
}

/* content */

#left {
	margin:0;
	float:left;
	width:382px;
}

#right { 
	margin:0;
	float:left;
	width:370px;
	height:1% /* Holly hack for Peekaboo Bug */
}

#welkom { 
	width:382px;
	height:300px;
	background-image:url('../img/welkom2-bg.png');
	background-repeat:no-repeat;
	/*background:transparent url('../img/welkom-bg.png') repeat-y;*/
	padding:156px 0 0 0;
}

#welkom .text{ 
	width:337px;
	margin:0 0 0 20px;
}

#welkom h4 { 
	color:#c5143f;
	margin:20px 0 5px 0;
}

#oorzaken { 
	width:382px;
	height:293px;
	background:transparent url('../img/oorzaken-bg.png') top left;
}

#oorzaken .text{ 
	width:337px;
	margin:0 0 0 20px;
}

#oorzaken a, a:link, a:visited, a:active {
	color:#DE0057;
	text-decoration:none;
}

#oorzaken a:hover {
	text-decoration:underline;
}

#tekort1 { 
	width:370px;
}

#tekort1 .text{ 
	width:337px;
	margin:2px 0 0 20px;
}

#bannerright { 
	width:370px;
	margin: 14px 0 14px 0;
}

#tekort2 { 
	width:370px;
}

#tekort2 .text{ 
	width:337px;
	margin:2px 0 0 20px;
}

#tekort2 ul{ 
	margin:0 0 0 20px;
}

a.text, a.text:link, a.text:visited, a.text:active {
	color:#DE0057;
	text-decoration:underline;
}

#right-logo {
	font-size:9px;
}

#right-logo .textcopy {
	font-size:9px;
	margin:0 0 0 23px;
}

#right-logo .text {
	width:205px;
	font-size:9px;
	margin:0 0 0 23px;
}

#reactie { 
	width:241px;
}

#reactie .text{ 
	width:208px;
	margin:2px 0 0 20px;
	line-height:22px;
}

#reactie input.reactie { 
	width:200px;
	border:1px solid #c5143f;
	vertical-align:middle;
}

#reactie textarea.reactie { 
	width:200px;
	border:1px solid #c5143f;
}

/* footer */

#footer {
	clear:both;
	text-align:center;
	width:739px;
	padding:10px 0 3px 0;
	font-size:10px;
	color:#666666;
	/* position:absolute;
	bottom:0;
	left:50%;
	height:18px;
	margin-left:-369px;
	background-color:#ffffff;*/

}

#footer .text {
	color:#888888;
	font-size:9px;
	margin:10px 0 0px 0;
}

h1 {
	color:#009ada;
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
	margin:0 0 5px 0;
}

h2 {
	color:#cb0548;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin:0 0 16px 0;
}

h3 {
	color:#cb0548;
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
	margin:0 0 5px 0;
}

h4 {
	color:#cb0548;
	font-size:16px;
	font-weight:bold;
}

ul {
	list-style:disc outside url("../img/list.png");
	list-style-position: outside;
	padding-left: 18px;
	margin: 5px 0 5px 0;

}

ol {
	list-style-position: outside;
	padding-left: 18px;
	margin: 0 0 5px 0;
}

ol li {
	color:#cb0548;
	font-weight: bold;
}

ol li p {
	color: #363636;
	font-weight: normal;
	margin: 5px 0 5px 0;
}

/* form */

.error {
	height:14px;
	color:#b8003e;
	display:none;
}

input.button-verstuur {
	float:right;
	width:92px;
	height:21px;
	background-color:transparent;
	border:0px;
	margin:7px 0px 0 0;
	cursor: pointer;
}
