/* main */

*{
	margin:0;
	padding:0;
	outline:none;
}

img {
	float:left;
}

html {height: 100%;}
.clear {clear : both;}

body {
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	background-color: #fff;
}

#container {
	position:relative;
	width:100%;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

/* font */

ul li
{
	font-size:11px;
	color:#5f5f5f;
	line-height: 20px;
}

ol li
{
	font-size:11px;
	color:#5f5f5f;
	line-height: 20px;
}


p {
	font-size:11px;
	color:#5f5f5f;
	line-height: 20px;
}

a {
	font-size:11px;
	text-decoration: underline;	
}

/* header */

#top_header {
	height:20px;
	background:#ffffff url(../img/top_header_bg.jpg) repeat-x scroll 0 0;
}

#header {
	height:125px;
	background:#ffffff url(../img/header_bg.jpg) repeat-x scroll 0 0;
}

#header .wrapper{
	height:125px;
	width:980px;
	margin:0 auto;
	position:relative;
}

#header .logo{
	height:125px;
	width:600px;
	float:left;
}

#header .nav{
	height:20px;
	width:380px;
	float:left;
	margin:75px 0px 0px 0px;
}

#header .nav ul li
{
	height:20px;
	list-style:none;
	float:right;
	margin:0px 20px 0px 0px;
}

#header .nav li a 
{
	display:block;
	height:20px;
	font-size: 15px;
	color: #464646;
	text-decoration: none;
}

#header .nav li a:hover
{
	color: #000;

}

/* main */

#top_main {
	height:75px;
	background:#fff url(../img/main_bg.jpg) repeat-x scroll 0 0;
}

/* content */

#content {
	min-height: 100%;
	height:auto !important;
	height:100%;
}

#content .wrapper{
	width:980px;
	margin:0 auto;
	position:relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

#content_links{
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:562px;
	float:left;
	margin:0px 19px 0px 19px;
}

#content_links .holder {
	display:block;
	float:left;
	margin:0 0 25px 0;
	width:562px;
}

#content_links .header{
	height:85px;
	width:550px;
	float:left;
	margin:0px 6px 0px 6px;
}

#content_links .content{
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:550px;
	float:left;
	margin:0px 6px 0px 6px;
}

#content_links .content .text{
	min-height: 100px;
	height:auto !important;
	height:100%;
	width:550px;
	float:left;
	margin:0px 6px 0px 6px;
	background:url(../img/hor_line.jpg) no-repeat bottom;
}

#content_links .content .text p{
	padding:25px 180px 25px 20px;
}

#content_links .content .btn{
	height:78px;
	width:150px;
	float:left;
	margin:25px 0px 0px 0px;
}

#content_links .button{
	height:90px;
	width:175px;
	float:left;
	margin:0px 6px 12px 6px;
}

#content_rechts{
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:330px;
	float:left;
	margin:0px 25px 0px 25px;
}

#content_rechts .top{
	height:85px;
	width:330px;
	float:left;
	background-image: url(../img/sidebar_top.jpg);
}

#content_rechts .inhoud {
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:330px;
	float:left;
	background:#fff url(../img/sidebar_bg.jpg) repeat-y scroll 0 0;
}

#content_rechts .inhoud .icon_blok{
	height:130px;
	width:70px;
	float:left;
	margin:10px 0px 0px 0px;
}

#content_rechts .inhoud .icon_blok .icon_telefoon{
	height:18px;
	width:60px;
	float:left;
	margin:62px 0px 0px 0px;
	background:url(../img/icon_telefoon.jpg) no-repeat right bottom;
}

#content_rechts .inhoud .icon_blok .icon_mail{
	height:18px;
	width:60px;
	float:left;
	margin:23px 0px 0px 0px;
	background:url(../img/icon_mail.jpg) no-repeat right bottom;
}

#content_rechts .inhoud .text_blok{
	height:130px;
	width:240px;
	float:left;
	margin:10px 0px 0px 0px;
}

#content_rechts .inhoud .scheiding{
	height:6px;
	width:330px;
	float:left;
	background-image: url(../img/sidebar_scheiding.jpg);
	margin:10px 0px 10px 0px;
}

#content_rechts .inhoud .map{
	height:180px;
	width:280px;
	float:left;
	background-image: url(../img/map_bg.jpg);
	margin:10px 25px 10px 25px;
}

#map_canvas{
	height:170px;
	width:270px;
	float:left;
	margin:5px 5px 5px 5px;
}

