/* GLOBAL STRUCTURE ------------------------------------- */

.outerWrapper{
	width: 800px;
}

.innerWrapper { 
	width: 780px; 
}

.innerWrapper.wide{
	width: 800px;
}
	
	#sidebar{
		float: right;
		width: 250px;
	}
		
	#footer{padding-left: 20px; margin-top: 30px;}
	
	#mainBlock{ float: none; width: 100%;}
	
/* Headers ------------------------------------------- */

h1{
	font-family: Georgia, Garamond, serif;
	font-weight: normal;
	color: #71832a;
	font-size: 3.2em;
	line-height: 1.2em;
	margin: 20px 0 20px 0;
	padding: 0;
	letter-spacing: -.5px;
}

h2{
	font-size: 1.4em;
	color: #945749;
	text-transform: none;
	margin-bottom: 1em;
}	

h3{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #666360;
	margin-bottom:10px;
	line-height: 1.5em;
}

h3, h4, h5, h6{
	color: #363533;
	text-transform: uppercase;
}

h4{
	font-size: 1.2em;
}
	

/* Visual ------------------------------------------- */

#logo{
	padding: 10px 0 14px 0;
	display: block;
	width: 250px;
	height: auto;
}

#home #slideshow{
	width: 789px;
	height: 261px;
}

#visualWrapper{
	position: relative;
	background: url('../img/bg_visual.gif') no-repeat top left;
	overflow: hidden;
	height: 267px;
}

#home #visualWrapper{
	background: transparent;
	width: 789px;
	margin-top: 5px;
}	
	#visualWrapper #visual{
		position: absolute;
		left: 20px;
		top: 20px;
		width: 760px;
		height: 232px;
	}
	

/* Visual ------------------------------------------- */

#menu{
	margin: 0;
	background: #363533;
	height: 33px;
	border-bottom: 2px solid white;
}

	#menu li{
		width: 20%;
		font-size:1.2em;
		margin: 0;
		position: relative;
		height: 33px;
		overflow: hidden;
	}
	
		#menu li a:link,
		#menu li a:visited,
		#menu li a:hover,
		#menu li a:active{
			text-align: center;
			padding-top: 8px;
			color: white;
			text-transform: uppercase;
			display: block;
			height: 100%;
			width: 100%;
			text-decoration: none;
		}
		
		#menu li a:hover{ 	color: #201f1d;	cursor: pointer;}

		#menu li#homeLink a:link,
		#menu li#homeLink a:visited,
		#menu li#homeLink a:hover,
		#menu li#homeLink a:active{		
			border-top: 5px solid #c3c291;	
		}
		
		#menu li#homeLink a:hover,
		#menu li#homeLink.active a{
			background: #c3c291;
		}
		
		#menu li#vacatureLink a:link,
		#menu li#vacatureLink a:visited,
		#menu li#vacatureLink a:hover,
		#menu li#vacatureLink a:active{		
			border-top: 5px solid #95994F;	
		}

		#menu li#vacatureLink a:hover,
		#menu li#vacatureLink.active a{
			background: #95994F;
		}
		
		#menu li#aboutLink a:link,
		#menu li#aboutLink a:visited,
		#menu li#aboutLink a:hover,
		#menu li#aboutLink a:active{		
			border-top: 5px solid #71832A;	
		}	

		#menu li#aboutLink a:hover,
		#menu li#aboutLink.active a{
			background: #71832A;
		}
		
		#menu li#werkenbijLink a:link,
		#menu li#werkenbijLink a:visited,
		#menu li#werkenbijLink a:hover,
		#menu li#werkenbijLink a:active{		
			border-top: 5px solid #945749;	
		}

		#menu li#werkenbijLink a:hover,
		#menu li#werkenbijLink.active a{
			background: #945749;
		}

		#menu li#nieuwsLink a:link,
		#menu li#nieuwsLink a:visited,
		#menu li#nieuwsLink a:hover,
		#menu li#nieuwsLink a:active{ border-top: 5px solid #C78F3C; color:#fff;}
	
		#menu li#nieuwsLink a:hover,
		#menu li#nieuwsLink a.active{ background-color: #C78F3C; color: #201F1D;}		
	
		#menu li.active a:link,
		#menu li.active a:visited,
		#menu li.active a:hover,
		#menu li.active a:active{
			color: #201f1d;
		}
		
		#menu li a span{
			display: block;
			width: 2px;
			height: 34px;
			position: absolute;
			left: 0;
			top: 0;
			border-top: 5px solid white;
			background: #363533;
		}
		
