@charset "utf-8";
/* CSS Document */

body  {
	-moz-box-sizing:border-box;box-sizing:border-box;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../images/bg.gif);
	background-repeat:repeat-x;
	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;
	background-color: #e8dde7;
}
.twoColFixLtHdr #container {
	-moz-box-sizing:border-box;box-sizing:border-box;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2e9f4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFFFFF;
	border-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	-moz-box-sizing:border-box;box-sizing:border-box;
	font-size:12px;
	color: #000000;
	padding: 0 0px 0 0px;
	height: 0px;
} 
.twoColFixLtHdr #header h1 {
	-moz-box-sizing:border-box;box-sizing:border-box;
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	-moz-box-sizing:border-box;box-sizing:border-box;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 5px 15px 5px;
	border-right: 1px solid #dedbde;
	background-image:url(../../images/background_sidebar.jpg);
	background-repeat:repeat-y;
}
.twoColFixLtHdr #mainContent {
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(../../images/background_content.jpg);
	background-repeat:repeat-y;
	border-left: 5px solid #FFFFFF;
	background-color:#f6eef6;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	-moz-box-sizing:border-box;box-sizing:border-box; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top:5px solid #FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	-moz-box-sizing:border-box;box-sizing:border-box;
	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 */
}
.fltrt {
	-moz-box-sizing:border-box;box-sizing:border-box; 
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	-moz-box-sizing:border-box;box-sizing:border-box;/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 */
	-moz-box-sizing:border-box;box-sizing:border-box;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bingobrand{
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image:url(../../images/bingobrand_background.png);
	height:25px;
	padding-left:10px;
	padding-top:4px;
	margin-left:-8;
}

.bingocasinos {
	-moz-box-sizing:border-box;box-sizing:border-box;
	text-align:justify;
	background-image:url(../../images/gradient.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #dedbde;
	border-top: 1px solid #dedbde;
	border-right: 1px solid #dedbde;
	background-color:#ECE1EC;
	padding-right:5px;
}
h3{
	margin-bottom:0px;
	margin-top:0px;
}

h3 a:link {
color: #000000;
text-decoration: none;
}
h3 a:hover {
color: #000000;
text-decoration: none;
}
h3 a:visited {
color: #000000;
text-decoration: none;
}
h1 {
	font-size:22px;
	margin-top:10px;
}
.nieuwsbericht {
	font-size:22px;
	margin-top:0px;
}
h2 {
	font-size:18px;
}
h5 {
	font-size:14px;
	margin-top:2px;
	margin-bottom:2px;
}
h4 {
	-moz-box-sizing:border-box;box-sizing:border-box;
	font-size:14;
	font-style:italic;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-style:italic;
	text-transform:uppercase;
}

P {
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-top:2px;
	font-size:12px;
}

.inhetkort {
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-left:20px;
	font-size:12px;
}
.leesmeer {
	float:right;
	text-align:right;
	font-size:12px;
	
}
.floatright {
	float:right;
}
.linkplaygame {
	font-size:16px;
	font-weight:bold;
}
#line {
	-moz-box-sizing:border-box;box-sizing:border-box;
	border-top: 1px solid #dedbde;
	border-bottom: 1px solid #dedbde;
	background-color: #ECE1EC;
	background-image:url(../../images/bingomenu.jpg);
}

.datum{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-bottom:0px;
	font-size: 10px;
	color: #FF6600;
}
.datum_nieuws{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-bottom:0px;
	font-size: 10px;
	color: #FF6600;
	float:left;
}
.nieuwskoppen{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
}
.nieuwsfoto{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-top:0px;
	margin-bottom:0px;
}
.leesverder{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-bottom:0px;
	font-size: 10px;
}
#nieuwsline {
	-moz-box-sizing:border-box;box-sizing:border-box;
	border-bottom: 1px solid #999999;
}
.bingoballen {
	margin: 0 auto;
	width:1000px;
	display:block;
	margin-top:-20px;
}
.toplinks{
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
}
.logo{
	-moz-box-sizing:border-box;box-sizing:border-box;
	position:relative;
	z-index:1;
	top:50px;
	left:-10px
}
.logo_twee{
	-moz-box-sizing:border-box;box-sizing:border-box;
	position:relative;
	z-index:2;
	top:0px;
	left:-20px;
}
.stamp{
	-moz-box-sizing:border-box;box-sizing:border-box;
	position:relative;
	z-index:1;
	top:-160px;
	left:-690px;
}
.speel{
	position:relative;
	font-size:12;
	font-style:italic;
}
.taal{
	position:relative;
	float:right;
	margin-top:0px;
}
.subtietel{
	margin-top:0px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.top10{
	font-size:12px;
}
.background_top10{
	margin-top:0px;
	width:740px;
	background-image:url(../../images/gradient.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #dedbde;
	border-top: 1px solid #dedbde;
	border-right: 1px solid #dedbde;
	background-color:#ECE1EC;
}
.top_top10{
	background-image:url(../../images/background_top10.png);
	width:740px;
	height:25px;
}
.top10_header{
	margin-top:2px;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
}
</style>