#content_rechts .bottom{
	height:35px;
	width:330px;
	float:left;
	background-image: url(../img/sidebar_bottom.jpg);
}

/* footer */

#footer {
	height:360px;
	background:#828282 url(../img/footer_bg.jpg) repeat-x scroll 0 0;
}

#footer p{
	font-size:11px;
	color:#e0e0e0;
	line-height: 20px;
}

#footer a{
	font-size:11px;
	color:#e0e0e0;
	line-height: 20px;
	text-decoration:none;
}

#footer .wrapper{
	height:360px;
	width:980px;
	margin:0 auto;
	position:relative;
	background:url(../img/footer_element.jpg) no-repeat right bottom;
}

#footer .wrapper .holder{
	height:250px;
	width:980px;
	float:left;
	margin:110px 0px 0px 0px
}

.getnoticed {margin: 0 auto; text-align: center;}
.getnoticed a { text-decoration: none; color: #5f5f5f; }

/******contact*****************************************/
#contact_form p { margin: 2px; padding: 0; padding-top: 0px; display: inline-block; float:left; width:580px;}
#contact_form p label { display: block; float: left; width: 150px;}
#contact_form p input { display: block; float: left; width: 200px;}
#contact_form h3 {display: block; float: left; height: 22px; width: 580px;}
#contact_form p textarea { width: 350px; height: 100px;}

#foot2 {
	width: 100%;
	height: 63px;
	background: transparent url(/nederlandvacatureland.nl/img/foot2_bg.jpg) repeat-x;
	float: left;
}

#inner_foot2 {
	width: 980px;
	margin: 0 auto;
}

#inner_foot2 .foot2_spacer {
	width: 5px;
	height: 63px;
	background: transparent url(/nederlandvacatureland.nl/img/foot2_spacer.jpg) 0 0;
	float: left;
}

#inner_foot2 .foot2_ov {
	float: left;
	margin: 20px 15px 0 10px;
	font-weight: bold;
	color: #ababab;
	font-size: 11px;
}

#inner_foot2 .foot2_btn {
	width: 150px;
	height: 55px;
	float: left;
	margin: 5px 0 0 0;
}

#inner_foot2 .foot2_btn a span {
	visibility: hidden;
	text-decoration: none;
}

#inner_foot2 .foot2_btn a {
	text-decoration: none;
}

#btn_beveiliger {
	display: block;
	width: 150px;
	height: 55px;
	background: transparent url(/nederlandvacatureland.nl/img/btn_beveiliger2.jpg) top left;
}

#btn_beveiliger:HOVER{
	background: transparent url(/nederlandvacatureland.nl/img/btn_beveiliger2.jpg) bottom left;
}

#btn_nlvac {
	display: block;
	width: 150px;
	height: 55px;
	background: transparent url(/nederlandvacatureland.nl/img/btn_nlvac.jpg) top left;
}

#btn_nlvac:HOVER{
	background: transparent url(/nederlandvacatureland.nl/img/btn_nlvac.jpg) bottom left;
}


#btn_horeca {
	display: block;
	width: 150px;
	height: 55px;
	background: transparent url(/nederlandvacatureland.nl/img/btn_horeca2.jpg) top left;
}

#btn_horeca:HOVER{
	background: transparent url(/nederlandvacatureland.nl/img/btn_horeca2.jpg) bottom left;
}

#btn_bouw {
	display: block;
	width: 150px;
	height: 55px;
	background: transparent url(/nederlandvacatureland.nl/img/btn_bouw.jpg) top left;
}

#btn_bouw:HOVER{
	background: transparent url(/nederlandvacatureland.nl/img/btn_bouw.jpg) bottom left;
}

#btn_transport{
	display: block;
	width: 150px;
	height: 55px;
	background: transparent url(/baanindetransport.nl/img/btn_transport.jpg) top left;
}

#btn_transport:HOVER{
	background: transparent url(/baanindetransport.nl/img/btn_transport.jpg) bottom left;
}


.snelkeuze {
	width: 200px;
	float: left;
	display: inline-block;
}

.snelkeuze strong {
	color: #ddd;
	font-size: 12px;
}

.snelkeuze ul {
	margin-left: 25px;
}

.snelkeuze ul li {
	list-style-image: url(/nederlandvacatureland.nl/img/bullet.png);
	height: 16px;
}

.blank_link{
	text-decoration: none;
}
