* {
-moz-box-sizing: border-box;
}

html{
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #3F5647;
}

body, div, td, p, span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E7B5D;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

ul,p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a, a:visited, a:active {
	color: #4E7B5D;
	text-decoration: underline;
}

a:hover {
    text-decoration: underline;
	color: #DF9E04;
}

#container {
	position: relative;
	width: 768px;
	height: 520px;
	margin: 0px auto;
	background-image: url(images/page_bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:768px;
	height:125px;
	background-image: url(images/header.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


#left {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 143px;
	height: 327px;
	text-align: left;
	background-image: url(images/leftbar_top.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 135px;
}

#content_head {
	position: absolute;
	top: 125px;
	left: 143px;
	width : 559px;
	height: 27px;
	background-image: url(images/content_title.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#content {
	position:absolute;
	left:143px;
	top:152px;
	width: 559px;
	height:300px;
	background-color: white;
	text-align: left;
	padding : 5px 10px 10px 10px;
	overflow : auto;
	overflow-x : hidden;
}

#right {
	position: absolute;
	top: 125px;
	left: 702px;
	width: 66px;
	height: 257px;
	text-align: left;
	background-image: url(images/right_top_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#buttons {
	position: absolute;
	top: 350px;
	left: 710px;
	width: 50px;
	height: 170px;	
}

#bottom_left {
	position: absolute;
	width: 710px;
	height: 68px;
	top: 452px;
	left: 0px;
	background-image: url(images/footer_alt.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
}

a.seo, a:visited.seo, a:active.seo, a:hover.seo {
	position: absolute;
	display: block;
	top: 20px;
	left: 0px;
	width: 150px;
	height: 45px;
	text-decoration: none;
	color: transparent;
}


a.zoekopties {
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
}


#bottom_left a.contact, #bottom_left a.contact:visited {
	position: absolute;
	display: block;
	top: 20px;
	left: 170px;
	width: 500px;
	height: 45px;
}

/* menu */
div.menu,div.menu_active, div.spacer {
	width: 143px;
	height: 23px;
	margin-top: 2px;
	padding: 3px 10px 0px 10px;
}

div.menu {
	background-image: url(images/button.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.menu_active {
	background-image: url(images/button_active.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#left a, #left a:visited, #left a:active {
	color : #FEECA0;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#left a:hover {
	color: #FFF;
}

/* vacature overzicht */
th.col {
	font-size: 11px;
	font-weight: bold;	
	border-bottom: 1px solid black;
	text-align: left;
}


tr.row0alternate { 
	background-color: #ebF2f5;
}
tr.row0overalternate { 
	background-color: #DAF0E3;
}

tr.row0 { 
	background-color: #FFFFFF;
}
tr.row0over { 
	background-color: #DAF0E3;
}

tr.row1alternate { 
	background-color: #FFBB11;
}
tr.row1overalternate { 
	background-color: #FFBB11;
}

tr.row1 { 
	background-color: #EEAA00;
}
tr.row1over { 
	background-color: #EEAA00;
}

tr.row1over td a, tr.row1over td a:visited, tr.row1over td a:hover,
tr.row1overalternate td a, tr.row1overalternate td a:visited, tr.row1overalternate td a:hover { 
	color: #4E7B5D;
}

/* vacature detail */
a.vacbutton, a:visited.vacbutton {
	display : block;
	padding : 2px 5px 2px 5px;
	border: 1px solid black;
	float: left;
	margin: 2px 10px 2px 0px;
	text-decoration: none;
}

a:hover.vacbutton {
	text-decoration: none;
}

/* Forms */
p.csc-form-label {
	margin: 0px;
	display: inline;
}

.inp {
	font-size : 8pt;
	width : 300px;
}

