/* CSS Document */
/* verschillende stylen resetten */
img, object{
	display: block;
	border: none;
}

h1{
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;

}

h2{
	color:#FFFFFF;
	margin:0 0 5px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}

h3, h4, h5, h6{
}

table,form{
	margin:0;
	padding:0;
}

p, table tr td{
	padding:0;
	margin:0 0 15px 0;
	line-height:165%;
	font-size:80%;
	color:#FFFFFF;
}

ul, ol{
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
}

li{
	margin:0;
	padding:0;
	line-height:165%;

}

li a{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;	
	text-decoration:none;
}

li a:hover{
	text-decoration:underline;
}

ul li ul, ul li ol, ol li ul, ol li ol{
	font-size:100%;
	margin:5px 0 5px 10px;
}

table{
}

tr{
}

td{
}

input, select, textarea{
	color:#FFFFFF;
	background:none;
	border:1px solid #ffffff;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select{
	color:#000;
	background: #FFF;
}

input[type="submit"], input.submit{

}

input[type="radio"], input.radio{
	border:none;
}

a{ 
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}

.noborder{
	border:none;
}

#content_right a{
	color:#FFFFFF;
}

/* standaard layout stylen */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position:absolute;
	top:0;
	left:0;
}
html, body, #container {
	width: 100%;
	height: 100%;	
	min-height: 100%;
} 

html>body, html>body #container {
	height: auto;
}



#logo{
	position:absolute;
	left:3%;
	top:15px;
	z-index:1;
}

#content_left{
	position:relative;
	float:left;
	width:30%;	
	margin:80px 0 0 0;
}

#flash{
	height:650px;
	position:relative;
	margin:0 2% 0 0;
	/*background:url(../images/flash.jpg) center top no-repeat;*/
}

#content_middle{
	position:relative;
	float:left;
	margint:0 0 0 2%;
	width:12%;
}

#content_right{
	position:relative;
	margin:0 0 25px 47%;
	padding:114px 8% 100px 3%;	
	height:300px;
}

html>body  #content_right{
	min-height:300px;
	height:auto;
}

#bowling #content_right{
	background:url(../images/background_bowling.gif) bottom left no-repeat;

}

#kids #content_right{
	background:url(../images/background_kids.gif) bottom left no-repeat;
}

#feest #content_right{
	background:url(../images/background_feest.gif) bottom left no-repeat;
}

#sports #content_right{
	background:url(../images/background_sport.gif) bottom left no-repeat;
}

#content_right ul{
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style:disc;
}

#content_right ul li{
	color: #FFFFFF;
}


#afbeeldingen{
	float:left;
	width:170px;
	margin:3px 0 0 0;
	position:relative;
}

#inhoud{
	position:relative;
	margin:0 0 0 180px;
}

#noafb_inhoud{
	margin:0 0 0 30px;
}

#menu{
	position:absolute;
	left:32%;
	top:110px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:95%
}
#menu #nav{
	margin:0;
	padding:0;
}
#menu #nav li{
	padding:6px 0 6px 0;
}

#menu #nav li a{	
	color:#B5003D;
	text-decoration:none;
	padding:6px 0 6px 0;
	font-weight:normal;
}

#menu #nav li ul { 
  position: relative; 
  top: 0; 
  left: 0; 
  padding:5px 0 0 5px;
  font-size:90%;
  }
	 
#menu #nav li ul li a{ 
	color:#1F78AA;
}

#menu #nav li ul li{
	padding:2px 0 2px 0;
}

/*-------------------------------- THE MAGIC -----------------------------*/

/*niveau 1*/


/*niveau 2*/


/*niveau 3*/
#menu #nav li ul li:hover ul li ul{ display: none; }
#menu #nav li ul li ul li:hover ul{ display: block; }

/*
#menu ul li a {
  padding:4px 0 4px 0;
  color:#1F78AA;
  font-weight:bold;
  }
  */

#address{
	position:absolute;
	bottom:0px;
	left:32%;
	z-index:2;
}

#address p{
	color:#707173;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
}

#address .rood{
	color:#B5003D;
}

#footer {
	position: absolute;
	bottom: 17px;
	right: 6%;
	font-size:70%;
	color:#707173;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer a{
	text-decoration:none;
	color:#707173;
}

#footer a:hover{
	text-decoration:underline;
}
