	body {
	background-image: url(../../media/images/bg_body.jpg);
	background-color: #353B37;
	background-repeat: repeat-x;
	color: #000000;
	margin-left: auto;
	margin-right:auto;
	
		
	}

		* {
			font-family	:arial,tahoma,verdana,helvetica;
			font-size	:12px;
		}
		
	


	a {
		text-decoration:none;
		color:#000000;
		border: 0px;
	}
		a:hover {
			color:#333333;
		}
		
		a:active {
			color:#ffffff;
		}
img {border: 0px;}
		
.kursplan {
 border: 1px solid #000000;}
 		
	
#header {
	background-image: url(../../media/images/header_logo.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 272px;
	margin: 0 auto;
	}
	
#headermenu{width: 960px;}

#topmenu {
	background-image:url(bg_topmenu.jpg);
	background-repeat: repeat-y;  
	background-position: bottom;
	text-align: left;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	}
	
#topmenu a {color: #bcbcbc;}
#topmenu a:hover {color: #333333;}
#topmenu a:active {color: #ffffff;}		
	
#topmenu p {margin-left: 155px;}	
	
#container {
	background-color:#b688a2;
	background-image: url(../../media/images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: 0 272px;
	width: 960px;
	margin: 0 auto;
	height: auto;
	}


#contenttop {
height: 70px;
width: 771px;
margin-left: 160px;
background-image:url(../../media/images/bg_contenttop.png);
background-repeat: no-repeat;
text-align: center;
}

#kindertanzoase {
height: 60px;
width: 771px;
margin-left: 160px;
text-align: center;
background-image: url(../../media/images/bg_kindertanzoase.png);
background-repeat:no-repeat;


}
	
#content {
	background-image:url(../../media/images/bg_content.png);
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 30px;
	width: 731px;
	overflow: hidden;

	}
	
#contentbottom {
height: 29px;
width: 771px;
margin-left: 160px;
background-image: url(../../media/images/bg_contentbottom.png);
background-repeat: no-repeat;
}	

#menutop {height: 18px;}

#menu {
	width: 160px;
	float: left;
	text-align: left;
	background-color: #B688A2;

	}
	
#menu a {color: #bcbcbc; margin-left: 15px;}
#menu a:hover {color: #ffffff;}		

	div#menu form {
	padding-left: 20px;
	background-color: #B688A2;
	background-image: url(../../media/images/bg_menu.jpg);
	background-repeat: repeat-y;}
	
	
	/* NEW */
	
	div#menu input#stext {
		border: 0px solid gray;
		width: 120px;
	}
	
	div#menu input#ssubmit {
		width: 25px;
	}
	/* END */
	
	/* Het 100% CSS menu */

	div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;
		background-image: url(../../media/images/bg_menu.jpg);
		
	}		

	div#menu ul {
		list-style:none;
		width:134px;

}	

	div#menu li {
		position:relative;
		padding:3px;
		z-index:9;
	}
		div#menu li.folder {

			border-left:5px solid #CB2A3C;
		}



		div#menu li:hover {

			background:#505050;
			z-index:15;
			background-image: url(../../media/images/bg_button_hover.jpg);
		}

	/* Alle subnavigatie hidden */
		
	div#menu ul ul {
		position:absolute;
		display:none;
		right:120px;
		top:5px;
		border: 1px solid #000000; 
		border-left: 3px solid #CB2A3C;
		background-color: #535353;
	}
		
		/* :hover, met specificity */
		
		div#menu li:hover ul ul {
			display:none;
		}

		div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}


#footer {
	clear:both;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background-image:url(../../media/images/footer_borde.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
		}	
		
#footer2 {
	clear:both;
	width: 960px;
	height: 33px;
	margin: 0 auto;
	text-align: center;
	background-image:url(../../media/images/bg_footer2.jpg);
	background-repeat: no-repeat;
		}	
	


#counter {
	clear:both;
	font-size: 8px;
	color: #141414;
	text-align: center;
	margin-left: 155px;
 }
 
#counter a {color:#141414;}
