/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

html, body {
	background-color: #fff;
	color: #455560;
}

#container {
	position: relative;
	margin: 6px auto;
	width: 1000px;
}

#top {
	height: 271px;
	width: 1000px;
	margin: 0;
}

#logos {
	float: left;
	height: 271px;
	width: 220px;
}

#logos .odit {
	width: 187px;
	height: 92px;
	margin: 28px 0 0 18px;
}

#logos .hofline {
	width: 169px;
	height: 87px;
	margin: 25px 0 0 28px;
}

#header {
	float: left;
	height: 271px;
	width: 780px;
}

#header img.left {
	position: absolute;
	width: 231px;
	height: 250px;
	top: 21px;
}

#header img.right {
	position: absolute;
	width: 520px;
	height: 250px;
	top: 21px;
	left: 454px;
	z-index: 1;
}

#header img.icon {
	position: relative;
	float: right;
	width: 116px;
	height: 112px;
	z-index: 2;
}

#menu {
	width: 1000px;
	height: 30px;
	margin: 0;
}

#newshead {
	float: left;
	width: 220px;
	height: 30px;
	background: url('../images/nieuws_small_bg.jpg') top right no-repeat;
}

#newshead p {
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin: 8px 12px 0 0;
}

#newshead a {
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#newshead a:hover {
	text-align: right;
	color: #a2aaae;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#navigation {
	float: left;
	width: 780px;
	height: 30px;
}

/* FIRST MENU */

#firstBg { /* DIV */
	float: left;
	margin: 3px 0 0 0;
	height: 25px;
	width: 231px;
	display: block;
	background-color: #45555f;
}

#firstNav, #firstNav ul {
	float: right;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 4px;
}

#firstNav li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	z-index: 100;
}

#firstNav li:hover ul,
#firstNav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#firstNav li:hover ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: -21px 0 0 200px;
	z-index: 100;
}

#firstNav li li:hover ul,
#firstNav li li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

/* LINKS - EERSTE NIVEAU */

#firstNav li {
	/*height: 20px;*/
	margin: 0 10px 0 10px;
	display: inline;
}

#firstNav li a {
	display: block;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#firstNav li a:hover {
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #a2aaae; /*#dedede;*/
}

/* LINKS - TWEEDE NIVEAU */

#firstNav li:hover ul,
#firstNav li.sfhover ul {
	display: block;
	background-color: #45555f;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#firstNav li:hover ul li,
#firstNav li.sfhover ul li {
	width: 200px;
	/*background-color: #fe6000;*/
	/*display: block;*/
}

#firstNav li:hover ul li a,
#firstNav li.sfhover ul li a {
	display: block;
	width: 192px;
	margin: 0;
	padding: 2px 4px 2px 4px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#firstNav li:hover ul li a:hover,
#firstNav li.sfhover ul li a:hover {
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #a2aaae; /*#dedede;*/
}

/* SECOND MENU */

#secondBg { /* DIV */
	float: left;
	margin: 3px 0 0 3px;
	height: 25px;
	width: 520px;
	display: block;
	background-color: #e31937;
}

#secondNav, #firstNav ul {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 4px;
}

#secondNav li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	z-index: 100;
}

#secondNav li:hover ul,
#secondNav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#secondNav li:hover ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: -21px 0 0 200px;
	z-index: 100;
}

#secondNav li li:hover ul,
#secondNav li li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

/* LINKS - EERSTE NIVEAU */

#secondNav li {
	/*height: 20px;*/
	margin: 0 10px 0 10px;
	/*display: inline;*/
	float: left;
}

#secondNav li a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#secondNav li a:hover {
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #f18c9a;
}

/* LINKS - TWEEDE NIVEAU */

#secondNav li:hover ul,
#secondNav li.sfhover ul {
	/*display: block;*/
	background-color: #e31937;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*float: left;*/
	list-style-type: none;
	list-style-position: outside;
	widt: 200px;
	
}

#secondNav li:hover ul li,
#secondNav li.sfhover ul li {
	width: 200px;
	margin: 0;
	padding: 0;
	/*float: left;*/
}

#secondNav li:hover ul li a,
#secondNav li.sfhover ul li a {
	display: block;
	width: 192px;
	margin: 0;
	padding: 2px 4px 2px 4px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#secondNav li:hover ul li a:hover,
#secondNav li.sfhover ul li a:hover {
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #f18c9a; /*#dedede;*/
}

#middle {
	float: left;
	position: relative;
	width: 1000px;
	background: url('../images/spacer_middle.jpg') top left repeat-y;
}

#watermark {
	position: absolute;
	left: 0;
	bottom: 0;
	clear: left;
	width: 177px;
	margin: 0 0 0 19px;
	padding: 10px 10px 164px 10px;
	background: url('../images/hofline_mark.jpg') bottom left no-repeat;
}

#mLeft {
	float: left;
	width: 220px;
}

#newstab {
	width: 177px;
	margin-left: 19px;
	padding: 10px 10px 164px 10px;
}

#newstab .topper {
	position: relative;
	float: right;
	width: 136px;
	height: 7px;
	margin: -10px -14px 0 0;
	background: url('../images/nieuws_top_bg.jpg') right top no-repeat;
}

#newstab p.rMore {
	text-align: right;
	padding: 0;
}

#newstab h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#mRight {
	float: right;
	clear: right;
	width: 780px;
}

#content {
	float: left;
	width: 694px;
	padding: 30px 30px 60px 30px;
}

#content table {
	border-collapse: collapse;
	border: 1px solid #45555f;
	background-color: #f2f2f2;
}

#content td {
	padding: 2px;
}
#content td.logo {
	padding: 1px;
}

#content div#map {
	float: right;
	width: 500px;
	height: 350px;
	margin-bottom: 35px;
	border: 1px solid #666;
}

html>body #content {
	height: auto;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 0 12px 5px;
}

#content li {
	margin-bottom: 1px;
}

#footer {
	position: absolute;;
	width: 754px;
	right: 26px;
	bottom: 0px;
}

#footer .footerTop {
	height: 25px;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 3px;
	background-color: #45555f;
}

#footer .footerTop p {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	text-transform: uppercase;
	color: #fff;
}

#footer .footerBottom {
	height: 25px;
	width: 754px;
	background-color: #e31937;
}

#footer .footerBottom p {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	color: #fff;
}

#seltec {
	height: 15px;
	width: 1000px;
	float: left;
	text-align: right;
	margin-right: 26px;
	padding-top: 2px;
}

#seltec a {
	margin-right: 26px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/************************************
- FORMS
************************************/

form .inputs label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
}

form .inputs input, form .inputs textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 200px;
}

form .inputs textarea
{
	overflow: auto;	
	width: 280px;
	height: 120px;
}
form .buttons
{
	margin-left: 200px;
	margin-top: 25px;
}

form .buttons input
{
	color: #000;
	padding: 3px 15px;
	
}