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

/* end */

body {
	margin:0; padding: 2em;
	background:#666;
	color: #666;
	font: 75%/1.33 Verdana, sans-serif;
	text-align:left;
	font-size: large;
	color:#FFF;
	}
	#body {
		margin:0; padding: 2em;
	background:#CCC;
	color: #666;
	font: 75%/1.33 Verdana, sans-serif;
	text-align:left;
	margin-bottom: 20px;
	color:#FFF;
	
	}
	
h1 {
	position:relative;
	font-family:BrandonGrotesque-Bold, Futura, Verdana, serif;
	font-size:30px;
	text-transform:uppercase;
	text-align:left;
	height:30px;
	padding-top:30px;
}
p {
	position:relative;
	margin: 0.2em 0;
	margin-top: inherit;
	margin-bottom: 10px;
	}

.color-table {
	margin: 2em 2em 5em;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:100%;
	}
.color-table th {
	padding: 0 1em 0 0;
	text-align:right;
	vertical-align: middle;
	font-size:110%;
	border: none;
	}
.color-table td.sample {
	width:10em; height:8em;
	padding: 10px;
	text-align:center;
	vertical-align:middle;
	font-size:90%;
	border: 1px solid white;
	white-space:nowrap;
	}
.color-table.small td.sample {
	width:4em; height:4em;
	padding:0;
	border:none;
	}
.color-table .white { margin-bottom:0.2em; color:white }
.color-table .black { margin-top:0.2em; color:black }

#menu ul {  
    list-style-type: none; 
	margin-bottom: 25px; 
}  
#menu ul li {  
    display: inline;  
    margin: 0;  
}  
#menu ul li a {  
    padding: 15px;  
    background-color: #44699C;  
    font-family: Verdana; 
	font-size: large; 
    color: white;  
}  
#menu ul li a:hover {  
    /* Nieuw */  
    background-color: #5F94DC;  
}  

.left {
	float: left;
  width:20.3%;
  margin-left: 10px;
  margin-right: 20px;
  color: #FFF;
  
}
#logo {
	text-align: left;
	margin-bottom: 25px;
}
hr {
	margin-top: 10px;
	border:none;
	border-bottom:1px solid silver;
	}
#footer {
	padding:1em;
	clear: both; 
	text-align:center;
	font-size:large;
border-radius:25px;
background:;
	}
	
	#table, tr, td {
		border-radius:25px;
background:;
margin-top: 15px;

	}
	input
{
color: #781351;
border: 1px solid #781351
margin-top: 10px;
}

.submit input
{
color: #000;
border: 2px outset #d7b9c9
}
