* {
	margin: 0;
	padding: 0;
}
/*
.blauw = #002C53
.geel = #FBC34E
*/
body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #002C53;
}
/*
a {
text-decoration: none;
color: #002C53;
}
a:hover {
text-decoration: underline;
color: #111;
}
*/
#wrap {
margin: 0 auto;
width: 900px;

}

#header1 {
height: 100px;
/*line-height: 60px;*/
background: transparent url(Gooiland-Computers.gif);
}

#header {
height: 311px;
/*line-height: 60px;*/
background: transparent url(exterior.jpg);
}

#vacature {
width: 317px;
height: 299px;
	position: relative;
	left: 600px;
	top: 0px;
}



#header h1 {
color : #ffff00; 
font-size: 20px;
text-align: center;
}

#content {
margin-top: 20px;
text-align: center;
color: #002C53;
}

#content h2 {
color: #A4B0C4;
font-size: 24px;
font-weight: 100;
padding: 10px 0 7px 0;
letter-spacing: -1px;
}
#content h2 a {
color: #9EA036;
text-decoration: none;
}
#content h2 a:hover {
color: #FF0000;
}

#columns {
//line-height: 20px;
height: 20px;
/*margin-top: 300px;*/
border: 1px solid #002C53;
background: transparent url(columns.png);
color: #FBC34E;
padding: 0px;
}

#columns a {
text-decoration: none;
color: #FBC34E;
}

#columns a:hover {
text-decoration: underline;
color: #FF0000;
}

.column1 {
float: left;
width: 400px;
color: #FBC34E;
}

.column1 ul li a {
text-decoration: none;
color: #FBC34E;
}
.column1 ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.column2 {
float: right;
width: 340px;
color: #FBC34E;
text-align: right;
}
/*.column2 ul {
padding: 0 0 0 0;
// list-style-type: none;
}*/
.column2 ul li a {
	text-decoration: none;
	color: #FBC34E;

}
.column2 ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
margin-top: 20px;
border-top: 1px solid #AEAEAE;
background: #ececec;
padding: 10px 0;
text-align: center;
font-size: 11px;
}

#address {
color: #999;
text-align: center;
}

.address a {
color: #FFF;
text-decoration:underline;
}

.address a:hover {
color: #FFF;
text-decoration: none;
}

.address a:visited {
color: #998;
text-decoration:none; 
}


#submenu{ 
	text-align: center;
	height: 20px;
	background: transparent url('menu.png');
	border-top: 0 none;
	color: #FBC34E; 
	margin: 0;

}
#zakelijk{ 
	text-align: right;
	height: 20px;
	background: transparent;
	border-top: 0 none;
	color: #FF0000; 
	margin: 0;

}


#submenu a:link, 
#submenu a:visited{ 
	background: transparent; 
	color: #0000F0; 
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#submenu a:hover{
	background: transparent; 
	color: #FF0000; 
	text-decoration: underline;

} 

#submenu a:active{
	background: transparent; 
	color: #000000; 
	text-decoration: underline;
}


#submenu a.selected{
	background: #FBC34E; 
	color: #002C53; 
	text-decoration: none;
}

#submenu a.notselected{
	background: transparent; 
	color: #FBC34E; 
	text-decoration: none;
}

#zakelijk{ 
	text-align: right;
	height: 20px;
	background: transparent;
	border-top: -20 none;
	color: #FF0000; 
	margin: 0;

}

#zakelijk a:link, 
#zakelijk a:visited{ 
	background: transparent; 
	color: #FF0000; 
	padding: 0 6px 0 6px;
	text-decoration: none;
}