/* CSS Document */
html {
	background-color:#252121;
}
.banner {
	background: url(../images/trein.jpg) no-repeat;
	width:695px;
	height:231px;
	position:relative;
}

h1{
	color:#4f85c0;
	font-size:17px;
	width:330px;
	font-weight: normal;
	font-style:italic;
	position:absolute;
	bottom:0;
	padding:8px;
	background-color:rgba(37,33,33, .8);
	font-family:Verdana, Geneva, sans-serif;
	}


/*nav {
	position: absolute;
	margin-left: 450px;
	margin-top: 62px;
}*/
nav li {
	display: inline;
} 

li {
	margin-left:66px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}


a {
	color: #b1b3b4;
	text-decoration:none;
}
a:hover, .selected{
	color:#4f85c0;
}

header{
	overflow: hidden;
}


.block {
	background-color:#b1b3b4;
	color:#4f85c0;
	height: 231px;
}

blockquote p{
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	margin-top: 79px;
	text-align:center;
}
/*blockquote p:first-child:before {
	content:url(../images/quoteopen.png);
	font-size: 40px;
	color: #252121;
	font-style: italic;
}
blockquote p:last-child:after {
	content: url(../images/quoteclose.png);
	font-size: 40px;
	color: #252121;
	font-style: italic;
	float: right;
}
*/

h2{
	color:#4f85c0;
	font-family:Verdana, Geneva, sans-serif;
/*	text-transform:lowercase;*/
	letter-spacing:1px;
/*	border-bottom: 1px double #b1b3b4;*/
	font-weight: normal;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #b1b3b4;
	float:left;
} 

.main {
	margin-top: 20px;
}

footer {
	clear: both;
}

/*Referenties
 .referentielijst{
 }
.referentielijst nav {
	margin:0px;
}
.referentielijst nav li {
	display:none;
} 

.referentielijst li {

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}*/

.referentielijst{
	border:thin #90F;
}

/* Contactformulier */
.contents img{
	border-radius: none;
}

td {
	vertical-align: top;
}
.blockcontact {
	background-color:none;
	color: #b1b3b4;
	font-family:Verdana, Geneva, sans-serif;
}

td, caption{
	font-size: 11px;
}

#name{
	width: 260px;
	border: #4f85c0 solid 1px;
	border-right: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	background-color:#252121;
	color:#b1b3b4;
}

#email{
	width: 260px;
	border: #4f85c0 solid 1px;
	border-right: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	background-color:#252121;
	color:#b1b3b4;
	}

#message{
	width: 320px;
	border: #4f85c0 solid 1px;
	border-right: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	background-color:#252121;
	color:#b1b3b4;
	}

.form_submit{
	width: auto;
	border: #4f85c0 solid 1px;
	background: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding-right: 7px;
	padding-left: 6px;
	background-color:#252121;
	color:#b1b3b4;
	}