﻿#hoofdvak {
	width: 880px;
}

/*.textbuttons-2 {
	box-shadow: 2px 2px 1px #808080;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-family: "Trebuchet MS";
	background-color: rgba(30,144,255,1.0);
	padding-top: 4px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 1px #303030;
}

.textbuttons a:hover {
	background-color: royalblue;
}*/

input[type=text] {
	box-shadow: 2px 2px 1px #808080;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: white;
	text-shadow: 2px 2px 1px #808080;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: rgba(40, 40, 40, 0.4);
}
	


input[type=text]:focus {
    	border: 2px solid royalblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(40, 40, 40, 0.6);
}

input[type=submit] {
    padding:1px 15px; 
    background: rgba(30,144,255,1.0); 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
 
	
}

input[type=reset] {
    padding:1px 15px; 
    background: rgba(30,144,255,1.0); 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
 
	
}

.tekstveld
{
	box-shadow: 2px 2px 1px #808080;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: white;
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 1px #808080;
	background-color: rgba(40, 40, 40, 0.4);
	resize:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tekstveld:focus {
	border: 2px solid royalblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(40, 40, 40, 0.6);
}

.button-contact {
	background-color: rgba(30,144,255,1.0);
	text-align: center;
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-variant: small-caps;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 1px #303030;
	box-shadow: 2px 2px 1px #808080;
	}
.button-contact:hover { background-color: royalblue;
color: White;
box-shadow:2px 2px 1px #BBBBBB; }
.button-contact:active { background-color: mediumblue;
color: White;
box-shadow:2px 2px 1px #BBBBBB; }
	
