/*
 *	Slicing + Basing by Furion.nl Webdevelopment & Hosting Solutions
 *	These files are copyrichted!
 */
 
* {

	margin: 0;
	padding: 0;
	border: 0;

}

body {

	background: #2a2d30 url( ../images/background.png ) repeat-x;
	font: normal 12px Calibri, Arial, Helvetica, sans-serif;
	color: #f3f3f3;

}

#header {

	width: 923px;
	height: 222px;
	margin: 0 auto;
	background: #2a2d30 url( ../images/header.png ) no-repeat;
	overflow: hidden;

}

#buttons {
	
	margin: 87px 0px 0px 0px;

}

#buttons ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#buttons li {

	width: auto;
	height: 15px;
	float: left;
	margin: 2px 5px 5px 5px;
	padding: 9px 15px 10px 15px;
	list-style-type: none;
	text-align: center;

}

#buttons li:hover {

	background-color: #535557;

}

#main {

	width: 100%;
	height: auto;
	background: #f3f3f3 url( ../images/cbackground.png ) repeat-x;
	font: normal 12px Calibri, Arial, Helvetica, sans-serif;
	color: #26292c;
	padding-bottom: 25px;

}

#content {

	width: 923px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;

}

#content h1 {

	font-style: italic;
	font-size: 20px;
	display: block;
	color: #26292c;
	margin-bottom: 5px;

}

#side-l {

	width: 230px;
	height: auto;
	float: left;
	padding: 15px 0px 0px 0px;
	line-height: 18px;

}

#side-l h1 {

	font-style: italic;
	font-size: 20px;
	display: block;
	color: #26292c;
	margin-bottom: 10px;

}

#side-r {

	width: 660px;
	height: auto;
	float: left;
	margin: 15px 0px 0px 33px;
	line-height: 18px;

}

#side-r a {

	text-decoration: none;
	font-weight: bold;
	color: #43484d;

}

#side-r a {

	text-decoration: underline;

}

#side-r h1 {

	font-style: italic;
	font-size: 20px;
	display: block;
	color: #400003;
	margin-bottom: 10px;

}

#side-r hr {

	width: 660px;
	height: 1px;
	background-color: #4a4d4f;
	color: #4a4d4f;
	margin: 15px 0px 25px 0px;

}

.vacature {

	width: 617px;
	height: 106px;
	background: url( ../images/vacbackground.png ) no-repeat;
	color: #ffffff;
	padding: 15px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;

}

.hvtx {

	color: #ffffff;
	font-size: 30px;
	font-weight: bold;	
	display: block;

}

#footer {

	width: 923px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	color: #f3f3f3;

}
