/* het verspringen in firefox tegengaan door de scrollbar reeds toe te voegen */ 
html {height:100%}
body {min-height:101%}
/* einde scrollbar - - - - - - - - - - - */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background: #000 url(i/background.jpg) repeat-x;
	color:#ccc;
}

a:link, a:visited {
text-decoration: underline;
color: #666;
}
a:hover {
color: #eee;
background: #444; 
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 560px;
	margin-top: -280px; /* de helft v/d hoogte */
	margin-left: -450px; /* de helft v/d breedte */

	}
#header {
	height: 50px; 
	color: #ccc;
	padding-top:20px;
	}

#footer {
	height: 40px;
	clear: both;
	color: #ccc;
	padding: 10px 0 0 5px;
	}

#content_left, #content_center, #content_right {
	float: left; 
	background: #000; 
	height:390px; 
	}

#nav {
	float: right; 
	padding-right: 20px; 
	color: #666; 
	text-align: right;
	line-height: 22px;
	
}
#nav2 {
	float: right; 
	padding: 150px 10px 0 0; 
	color: #666; 
	text-align: right;
	}

/* voor de index pagina - - - - - - - */
#spelen {
	margin: 330px 0 0 65px; 
	color: #6E6252; 
	font-family: "Lucida sans unicode", Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 20px
	}

#content_left {
	background: url(i/bg_intro_right.png) right; 
	width:291px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	}

#content_center{
	background: #000 url(i/logo3.png) no-repeat center center; 
	width:316px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;	
	}

#content_right{
	background: url(i/bg_intro_left2.png) no-repeat top ; 
	width:292px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;	
	}


/* voor de foto pagina - - - - - - - - */
#foto_content_left{
	width:757px;
	float: left;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	height:461px;
	}
#foto_content_right{
	background: #000 url(i/logo3kl.png) no-repeat top right; 
	width:140px;
	float: right;
	border-top: 1px solid #444;
	}

/* voor de producten,  over pagina's - - - - - - - - */
#prod_content_left{
	width:749px;
	float: left;
	background: #000 url(i/bg_prodx.jpg) no-repeat bottom;
	color: #ccc;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding-left: 10px; 
	line-height: 25px;
	
	}
#prod_content_right{
	background: #000 url(i/logo3kl.png) no-repeat top right; 
	width:140px;
	float: right;
	}
/* voor de  contact - - - - - - - - */
#andere_content_left{
	width:749px;
	float: left;
	height:460px; 
	background: #000 url(i/bg_prodx.jpg) no-repeat bottom;
	color: #ccc;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding-left: 10px; 
	line-height: 25px;
	
	}
#andere_content_right{
	background: #000 url(i/logo3kl.png) no-repeat top right; 
	width:140px;
	float: right;
	}
/* ContactFormulier -  - - - - - - - - - - */
.submit {
margin:3px;
background: transparent url("i/submit.gif") no-repeat;
height:25px;
width:100px;
border: 0px solid #ccc;
font:76% Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color:#666;
text-transform:uppercase;
 }
#bericht {border: 1px solid #444; padding-left: 5px; background-color: #fff; color: #000;}
.form{border: 1px solid #444; padding-left: 5px; background-color: #fff; color: #000;}
.aandacht {color:#F7C634;}
/* eind contactFormulier - - - - - - - - - */
/* Divers */
.imgleft {float: left; margin-right: 10px; border: 3px double #ccc;}
.imgright {float: right;  margin-right: 10px;}
.created{font-size: 9px; color: #444;}
.bgspot {float: right;}
#open{line-height: 30px; float: left; width: 136px; border-top: 1px solid #333; border-bottom: 1px solid #444; padding: 2px 5px 2px 0; color: #F7C634;}

hr {
height: 0;
border: 0;
border-top: 1px solid #333;
width: 95%;
}
.red {color:red}
