@charset "UTF-8";
/* CSS Document */
/* Yellow: #d3be7e;
    Red: #7f2226; */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size:12px;
	background: #333;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	height:112px;
	color:#FFF;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 20px;
	/*padding: 10px 10px 0 20px; */ /* 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. */
}
.oneColFixCtrHdr #header p {
	margin: 0;
	padding-top: 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #222;
	color:#CCC;
}

.oneColFixCtrHdr #mainContent p {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	/*float:left;*/
}

.oneColFixCtrHdr #mainContent a {
	color:#ccc;
	/*text-decoration:none;*/
}

.oneColFixCtrHdr #mainContent  img{
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 5px;
	border-style:solid;
	border-color:#161616;
}
.oneColFixCtrHdr #mainContent  object{
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 5px;
	border-style:solid;
	border-color:#161616;
}


.oneColFixCtrHdr #speelijst{
	float:right;
	width:350px;
	background-color:#444;
	text-align:left;
	padding-left: 10px;
}
#leftcolumn { 
	width: 380px;
	float: left;
	/*padding-left:30px;*/
}
#rightcolumn { 
	width: 350px; 
	background-color:#444; 
	text-align:left;
	margin-top:20px;
	padding-left: 10px;
	float: right
	
}

#rightcolumn a { 
	color:#CCC ;
}
.clear { clear: both;}

#leftInfo { 
	width: 550px;
	float: left;	  
	text-align:left;
	margin-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#444;
	margin-bottom: 20px;
	/*padding-left:30px;*/
}
#rightInfo { 
	width: 250px;
	float: right;
	margin-top:20px;
	
}

.oneColFixCtrHdr #footer {	
	background-image:url(images/sub_gradient2.png);
	background-repeat:repeat-x;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#7f2226;
}
.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:10px;
	text-align:center;
}

.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#CCC;
}
.oneColFixCtrHdr #kaneelbalk {
	margin:0;
	height:28px;
	background-image:url(images/sub_gradient2.png);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-top: 3px;
	background-color:#7f2226;
}

.oneColFixCtrHdr #kaneelbalk a {
	margin:0;
	color:#7f2226;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	
	padding: 0px 10px 0px 10px;
}
.oneColFixCtrHdr #kaneelbalk a:hover {
	color:#FFF;
}
