@charset "utf-8";
/* CSS Document */
BODY {
	background-color: #36393D;
	font-family: Trebuchet MS;
	font-size: small;
	color: #000000;
}

/* headers */
h1 {
	font-family: Trebuchet MS;
	font-size: large;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
}

/* Opmaak van de links */

a {
	font-family: Trebuchet MS;
	font-size: small;
	color: #333333;
}

/* Container */
#container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}

/* Header inclusief login */
.header {
	background-image: url(../images/header.jpg);
	width: 900px;
	height: 200px;
}

.loginhead {
	background-image:url(../images/login.jpg);
	width: 200px;
	heigth: 200px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
}

.login {
	width: 200px;
	heigth: 200px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
}

/* Fotobar, waar de foto's staan */
.photobar {
	background-image:url(../images/photobar.jpg);
	width: 1100px;
	height: 100px;
	background-color: #000000;
}

/* Menu inc. zoeken */
.menu {
 width: 900px;	
 background-color: #ffffff;
}

.search {
	width: 200px;
	background-color: #ffffff;
	text-align: center;
}

/* Contentgedeelte inclusief sidebars */
.sidebarleft {
	width: 200px;
 	background-color: #CCCCCC;
	vertical-align: top;
	padding-left: 5px;
}

.content {
	widht: 700px;
	height: 300px;
	background-color: #ffffff;
	vertical-align: top;
}

.sidebarright {
	background-color: #ffffff;
	width: 200px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 2px;
	vertical-align: top;
}

.sidebarlefthead {
	width: 200px;
	background-color: cc3333;
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

.contenthead {
	width: 700px;
	background-color: cc3333;
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

.sidebarrighthead {
	width: 200px;
	background-color: cc3333;
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

/* Footer van de website */
.footer {
	width: 1100px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

/* Formulier onderdelen */

.searchbar {
	background-color: #eeeeee;
	border: 1px solid #000000;
}

/* Opmaak van de inhoud van  het content gedeelte */

.innercontenthead {
	width: 350px;
	background-color: #000000;
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}

.innercontent {
	background-color: #eeeeee;
	font-family: Trebuchet MS;
	font-size: 12px;
	vertical-align: top;
}

.vacatures {
	vertical-align: top;
}