/* Content ------------------------------------------- */

#content{
	float: left;
	width: 450px;
	color: #363533;
	margin-top: 20px;
}

	#content p{
		color: #363533;
		margin: 0 0 1.7em 0;
	}
	
	#content ul{
		margin: 1.7em 0;
	}
	
		#content ul li ul{
			margin: 0;
			list-style-type: disc;
		}
	
		#content ul li{
			padding-left: 14px;
			line-height: 1.7em;
		}
		
	#content a:link { text-decoration: none; color: #006699; border-bottom: 1px dotted #006699;}
	#content a:visited { text-decoration: none; color: #006699; border-bottom: 1px dotted #006699;}
	#content a:hover { text-decoration: none; color: #006699; border-bottom: 1px solid #006699; }
	#content a:active, a:focus { text-decoration: none; color: #006699; border-bottom: 1px dotted #006699; }
	
	#content img,
	#content img.left,
	#content img.floatLeft{
		float: left;
		margin: .6em 1em 1em 0;
		border: 1px solid #363533;
		padding: 1px;
	}
	
	#content img.right,
	#content img.floatRight{
		float: right;
		margin: 0 0 1em 1em;
	}
	
#content a.pdf{ 
	background: url('../img/icon_pdf.gif') no-repeat center left;
	padding-left: 18px;
	font-weight: bold;
}

#content a.pdf:link { text-decoration: none; border-bottom: none}
#content a.pdf:visited { text-decoration: none; border-bottom: none}
#content a.pdf:hover { text-decoration: underline; }
#content a.pdf:active, a:focus { text-decoration: none; border: none; }

#content .goBack { color: #006699; font-weight: bold; }

#content .goBack a:link { text-decoration: none; border-bottom: none}
#content .goBack a:visited { text-decoration: none; border-bottom: none}
#content .goBack a:hover { text-decoration: none; border-bottom: 1px solid #006699; }
#content .goBack a:active, a:focus { text-decoration: none; border: none; }

/* Sidebar ------------------------------------------- */

#sidebar{
	background: white url('../img/bg_sidebar_bottom.gif') no-repeat bottom left;
	width: 307px;
	padding-bottom: 12px;
	margin-top: 20px;
	float: right;
}

	#sidebar .wrapper{
		padding: 43px 12px 0 12px;
		background: url('../img/bg_sidebar_top.gif') no-repeat 0 20px;
	}
	
	#sidebar h3{
		margin-bottom: 12px;
	}
	
	#sidebar ul{
		list-style-type: none;
		margin: 0;
	}
	
		#sidebar ul li{
			margin-bottom: 5px;
		}

		#sidebar a:link,
		#sidebar a:visited,
		#sidebar a:hover,
		#sidebar a:active{
			color: white;
		}
		
		#sidebar a:hover{ text-decoration: none; }
		
		#sidebar ul li a:link,
		#sidebar ul li a:visited,
		#sidebar ul li a:hover,
		#sidebar ul li a:active{
			display: block;
			color: white;
			padding: 10px 15px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1em;
			line-height: 1.5em;
			font-weight: bold;
		}	
			
		#sidebar ul li a:hover{
			text-decoration: none;
			color: #161514;
		}

		#sidebar ul li.green a{
			border: 1px solid #849446;
			border-left: 1px solid #49551c;
			border-bottom: 1px solid #49551c;
			background: #627125 url('../img/bg_sidebar_items.gif') repeat-x top left;
		}
		#sidebar ul li.green a:hover{ border: 1px solid #697a27; }
		
		
		#sidebar ul li.red a{
			border: 1px solid #a26d61;
			border-left: 1px solid #673d33;
			border-bottom: 1px solid #673d33;
			background: #935649 url('../img/bg_sidebar_items.gif') repeat-x center left;
		}
		#sidebar ul li.red a:hover{ border: 1px solid #854f43; }
		
		#sidebar ul li.gold a{
			border: 1px solid #d4d2a6;
			border-left: 1px solid #8c8b68;
			border-bottom: 1px solid #8c8b68;
			background: #ccca97 url('../img/bg_sidebar_items.gif') repeat-x bottom left;
		}
		#sidebar ul li.gold a:hover{ border: 1px solid #c3c291; }
		
			#sidebar ul li a:link em,
			#sidebar ul li a:visited em,
			#sidebar ul li a:hover em,
			#sidebar ul li a:active em{
				display: block;
				text-decoration: none;
				margin-bottom: .3em;
				font-style: normal;
				font-weight: bold;
				font-size: 1.1em;
			}
			
			#sidebar ul li a small{
				text-decoration: underline;
			}
			
	#sidebar img{width: 100%;}

	#nieuws #sidebar .wrapper{padding: 33px 12px 5px 12px;}
	#nieuws #sidebar #contactInfo{padding:12px;}
	#nieuws #sidebar p{line-height:13px;}


