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

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #00002C;
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	background-color: #D6D6D6;
}
#container {
	width: 976px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 10px;
	position: relative;
	bottom: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#container2 {
	width: 960px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(all-ill/jeroen-terlingen.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 646px;
}
#header {
	height: 180px;
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style: italic;
	color: #FF9966;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
}
#mainContent {
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
}


.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;

}

.menu ul li a {
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #CB0000;
	display: block;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	font-weight: bold;
}
 
.menu ul li a:visited {
    color: white;
}
 
.menu ul li a:hover, .menu ul li .current {
	color: #000000;
}
#footer {
	width: 760px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: left;
}

#footer p a {
font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 4px;
	color: #979797;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 15px;
}
#inspring {
	margin-left: 15px;
}
