@CHARSET "UTF-8";

div.blockCurl {
	position: relative;
	width: 390px;
	padding: 20px 25px 20px 25px; 
	min-height: 200px;	
	float: left; 
	background: url("images/bg-box-curl.jpg") no-repeat 0 0;
}

*html div.blockCurl {
	height: 200px;
}

div.blockCurl h1 {
	position: relative;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #22467a;
}

div.blockSingle {
	position: relative;
	float: left;	
	padding: 8px;	
}

div.blockSingle div.top {
	position: relative;
	height: 10px;
	width: 419px;	
	background: url("images/box-single-top.jpg") no-repeat 0 0;
}

div.blockSingle div.middle {
	position: relative;
	min-height: 100px;	
	width:400px;
	padding: 10px 20px 10px 20px;	
	background: url("images/box-single-middle.jpg") repeat-y;
}

div.blockSingle div.middle h1 {
	position: relative;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #666;
}

div.blockSingle div.bottom {
	position: relative;
	height: 10px;	
	width: 420px;
	background: url("images/box-single-bottom.jpg") no-repeat bottom left;
}

div.blockSolid {
	position: relative;
	float: left;	
	margin-left:-8px;
	margin-top:8px;
}

div.blockSolid div.top {
	position: relative;
	height: 10px;
	width: 420px;	
	background: url("images/box-solid-top.jpg") no-repeat 0 0;
}

div.blockSolid div.middle {
	position: relative;
	min-height: 100px;	
	padding: 10px 15px 10px 15px;		
	background: url("images/box-solid-middle.jpg") repeat-y;
}

* html div.blockSolid div.middle {
	margin-top: -1px;
}

div.blockSolid div.middle h1 {
	position: relative;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #666;
	width:400px;
}

* html div.blockSolid div.middle h1 {
	display: inline-block;
}

div.blockSolid div.bottom {
	position: relative;
	height: 10px;
	width:420px;	
	background: url("images/box-solid-bottom.jpg") no-repeat bottom left;
}


* html div.blockSolid div.bottom {
	margin-top: -2px;
}

/**
 * Image browser
 */

#box{
    position:absolute;
}

.mask{
    position:relative;
    width:376px;
    height:175px;
    overflow:hidden;    
}
#box span{
    display:block;
    float:left;
    padding-right: 20px;
}

div.imageBrowser {
	position: relative;
	width: 376px;	
}

div.imageBrowser div.buttons {
	position: absolute;
	top: -35px;
	right: 0px;
	z-index: 5;	
}

/**
 * News list 
 */
 
ul.newsList {
	position: relative;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul.newsList li {
	position: relative;
	padding: 0 0 0 15px;
	background: url("images/bullet-arrow.gif?234") no-repeat 3px 8px;
}

ul.newsList li a {
	display: inline-block;
	color: #1E4679;
	text-decoration: none;	
	width: 380px;
}

ul.newsList li a:hover {
	text-decoration: underline;
}

/*Forms*/

form {
	/*margin: 20px 0;*/
	padding: 0px;
}

form ul {
	list-style-type: none;	
	margin: 0px;
	padding: 10px 0px;
}

form ul li {
	background: none;
	padding: 5px 0px;
	margin-bottom: 5px;	
}
form ul li label {
	display: block;
	width: 185px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
}

form ul li b {
	/*display: block;*/
	width: 185px;	
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}

form ul li label span {
	color: #e00500;
}

form ul li input {
	width: 264px;
	padding: 0px;	
	/*border: none;*/
	/*background: url(images/form_textfield_bg.png);*/	
}

form ul li div.error input {
	/*background: url(images/form_textfield_bg_error.png);*/
}

form ul li  input:hover {
	/*background: url(images/form_textfield_bg_focus.png);*/
}

form ul li textarea {
	width: 264px;
	height: 129px;
	/*border: none;*/
	/*background: url(images/form_textarea_bg.png);
	background-repeat: no-repeat;*/
	padding: 3px;
}

form ul li select {
	width: 274px;
	/*height: 36px;*/
	/*border: none;*/
	/*background: url(images/form_textarea_bg.png);
	background-repeat: no-repeat;*/	
	padding: 3px;
}

form ul li select option {
	/*padding: 3px;*/
}

form ul li select.full {
	width: 100%;
}

form ul li div.error span {
	display: block;
	margin-left: 185px;
	color: #e00500;
	padding: 6px;
	font-weight: bold;
}

form ul li div.error textarea {
	/*background: url(images/form_textarea_bg_focus.png);*/
}

form ul li textarea:hover {
	/*background: url(images/form_textarea_bg_focus.png);*/
}

form input.submit {
	//margin-left: 185px;
}


input.search {	
	padding: 3px !important;
	color: #666;
}

div.mainnewsarchief
{
	position:relative;
	margin-top:10px;
}

div.blocknews
{
	position: relative;	
	width:100%;
	height:162px;
}

* html div.blocknews {
	/*margin-top: 10px;*/
}

/*Sollicitatie Formulier */
form input.formfieldlarge
{
	height:16px;
	width: 264px;
	font-size:11px;
}

form input.formfieldzipcode
{
	height:16px;
	width:40px;
	font-size:11px;
}

form input.formfieldzipcodeadd
{
	height:16px;
	width:20px;
	font-size:11px;
}

form input.formfieldradio
{	
	width:20px;
}

form input.formfieldbirthday
{
	height:16px;
	width:20px;
}

form input.formfieldbirthdayyear
{
	height:16px;
	width:40px;
}

form input.file 
{
	height:16px;
	width:200px;
}

div.formspacer
{
	border-bottom: 1px solid #f0f0f0;
	height:1px;
	width:100%;
}

.gender
{
	font-size:10px;
}

div.singleprojectoverview
{
	width:180px;
	float:left;
	padding:2px;
	text-align: center;
}

div.singleprojectdata
{
	width:100%;
	text-align:left;
	margin-left:4px;
}

img.projectimage_off
{
	border: 3px solid #cecece;
}

img.projectimage_on
{
	border: 3px solid #ef483f;
}

a.projectname
{
	color: #ef483f;
	font-weight:bold;
	text-decoration:none;
}

a.projectname:hover
{
	color: #ef483f;
	font-weight:bold;
	text-decoration: underline;
}

div.projectleft
{
	width:251px;
	float:left;

}

div.projectright
{
	width:290px;
	float:right;
}

div.smallpic
{
	float:left;
	margin-top:3px;
}

.homeprojectimage
{
	display: block;
	color: #ef483f;
	font-weight:bold;
	width:176px;
	text-align:center;
	height:14px;
}

.projectimageclick
{
	cursor: pointer;
}

.info 
{
	display: none;
	border: 1px solid #000000;
	background-color: #FF0000;
	padding: 2px;
	width: 90px;
}

a.archieflink
{
	color: #ef483f;
	font-weight:bold;
}

a.sitemap
{
	color: #ef483f;
}

a.sitemap:active
{
	color: #ef483f;
}


a.sitemap:hover
{
	color: #ef483f;
}