/* footer ------------------------------------------- */

#footer{
	padding: 40px 0;
	color: #91908b;
	font-size: 1.1em;
	clear: both;
	position: relative;
}

#footer a:link { text-decoration: none; color: #91908b; }
#footer a:visited { text-decoration: none; color: #91908b; }
#footer a:hover { text-decoration: underline; color: #484b50; }
#footer a:active, a:focus { text-decoration: none; color: #91908b; }



/* About ------------------------------------------- */

#about h1{
	margin-bottom: 45px;
}

#about #sidebar{
	padding-bottom: 17px;
}


#contactInfo{
	background: #ab9c72 url(../img/bg_contact_pattern.gif) repeat top left;
	padding: 20px 12px 20px 12px;
	color: white;
}

	#contactInfo h4{
		color: white;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-size: 1.7em;
		font-style: italic;
		font-weight: normal;
		text-transform: none;
	}
	
	#contactInfo address{
		margin-top: 1em;
		line-height: 1.4em;
	}



/* Vacatures ------------------------------------------- */

#vacatures h1{
	margin: 20px 0 5px 0;
}

#vacatures #sidebar ul li a{
	padding: 15px;
	font-size: 1.1em;
}

#content .jobDescription{
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 30px;
}

	#content .jobDescription p{
		font-size: 1em;
		color: #999999;
	}

.moreInfo{
	background: #f8f7f0;
	padding: 20px;
}

	.moreInfo h4{
		text-transform: none;
		margin-bottom: .7em;
	}

	#content .moreInfo p,
	#content .moreInfoFooter p{
		margin: 0;
	}
	

.moreInfoFooter{
	border-top: 2px solid white;
	background: #ebead5 url('../img/bg_more_job_info.gif') repeat-x top left;
}

	#content .moreInfoFooter{
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-style: italic;
		font-size: 1.4em;
		text-align: left;
		padding: 8px 10px 7px 170px;
		line-height: 2.5em;
	}
	
		#content .moreInfoFooter img{
			float: none;
		}

	#content .moreInfoFooter a:link { text-decoration: underline; color: #363533; border: none; }
	#content .moreInfoFooter a:visited { text-decoration: underline; color: #363533; border: none; }
	#content .moreInfoFooter a:hover { text-decoration: none; color: #363533; border: none; }
	#content .moreInfoFooter a:active { text-decoration: underline; color: #363533; border: none; }
	
	
	#content .moreInfoFooter a.btnSolliciteerSmall{
		background: url('../img/btn_solliciteren_small.gif') no-repeat top left;
		height: 35px;
		width: 152px;
		display: block;
		text-indent: -999px;
		overflow: hidden;
		float: left;
		margin: 0 1em 1em -160px;
	}
	
	#sidebar a.btnSolliciteer{
		background: url('../img/btn_solliciteren.gif') no-repeat top left;
		height: 68px;
		width: 300px;
		display: block;
		text-indent: -999px;
		overflow: hidden;
		margin: 12px 0 0 4px;
	}
	
	#content .moreInfoFooter a.btnSolliciteerSmall:hover,
	#sidebar a.btnSolliciteer:hover{
		background-position: bottom left;
	}
