body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #222;
	line-height: 150%;
	background: #9d0c15;
}
#bg {
	background: url('../images/bg.jpg') #373432 repeat-x top left;
}
#container {
	margin: 0px auto;
	width: 900px;
	padding-top: 10px;
}
#header {
	width: 900px;
	height: 125px;
	background: #9d0c15; 
}
#header a.logo {
	margin: 10px 10px 23px 10px;
	padding: 56px 0px 0px 0px;
	display: block;
	float: left;
	height: 0px !important; 
	width: 400px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat top left;
}
#header ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #fff;
	background: #f39500;
	height: 35px;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header ul li a {
	padding: 0px 20px 0px 20px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: url('../images/bg-menu.gif') no-repeat top center;
	height: 35px;
	line-height: 34px;
}
#header ul li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	left: -999em;
	width: 200px;
	border: none;
}
#header ul li:hover ul, #left li.sfhover ul {
	left: auto;
}
#header li:hover, #header li.sfhover {  
    position: static; 
}
#header ul li a:hover, #header ul li:hover a, #header ul li.sfhover a   {
	color: #9d0c15;
	background: url('../images/bg-menu-over.gif') no-repeat top center;
}
#header li ul li a {
	width: 160px;
	float: left;
	background: #f39500 !important;
	color: #fff;
}
#header ul li ul li a:hover {
	background: #9d0c15 !important;
	color: #fff;
}
#teaser {
	margin: 10px 0px 10px 0px;
	width: 900px;
	height: 278px;
	background: url('../images/teaser.jpg') #fff no-repeat 10px 10px;
}
#teaser-flash {
	margin: 10px 10px 10px 10px;
	width: 880px;
	height: 258px;
}
#contents {
	margin: 0px;
	padding: 20px;
	width: 860px;
	background: #fff;
}
#contents h1 {
	color: #9d0c15;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}
#contents h2 {
	color: #9d0c15;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}
#contents h3 {
	color: #9d0c15;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}
#contents a {
	color: #9d0c15;
}
#contents a:hover {
	color: #f39601;
}
#contents input, select {
	width: 190px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #9d0c15;
	padding: 1px 2px 2px 2px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}
#contents textarea {
	width: 250px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #9d0c15;
	padding: 1px 2px 2px 2px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}
#container input[type="checkbox"] {
	width: 20px;
	border:none;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	width: 75px;
	height: 20px;
	border: none;
	font-size: 12px;
	color: #ffffff;
	background: #9d0c15;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 18px;
}




#nieuws {
	width: 220px;
	padding: 10px;
	float: left;
	background: url('../images/bg-nieuws.jpg') #f39601 top left repeat-x;
	border: 2px solid #f39601;
}
#nieuws p {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 10px 15px;
	font-size: 90%;
}
#nieuws a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#nieuws a:hover {
	color: #9d0c15;
	text-decoration: underline;
}

#nieuws .clear {
	border-top: 1px solid #fff;
	margin: -5px 0 5px 0;
}

#nieuws img {
	margin: 0 2px 2px 0;
}

#nieuws form {
	margin: 0px 0px 0px 10px;
}
#nieuws form input.button {
	margin-right: 15px;
	width: 75px;
	float: right;
}
#home {
	float: left;
	margin: 0px 0px 0px 40px;
	width: 570px;
}
#home p.highlight {
	float: left;
	width: 245px;
	padding: 0px 20px 0px 20px;
}
#home p.highlight a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
#home p.highlight img {
	border: 3px solid #f39500;
	margin-bottom: 5px;
}
#home p.highlight a:hover img {
	border-color: #9d0c15;
}
#container .clear {
	clear: both;
}
#footer {
	width: 880px;
	margin: 0px auto;
	border-top: 15px solid #fff;
	padding: 10px;
	clear: both;
	color: #fff;
	text-align: right;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}

