/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEEEE;
	height: 100%;
	width: 100%;
}

#main {
	margin: 0px auto;
	width: 994px;
	background-color: #FFFFFF;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image: url(/images/head.png);
	background-repeat: no-repeat;
	background-position: 326px top;
}

.colom {
	width: 310px;
	margin-left: 16px;
	float: left;
	display: block;
	min-height: 100%;
}

.content {
	padding-top: 120px;
}
.content1 {
	padding-top: 100px;
}

.kaderGrijs {
	background-color: #CCCCCC;
	padding: 4px;
	width: 302px;
	margin-top: 15px;
}

.kaderGrijs h2 {
	margin-top: 10px;
}

.center {
	text-align: center;
	width: 100%;
}

#footer {

	background-color: #A7041A;
	width: 986px;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
	height: 14px;
	margin-top: 4px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* =============================
            GLOBALS 
==============================*/

h1 span { 
	display: none; 
}


h1 {
	width: 310px;
	height: 325px;
	background-image: url(/images/foto.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

	
/* =============================
            NAVIGATIE 
==============================*/

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin-top: 1px;
}

#nav ul li a {
	padding: 4px;
	display: block;
	background-color: #A7041A;
	width: 302px;
	height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: none;
	background-color: #6C0210;
} 


/* =============================
              FORM 
==============================*/

#form {
	width: 100%
	padding: 0px;
	margin: 0px;
}
#aanvraagformulier {
	width: 100%
	padding: 0px;
	margin: 0px;
}
#form td {
	background-color: #DADADA;
	padding: 4px;
}

#form input, input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.label {
	width: 350px;
} 

.button {
	background-color: #A7041A;
	color: #FFFFFF;
	border: 0px;
}
