@charset "utf-8";
body {
text-align: center;
background-color:#CCCCCC;
}
 .outer { 
 top:100px; 
 left:0px; 
 width:100%;
 *position:absolute;
 *top:10px;
 }
 
 .middle { height:100%; display:table; margin:0 auto; }
 .inner { vertical-align:middle; display:table-cell;}


#Header {
	background-image:url('../afbeeldingen/banner_judo.png');
	background-repeat:no-repeat;
	width:950px; 
	height:140px;
}

#Navigatie {
	font-size:1.1em;
	position:absolute;
	color:white;
	top:140px;
	width:100px;
	*position:relative;
	*top:0px;
	*left:-425px;
	*width:100px;
}
#Navigatie a{
	text-decoration:none;
	color:white;
}

#Navigatie ul{
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
  text-indent:5px;
}

#Navigatie ul li {
	background-image:url('../afbeeldingen/knop.jpg');
}

#Navigatie ul li:hover {
	background-image:url('../afbeeldingen/knoph.jpg');	
}

#Navigatie ul li ul{
	display:none;
}

#Navigatie ul li:hover #Navsub1 ul{
	display:block;
	position:absolute;
	top:40px;
	*top:20px;
	left:100px;
	margin-left:0px;
	text-indent:5px;
	width:100px;
	z-index:1;
}

#Navigatie ul li:hover #Navsub2 ul{
	display:block;
	position:absolute;
	left:100px;
	top:60px;
	*top:40px;
	*background-repeat:no-repeat;
	margin-left:0px;
	text-indent:5px;
	width:100px;
	z-index:1;
}

#Footer { 
	background-image:url('../afbeeldingen/footer1.jpg');
	width:950px;
	height:25px;
	position:relative;
	top:25px;
	*top:-225px;
}

#Footer #linkerfoot {
	float:left;	
	text-indent:10px;
}
#middle {
	*width:950px;
}

#main {
	width:850px;
	left:112px;
	position:relative;
	height: 600px;
	overflow: auto;
	text-align:left;


	*top:-250px;
	*left: 70px;
	*z-index:-2;
	*overflow: auto;
}

#Footer #rechterfoot {
	float:right;
}

#all {
position:static;
display:table;
width:100%;
height:100%;
overflow: auto; 	
}
#kerst {
	background-image: url(../afbeeldingen/Kerst_klein.jpg);
}

