/* ------ HTML Elements ------ */
#test {
	display:none;
}

body,html {
	color:#fff;
	font-size:12px;
	line-height:140%;
}
.not_available {
	z-index:999;
	width:750px;
	height:376px;
	display: block;
	background: url('/site/gfx/not_available.png') 0 0 no-repeat;
	position: absolute;
	top:175px;
	left:30px;
}

body,form,select,input,button,textarea {
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin:0;
	padding:0;
	color:#fff;
	line-height:17px;
	letter-spacing:.02em;
}

a:link,a:visited {
	color:#fff;
	text-decoration:none;
	line-height:normal;
}

p a {
	line-height:normal;
}

a:hover,a:active {
	text-decoration:underline;
	color:#fff;
}

a:focus {
	border:0;
	outline:0;
}

em {
	font-style:italic;
}
.hide{
	display: none;
}
th {
	font-weight:bold;
}

ol,ul,dl {
	margin-left:15px;
}

ol li {
	list-style:decimal outside;
}

ul li {
	list-style:disc outside;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin-bottom:10px;
	color:#fff;
}

strong {
	font-weight:bold;
}

table {
	margin:10px 0;
}

td,th {
	padding-right:10px;
}

hr {
	border:none;
	border-bottom:1px solid #333;
	height:0;
}


	
/* ------ Page Structure ------ */
#wrapper {
	width:690px;
	margin-left:30px;
	padding:0 30px 20px;
	background-color:#C1192E;
	z-index:98;
}

#menuwrapper {
	width:750px;
	height:50px;
	background-color:#C1192E;
	top:0;
	left:30px;
	position:fixed;
	z-index:99;
	overflow:hidden;
}

#menu {
	position:absolute;
	left:160px;
	height:42px;
	top:8px;
	overflow:hidden;
}

#logo_phpergezocht {
	position:relative;
	margin-bottom:20px;
	height:150px;
	width:664px;
	background:url(/site/gfx/logo_phpergezocht.png) 0 80px no-repeat;
}

#logo_footer {
	position:relative;
	margin-bottom:20px;
	height:60px;
	width:72px;
	background:url(/site/gfx/logo_footer.png) 0 0 no-repeat;
}

#logo {
	height:50px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:30px;
	width:132px;
	background:url(/site/gfx/logo.png) 0 10px no-repeat;
	cursor:pointer;
}

#background {
	overflow:hidden;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	z-index:-1;
}

#background img {
	position:absolute;
	display:block;
	left:0;
}

.fc {
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}


	
/* ------ Navigation ------ */
ul#menu {
	margin-left:-2px;
}

ul#menu li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

ul#menu li a {
	display:block;
	text-decoration:none;
	color:#fff;
	margin:10px 10px 26px 0;
	padding-left:12px;
	letter-spacing:.035em;
}

ul#menu li.active a {
	letter-spacing:0;
	font-weight:bold;
	background-position:-54px -59px;
}

ul#menu li.active a:hover {
	text-decoration:none;
}

#menu .introductie {
	width:65px;
}

#menu .wat_we_vragen {
	/* width:90px; */
	width:185px;
}

#menu .wat_we_bieden {
	width:90px;
}

#menu .solliciteren {
	width:115px;
}

#wat_we_vragen_bieden {
	width:690px;
}

#wat_we_vragen {
	float:left;
	width:330px;
}

#wat_we_bieden {
	float:left;
	width:330px;
	margin-left:30px;
}

#menu a:hover {
	background-position:-53px -105px;
	text-decoration:none;
}

#menu a {
	background:url(/site/gfx/arrows_sprite.png) no-repeat scroll -54px -105px transparent;
	padding-left:10px;
}


	
/* ------ Headings ------ */
h1 {
	font-size:18px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:11px;
}


	
/* ------ Content Area ------ */
.intro {
	font-size:20px;
	line-height:140%;
	width:590px;
}

.content_block {
	padding:30px 0 0;
}

.project_info a {
	margin:0;
	padding:1px 1px 0;
	background:url(/site/gfx/dotted_underline.png) repeat-x center bottom;
}

.project_info a:hover,#menu a:hover span {
	text-decoration:none;
	background:url(/site/gfx/dotted_underline_hover.png) repeat-x center bottom;
}

#voorbeeldprojecten {
	width:690px;
}

.voorbeeldproject {
	margin-top:30px;
}

.right_image {
	width:690px;
}

.left_image {
	width:640px;
}

.project_image_container {
	width:205px;
}

.project_image {
	width:170px;
	line-height:0;
	position:relative;
	overflow:hidden;
}

.right_image .project_info {
	width:460px;
}

.left_image .project_info {
	width:420px;
	margin-left:25px;
}

.image_zoom {
	width:170px;
	height:200px;
	overflow:hidden;
	background:url(/site/gfx/zoom.png) 68px 40px no-repeat;
	z-index:97;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.voorbeeldproject h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.form_questions {
	margin-top:20px;
}

#applicationform {
	margin-top:20px;
}


	
/* ------ Forms ------ */
button,input[type=checkbox],input[type=radio],input[type=reset],input[type=submit] {
	padding:1px;
}

select,input,button,textarea {
	font-size:99%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.formitem {
	float:left;
	margin-bottom:15px;
	margin-right:10px;
}

.formrow {
	clear:both;
	display:block;
	margin-bottom:15px;
	width:100%;
}

.formlabel {
	display:block;
	font-size:10px;
	padding-bottom:3px;
	text-transform:uppercase;
	line-height:120%;
}

.xsmall {
	width:60px;
}

.small {
	width:150px;
}

.medium {
	width:200px;
}

.large {
	width:275px;
}

.xlarge {
	width:445px;
}

.forminput {
	background:url(/site/gfx/inputbg.png) repeat-x scroll 0 0 #FFFFFF;
	border:0;
	color:#000;
	display:block;
	height:20px;
	padding:5px 5px 4px;
}

.formtextarea {
	background:url(/site/gfx/inputbg.png) repeat-x scroll 0 0 #FFFFFF;
	border:0;
	color:#000;
	display:block;
	height:80px;
	padding:5px 5px 4px;
}

#thanks{
	margin: 20px 0;
	font-size: 30px;
	line-height: 42px;
}
label.error {
	color: #FFB306;
	font-size:9px;
	text-transform: uppercase;
}


/* ------ Contactform ------ */
#contactform textarea,input {
	font-size:12px;
	color:#23333E;
}

#contactform .formfield {
	display:block;
	height:20px;
	margin-bottom:15px;
}

#contactform .formfieldtextarea {
	display:block;
	margin-bottom:15px;
}

#contactform label {
	display:block;
	float:left;
	padding-top:6px;
	width:100px;
	color:#23333E;
}

#contactform .required {
	color:#C43349;
}

#contactform .input_large {
	border:1px solid #999;
	font-size:1em;
	padding:5px;
	width:250px;
}

#contactform .input_small {
	border:1px solid #999;
	font-size:1em;
	padding:5px;
	width:100px;
}

.hiddenfield {
	display:none;
	visibility:hidden;
}

#contactform .errorlabel {
	color:#C43349;
}

#contactform .normallabel {
	color:#23333E;
}
