@charset "UTF-8";
/* CSS Document */

 body {
	background: #1b1e1f;
	margin: 0;
	font-family: "Lucida Sans Unicode";
	color: #2B363A;
            }
			
			a:link, a:visited {
	color: #174c5b;
	font-weight: bold;
	text-decoration: none;
			}
 a:hover {
 color: #9AB4BB;
 }
#maincage {
	height: 120px;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #191c1e;
	border-bottom-color: #016986;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

* html #maincage { /* Should be included via Conditional Comment for IE */
height: 100%;
} 

#header{
	background-image: url(../images/pattern_sidebar_bg.jpg);
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-color: #174c5b;
	border-bottom-style: solid;
	clear: both;
}


#logo{
	background-image: url(../images/logo.png);
	height: 155px;
	width: 381px;
	float: left;
	margin-top: 20px;
	margin-left: 45px;
	margin-bottom: 20px;
}

#titel{
	color:#426176;
	font-family: "Century Gothic";
	font-size: 24px;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 150px;
	float: left;
}

  div.spacer {  
 clear: both;  
   }  

/* NAVIGATIE  ////////////////////////////////////////////////////////////// */

#navigation {
	float: left;
	width: 994px;
	color: #333;
	text-align: center;
	height: 100px;
	
	
}

#navcontainer {
	height: 90px;
	margin-top: 120px;
	width: 350px;
	float: left;
}

#navlist li {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

#navlist a:link, #navlist a:visited {
	display: block;
	width: 91px;
outline: 0;
border: 0;
}

#navlist a:hover {
	background-image: url(../images/bg_btn.png);
	width: 91px;
	background-repeat: no-repeat;
	outline: 0;
border: 0;
}

#navlist img {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact_wrapper {
	width: 750px;
	height: 600px;
	display: block;
	float: left;
}

#linkerkolom{
	float: left;
	width: 300px;
	height: 500px;
	margin-top: 40px;
	margin-left: 45px;
	color: #9AB4BB;
}

#linkerkolom img{
	border: 1px solid #174c5b;
}
#middenkolom{
	width: 340px;
	height: 450px;
	float: right;
	margin-right: 0px;
	margin-top: 50px;
	margin-left: 20px;
	clear: right;
}

#rechterkolom{
	width: 300px;
	height: 600px;
	float: right;
}
/* FORM ////////////////////////////////////////////////////////////// */

#formulier {
	font-size: 12px;
	text-decoration: none;
	color: #9AB4BB;
	float: right;
	width: 300px;
	margin-left: 30px;
	font-weight: bold;
}
#formulier h1 {
	color: #174c5b;
	text-decoration: none;
	font-size: 12px;
}
#formulier h2 {
	color: #174c5b;
	text-decoration: none;
	font-size: 16px;
}
.input, textarea {
	width:290px;
	font-family:"Lucida Grande CY", "Lucida Sans Unicode";
	font-size:1em;
	margin:0;
	padding:4px;
	border: 1px solid #174c5b;
	background-color: #333333;
	color: #9AB4BB;
}
.input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #174C5B;
	border: 1px solid #174c5b;
}

.input {
	width:300px;
	border:1px outset #333333;
	background-color: #333333;
	color: #FFFFFF;
}
.button {
	cursor:pointer;
	font-weight:bold;
	width:130px;
	border: 1px solid #174c5b;
	height: 30px;
	font-size: 14px;
	background-image: url(../images/versturen_up_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
}
.button:hover {
	cursor:pointer;
	color:#174c5b;
	font-weight:bold;
	
	background-color: #174C5B;
	border:  1px solid #174c5b;
	height: 30px;
	font-size: 14px;
}
.border {
	border: 1px solid #174c5b;
	width:300px;
	background-color: #333333;
	color: #9AB4BB;
}

