@charset "utf-8";
body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
	background: #1f1c0f;
	background-image:url(../images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.boardxhouse a {
	color: #000; 
}

.boardxhouse a:hover {
	text-decoration:none;
} 


.boardxhouse #container { 
	position: relative;
	width: 950px;
	margin: 15px auto;
	border: 0px solid #000000;
	text-align: left;
}
.boardxhouse #header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	color: #ffffff;
	background-color:#5f5427;
	padding: 0px 15px 15px 15px;
	height: 310px;
	font-size: 12px;
}
.boardxhouse #header a {
	color: #febd2b;
	text-decoration:none;
} 
.boardxhouse #header a:hover {
	color: #ffffff;
	text-decoration:none;
} 
.boardxhouse #navigatie {
	padding: 296px 0 0 5px;
}
.boardxhouse #taal {
	float: right;
	padding: 10px 5px 0 0;
}
.boardxhouse #schaduw {
	background-image:url(../images/schaduw.gif);
	height: 4px;
}

.boardxhouse #mainContent { 
	margin: 0px; 
	padding: 20px 20px 20px 20px;
	background-color:#ffffff;
}

.boardxhouse #kolom1 { 
	float: left;
	border-right-style:dotted;
	border-right-width:thin;
	width: 250px;
	padding: 0px 20px 0px 0px;
	margin: 0px 20px 0px 0px;
} 
.boardxhouse #kolom2 { 
	margin: 0 0 0 290px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.boardxhouse h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
} 
.boardxhouse p {
	margin: 0px 0px 10px 0px; 
} 
.boardxhouse h3 {
	font-size: 16px;
	font-weight:800;
	color: #000000;
	margin: 0px 0px 10px 0px;
} 

 
.boardxhouse #footer {
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(../images/bg_footer.gif);
	color: #ffffff;
	background-color:#5f5427;
	padding: 10px 15px 10px 15px;
	height: 11px;
	font-size: 11px;
}
.boardxhouse #footer a {
	color: #febd2b;
	text-decoration:none;
} 
.boardxhouse #footer a:hover {
	color: #ffffff;
	text-decoration:none;
} 
.boardxhouse #copyright {
	float: left;
}
.boardxhouse #saney {
	float: right;
}

.vrij{
	background-color: #54C759;
	color: #FFF;
	text-align: center;
}

.vrij a{
	background-color: #54C759;
	color: #FFF;
	text-align: center;
}

.bezet{
	background-color: #D11F23;
	color: #FFF;
	text-align: center;
}

.boldcenter{
	text-align: center;
	font-weight: bold;
}

.weekend{
	background-color: #DDD;
}


select{
	height:19px;
}

.boxtitel{
	background-color: #5f5427;
	color: #FFF;
	text-align: center;
}

.contestrules{
	background-color: #febd2b;
	color: #333;
	border: solid 1px #5f5427;
	font-size: 10px;
	padding: 5px;
	margin: 10px 0px;
}



td.kaltit	{ text-align:center; background-color:#bebebe }
td.kaltexrBE	{ width: 80px; color: #000; background-color:#CAFFC0; text-align:center }
td.kaltexrNB	{ width: 80px; color: #000; background-color:#FF3F3F; text-align:center }


