/* 
    Created on : 3-okt-2014, 9:25:26
    Author     : lenny - plusautomatisering
*/
* {
    margin:0;
    padding:0;
}
img {
    border: 0;
}
p, ul {	
    margin-bottom:10px;	
}	
a {
    text-decoration: none;
}
html {
    height: 100%;
}
body {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    height: 100%;

}
h1, h2, .Titel {
	font-family: 'Exo 2', sans-serif;
	color: #d92f2b;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;

}
h2 {
   font-size: 16px; 
   margin-top: 25x;
}
#menuwrapper {
    width:100%;
    background: #d92f2b;
}
#menu {
    width: 800px;
    margin: auto;
    text-align: right;
    padding: 5px;
}
#wrapper {
    width: 800px;
    min-height: 800px;
    margin: auto;
    padding: 20px;
}
.melding {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;  
    text-transform: uppercase;
    margin: 30px auto;
}
.box {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blok {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.blok > textArea {
    width: 75%;
    height: 60px;
    margin-top: -3px;
}
table {
    width: 790px;
}
th {
    text-align: left;
    background: #d92f2b;
    color: white;
    text-transform: uppercase;  
    padding: 5px;
}
.td_center  {
    text-align: center;
}
td {
    padding: 6px;
}
tr:hover {
    background: #f8cfcc;
}
textarea {
    width: 100%;
}
.submitbox {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#606060;
	font-family: 'Exo 2', sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration:none;
	text-align:center;
	
}
.button:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

#footerwrapper {
    width:100%;
    background: #d92f2b;
}
#footer {
    width: 800px;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: white;
    font-size:14px;
}