/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: url(../images/achtergrond.gif) repeat-x top #7f7f7f;
	margin: 0px;
}

span, div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 21px;
	color: #000000;
}

img {
	border: none;
}

* {
	outline: none;
}

a {
	color: #c20039;
}

#container {
	margin: 0px auto;
	width: 976px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	padding: 0;
	background: url(../images/container.gif);
	z-index: 50;
}

#site {
	width: 976px;
	height: auto;
	position: relative;
	padding: 0 0 35px 0;
	text-align: left;
	background: url(../images/site.gif) no-repeat top;
	z-index: 25;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	width: 976px;
	height: 135px;
	background: url(../images/header.gif) top center no-repeat;
}

#logo {
	position: absolute;
	left: 54px;
	top: 17px;
}

#header .baan {
	position: absolute;
	top: 110px;
	left: 572px;
	color: #FFFFFF;
	text-decoration: none;
}

#categorie {
	position: absolute;
	left: 695px;
	top: 110px;
}

#categorie select {
	width: 264px;
}

#categorie option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 10px;
}

#menu {
	position: relative;
	float: left;
	width: 211px;
	padding-left: 18px;
	height: 575px;
}

#menu .menu {
	position: relative;
	float: left;
	width: 211px;
	padding-top: 35px;
}

#menu .menu a {
	position: relative;
	float: left;
	width: 211px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
	color: #c20039;
	text-indent: 25px;
	background: url(../images/menu.gif) no-repeat 12px 8px;
}

#menu .menu a:hover {
	text-decoration: underline;
}

#account {
	position: relative;
	float: left;
	width: 186px;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 25px;
}

#account label {
	position: relative;
	float: left;
	color: #535252;
	line-height: 25px;
}

#account input {
	border: 1px #000000 solid;
	position: relative;
	float: left;
}

#account a {
	text-decoration: none;
	color: #c20039;
	line-height: 25px;
	position: relative;
	float: left;
	width: 175px;
}

#content {
	position: relative;
	float: right;
	width: 436px;
}

#content .tekst {
	position: relative;
	float: left;
	width: 406px;
}

#content #kop {
	position: relative;
	float: left;
	width: 436px;
	height: 111px;
}

#content #kop img {
	position: relative;
	float: left;
}

#content #tekst {
	position: relative;
	float: left;
	width: 406px;
}

#content #tekst #pagina_foto {
	position: relative;
	float: left;
}

#content #tekst h3 {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
}

#content #tekst h1 {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
	color: #c20039;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rechts {
	position: relative;
	float: right;
	padding-right: 18px;
	width: 250px;
	padding-bottom: 20px;
	padding-left: 13px;
}

#rechts h1 {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0px;
	margin: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

#rechts .vacatures {
	position: relative;
	float: left;
	padding-bottom: 20px;
}

.vacatures h4 {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}

.vacatures a {
	position: relative;
	float: left;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
	background: url(../images/menu.gif) no-repeat 0px 9px;
	text-indent: 16px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/achtergrond_footer.jpg);	
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	z-index: 50;
	padding-left: 35px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

.form {
	background: #FFFFFF;
	border: 1px solid #c20039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}