@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0094A1;
	margin-bottom: 10px;
}
 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	color: #0094A1;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

 h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
}

.oneColFixCtrHdr #mainContent {
	font-size: .8em;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
}

p
  {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
  }
  
#romp
 {
	background-color: #FFFFFF;
	background-image: url(images/info_60.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 558px;
	float: left;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	padding-right: 20px;
 }

#extra
 {
	width: 122px;
	float: left;
	margin-bottom: 10px;
 }
 
.wedstrijd {
	color: #FFFFFF;
	background-color: #0094A1;
	padding: 5px;
	margin-bottom: 10px;
}

.wedstrijd ul
  {
	padding: 0px;
	margin: 0px;
	color: #333333;
  }
  
 .wedstrijd ul li
  {
	background-color: #FFFFFF;
	padding: 4px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
  }

a
  {
	font-weight: bold;
	color: #E60004;
	text-decoration: underline;
  }

