html,body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	_height: 100%; 
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #4f4f4f;
}

#bg { 
	background-image:url(images/bg_top.jpg); 
	background-position: top; 
	background-repeat:repeat-x; 
	_height: 100%;
	border: 1px solid #000;
	min-height: 185px;
}

#container {
	position: absolute; 
	top: 0;
	width: 773px; 
	_height: 100%; 
	min-height: 100%;
 	left: 50%; 
	margin: 0 0 0 -385px; 
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-image:url(images/bg_content.jpg);
}

#header {
	width: 773px;
	height: 151px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0px solid #000;
}

#menu {
	width: 773px;
	height: 34px;
	padding: 0;
	margin: 0;
	background: #c7011c;
}
/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #c7011c;
 border: 0px solid #330;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: italic;
 font-weight: bold;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #fff;
 text-decoration: none;
 padding: 9px 14px 9px 13px;
}

.menulist li ul li a {
 display: block;
 padding: 3px;
 color: #fff;
 width: 145px;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #df0e2b;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #df0e2b;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

#contentlinks {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
	border: 0px solid #000;
}

#contentlinks ul {
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: bold;
 	color: #4f4f4f;
}

#contentlinks ul li ul {
	margin: 0 0 0 15px;
	font-weight: normal;
}

#contentlinks a {
	color: #4f4f4f;
	text-decoration: none;
}

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

#contentlinks h2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	font-style: italic;
 	font-weight: bold;
	color: #fff;
	background-color: #c7011c;
	height: 25px;
	padding: 9px 0 0 5px;
	margin: 0;
}

#contentlinks form {
	margin: 0;
	padding: 0;
}

#contentlinks p {
	margin: 0;
	padding: 5px;
}

#content {
	padding: 5px 35px 0 35px;
	margin: 0 0 0 185px;
	border: 0px solid #000;
}

h1 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 19px;
 	font-style: italic;
 	font-weight: bold;
 	color: #c7011c;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 15px;
 	font-weight: bold;
 	color: #c7011c;
}

p {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #4f4f4f;
	text-align: justify;
}

hr {
	height: 1px;
	border: none;
	background-color: #c7011c;
	color: #c7011c;
	margin: 0;
	padding: 0;
	
}

td p {
	margin: 0 0 10px 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #4f4f4f;
	border: 1px solid #c7011c;
	background-color: #fff;
}

.knvb td {
	border-bottom: 1px solid #000;
}

.knvb_hoofd {
	background-color: #c7011c;
	color: #FFFFFF;
}

#content a {
	color: #4f4f4f;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #ccc;
	text-decoration: underline;
}

.respad {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #4f4f4f;
	float: right;
	margin: 0;
	padding: 0;
}


