/* *******************************************************
   :: Basis elementen
   ******************************************************** */
body {
	text-align: center;
}   
input.text {
	width: 150px;
	padding: 1px 5px;
}
h1 {
	margin: 25px 0px 20px 0px;
	padding: 0px;
}
li {
	padding-left: 20px;
	margin-top: 3px;
}
#swapImg {
	position: absolute;
	left: 250px;
	top: 3px;
}
/* Varianten */ 

/* *******************************************************
   :: Structure containers
   ******************************************************** */
#container_main{
	width: 901px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#container {
	position: relative;
	width: 701px;
	height: auto;
	border-top: 1px solid;
	padding: 0px 0px 0px 0px;
}
html>body #container {
	width: 701px;
	padding: 0px 9px 0px 0px;
}
#left {
	width: 193px;
	float: left;
}
#right {
	width: 502px;
	float: right;
}
#main {
	width: 701px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
/* *******************************************************
   :: Header
   ******************************************************** */  
#header {
	position: relative;
	border-left: 1px solid;
	border-top: 2px solid;
	margin-left: 2px;
	height: 80px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 78px;
}
	
html>body #header {
	height: 78px; /* ie5win fix ends */
}   

#toppic {
	position: absolute;
	width: 193px;
	height: 76px;
}

#logo {
	position: absolute;
	right: 35px;
	top: 3px;
	border: 0px;
}
#right_top {
	width: 18px;
	height: 12px;
	position: absolute;
	right: -11px;
	top: -3px;
}
/* *******************************************************
   :: Balken
   ******************************************************** */
#grijze_balk {
	width: auto;
	border-top: 2px solid;
	overflow: hidden;
	margin-left: 2px;
	height: 7px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 5px;
}
	
html>body #grijze_balk {
	height: 5px; /* ie5win fix ends */
}   

#groene_balk {
	width: auto;
	border-top: 2px solid;
	overflow: hidden;
	padding: 2px 0px 0px 10px;
	margin-left: 2px;
	height: 20px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
}
	
html>body #groene_balk {
	height: 16px; /* ie5win fix ends */
}   

/* *******************************************************
   :: Menu
   ******************************************************** */   
/* Primair menu */
.nav, .nav ul {
	margin: 0px;
	padding: 0px;
}
.nav {
	margin-top: 4px;
}
.nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav a, .nav a:link, .nav a:visited {
	display: block;
	padding: 6px 0px 6px 24px;
	border-bottom: 1px solid;
	width: 193px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 169px;
}
	
html>body .nav a {
	width: 169px; /* ie5win fix ends */
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	width: 158px;
	padding: 6px 0px 6px 35px;
	width: 193px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
}
	
html>body .nav ul li a {
	width: 158px; /* ie5win fix ends */
}

/* Extra menu */
#e_nav {
	text-align: right;
}
#e_nav li{
	margin-top: 5px;
	padding-right: 20px;
	text-align: right;
	list-style-type: none;
}

/* *******************************************************
   :: Vacature Reminder
   ******************************************************** */
#vacature_reminder {
	padding: 10px 0px 20px 15px;
}   
#vacature_reminder form{
	margin: 0px;
}  
#vacature_reminder form input{
	margin-bottom: 4px;
}  
#vacature_reminder div.titel{
	padding-bottom: 4px;
}   
#vacature_reminder p{
	padding: 0px;
	margin-top: 2px;
	color: #333333;
}   
#vacature_reminder div.actie{
	text-align: right;
	padding-right: 15px;
}   

/* *******************************************************
   :: Contact
   ******************************************************** */
#contact {
	padding: 10px 0px 0px 15px;
}   
   
/* *******************************************************
   :: Breadcrumble
   ******************************************************** */
#breadcrumble {
	text-align: right;
	padding: 10px;
}

/* *******************************************************
   :: Tools
   ******************************************************** */
#tools {
	position: absolute;
	left: 255px;
	top: 127px;
}
#tools img{
	border: 0px;
	margin-left: 3px;
}


/* *******************************************************
   :: Content
   ******************************************************** */
#content {
	margin-left: 23px;
	width: auto;
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 10px;
}
#content_top {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 222px;
	top: 140px;
}

/* *******************************************************
   :: Nieuws
   ******************************************************** */
