/*** Reset styles ***/

* {
	padding: 0;
	margin: 0;
	border: 0
}

body, html {
	width: 100%;
	height: 100%
}



/*** Layout styles ***/

body {
	background-color: #fff;
	background-image: url(../images/body_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 898px;
	padding: 0px 8px;
	background-color: #fff;
	border-left: 3px solid #808284;
	border-right: 3px solid #808284
}

#topbar {
	width: 898px;
	height: 18px;
	padding-top: 39px;
	background-image: url(../images/topbar_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #dad2c7;
	margin-bottom: 6px
}

#menu {
	float: left;
	width: 453px;
	height: 18px;
	padding: 0px 5px 0px 219px
}

#date {
	height: 18px;
	width: 205px;
	padding-right: 15px;
	float: right;
	text-align: right
}

#topimages {
	width: 898px;
	height: 180px
}

#contentwrapper {
	width: 898px;
	background-image: url(../images/contentwrapper_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat
}

#vacatures {
	width: 195px;
	float: left;
	margin: 67px 0px 55px 15px
}

#maincontent {
	width: 673px;
	float: left;
	margin: 30px 0px 55px 15px;
	background-image: url(../images/content_line.gif);
	background-position: 0px 51px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dad2c7
}

#maincontentimage {
	background-image: url(../images/content_inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom
}

#maincontentinner {
	padding: 30px 24px;
	width: 625px
}

#maincontentinner.smallcontent {
	min-height: 62px;
	width: 472px
}

#footer {
	width: 868px;
	height: 84px;
	background-color: #8b6900;
	background-image: url(../images/footer_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0px 15px
}

#copyright {
	width: 898px;
	text-align: right;
	margin-left: auto;
	margin-right: auto
}

.clear {
	visibility: hidden;
	width: 0;
	height: 0;
	border: 0;
	line-height: 0;
	font-size: 1px;
	clear: both
}



/*** Global styles (element independant) ***/

.paddingtop {
	padding-top: 18px
}

.nopaddingbottom {
	padding-bottom: 0px
}

/*** Text styles ***/

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #a0a0a0
}

#maincontentinner p.red, #maincontentinner td.red {
	color: #ff0000
}

ul {
	list-style: none;
	padding-bottom: 18px
}

ul li {
	background-image: url(../images/listarrow.gif);
	background-position: 0px -188px;
	background-repeat: no-repeat;
	padding-left: 8px
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #8b6900;
	padding-bottom: 10px
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #a0a0a0
}

#date p, #footer p {
	color: #fff;
	font-size: 10px
}

#footer p {
	line-height: 32px
}

#copyright p {
	color: #808284;
	font-size: 10px
}

#vacatures h2 {
	font-size: 16px;
	color: #000
}

#maincontent h2 {
	padding-bottom: 5px
}

#maincontent p {
	padding-bottom: 18px
}

p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #a0a0a0
}

#maincontent #maincontentinner .contenttitlelarge {
	font-size: 14px;
	font-weight: bold;
	color: #8b6900
}

#maincontent #maincontentinner .contenttitlelarge span.contenttitlelargespan {
	padding: 0;
	font-size: 18px;
	color: #9fa1a4
}



/*** Menu styles ***/

ul#menulist li {
	background-image: none;
	padding-left: 0px;
	float: left;
	border-left: 1px solid #eae5de
}

ul#menulist li.last {
	border-right: 1px solid #eae5de
}

ul#menulist a {
	text-decoration: none;
	color: #ad9266;
	display: block;
	padding: 0px 10px
}

ul#menulist li a:hover, ul#menulist li a.selected {
	background: #ffffff
}



/*** Links styles ***/

a:link, a:visited {
	text-decoration: none;
	color: #8b6900
}

a:hover {
	text-decoration: none;
	color: #9fa1a4
}

a:active {
	text-decoration: none;
	color: #8b6900
}

ul.linkbullets li {
	background-image: none;
	padding-left: 0px;
}

ul.linkbullets li a {
	background-image: url(../images/listarrow.gif);
	background-position: 0px -188px;
	background-repeat: no-repeat;
	padding-left: 8px;
	display: block
}

ul.linkbullets li a:hover {
	background-position: 0px 5px;

}