.nieuws {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.nieuws thead td{
	border-bottom: 1px solid;
	padding-bottom: 4px;
}
.nieuws thead td.titel{
	padding-left: 5px;
}
.nieuws tbody td{
	padding: 3px 0px;
	border-bottom: 1px solid;
}
.nieuws tbody td.titel{
	width: 360px;
	padding-left: 5px;
}
.nieuws .tools {
	width: 120px;
}

.nieuws .tools img {
	border: 0px;
	margin: 0px 3px;
	text-align: right;
}

.nieuws .tools table td{
	border: 0px;
	width: 20px;
}

/* *******************************************************
   :: Vacatures
   ******************************************************** */
body div#container div#content h3{
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
body div#container div#content .vItem .vDate{
	padding: 2px 0px 0px 0px;
}
body div#container div#content .vItem p{
	padding-top: 0px;
	margin-top: 0px;
}
body div#container div#content .vItem .vVerder{
	padding: 0px 25px 5px 0px;
	text-align: right;
	border-bottom: 1px solid #c3c3c3;
}

/* FORM BASIC / .tpl_basic */
	form.tpl_basic {
		margin: 0px;
		padding: 20px 0px 20px 0px;
	}
		/* group */
		form.tpl_basic div.group{
			padding: 0px 0px 5px 0px;
			margin-top: 15px;
			border-top: 1px solid #EAEAEA;
		}
			/* groupname */
			form.tpl_basic div.group div.groupName{
				padding: 15px 0px 2px 0px;
				font-weight: bold;
			}
			/* end groupname */
			
			/* item */
			form.tpl_basic div.item{
				position: relative;
				padding: 2px 0px;
			}
			/* item | extraSpace*/
			form.tpl_basic div.extraSpace{
				padding-bottom: 20px;
			}
				/* label */
				form.tpl_basic div.item label{
					float: left;
					width: 180px;
					padding-top: 2px;
					cursor: pointer;
				}
					/* noStyle*/
					form.tpl_basic div.item label.noStyle{
						float: none;
						width: auto;
						padding-top: 0px;
					}
					/* noFor */
					form.tpl_basic div.item label.noFor{
						cursor: default;
					}
				/* end label */
				/* text */
				form.tpl_basic div.item input.text{
					width: 180px;
				}
				/* end text */
				/* text */
				form.tpl_basic div.item input.radioSpace{
					margin-left: 15px;
				}
				/* end text */
				/* select */
				form.tpl_basic div.item select{
					width: 180px;
				}
				/* end select */
				/* textarea */
				form.tpl_basic div.item textarea{
					width: 230px;
					height: 80px;
				}
				/* end textarea */
				/*marginLeft */
				form.tpl_basic div.item .marginLeft{
					margin-left: 213px;
				}
					html>form.tpl_basic div.item .marginLeft{
						margin-left: 215px;
					}
				/* end marginLeft */
			/* end item */
			/* scheiding */
			form.tpl_basic div.scheiding{
				background: url(../i/form_scheiding.gif) repeat-x center;
				vertical-align: middle;
				padding-left: 10px;
			}
				form.tpl_basic div.scheiding span{
					background: #FFF;
					padding: 0px 4px;
				}
			/* extra_space */
			form.tpl_basic div.extra_space{
				padding-bottom: 20px;
			}
			/* end extra space */
	/* end group */
	
	/* buttons */
	form.tpl_basic div.buttons{
		text-align: right;
		padding-top: 20px;
	}
		form.tpl_basic div.buttons input.button{
			border: 1px solid #c3c3c3;
			background: #FFF;
			margin: 0px 5px;
			padding: 1px 10px;
			cursor: pointer;
			color: #AD5A0C;
		}
	/* end buttons */
/* END FORM BASIC / .tpl_form */
/* *******************************************************
   :: Right
   ******************************************************** */
#right_extra {
	position: absolute;
	right: -200px;
	top: 0px;
	width: 187px;
	background: url(../images/right_bg.gif) repeat-y;
}
	#right_extra div#top{
		height: 141px;
		background: url(../images/right_extra_top.gif) no-repeat;
	}
	#right_extra div#body h3{
		font-size: 13px;
		color: #015D4E;
		padding: 10px 0px 10px 10px;
		margin: 0px;
	}
	#right_extra div#body .nav{
		margin-bottom: 30px;
		margin-top: 0px;
	}
		#right_extra div#body .nav a{
			width: 156px;
		}
	#right_extra div#body .nieuws_extra .item{
		padding: 10px;
		border-top: 1px solid #C8C8C8;
		margin-left: 1px;
		width: 159px;
	}
		#right_extra div#body .nieuws_extra .bg2{
			background: #F5F5F5;
		}
		#right_extra div#body .nieuws_extra h5{
			padding: 0px;
			margin: 0px;
			font-size: 10px;
		}
	#right_extra div#bottom{
		height: 8px;
		background: url(../images/right_bottom.gif) no-repeat;
	}
/* *******************************************************
   :: Footer
   ******************************************************** */
#footer {
	width: 710px;
	height: 16px;
	clear: both;
	overflow: hidden;
}
#footer_print {
	display: none;
}
