/* CSS Document */
body{
	background-image: url("../images/bg-home3.jpg");
	background-color: #7c1d35;	
	background-position: 50% 0px;
	background-repeat: no-repeat;
}
body{
	font-family:Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	text-transform: none;
	color:#333333;
	text-decoration: none;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #E21776;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #E21776;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #E21776;
	text-decoration: none;
}

h1 {
	font-size:14px;
}
	#navigatie ul {
		margin 	: 0 0 0 134px;
		width	: 700px;
	}
	
		#navigatie ul li {
			display	: inline;
			float   : left;
		}
	
			#navigatie ul li span {
				display	: none;
			}
			
			#navigatie ul li a {
				display 	: block;
				height 		: 35px;
			}
			
			#navigatie ul li a.menu-home {
				background	: transparent url('../images/menu-home-home.png') no-repeat top left;
				width 		: 50px;
			}
			
			#navigatie ul li a.menu-workshops {
				background	: transparent url('../images/menu-home-workshops.png') no-repeat top left;
				width 		: 82px;
			}
			
			#navigatie ul li a.menu-hoewerkthet {
				background	: transparent url('../images/menu-home-hoewerkthet.png') no-repeat top left;
				width 		: 108px;
			}
			
			#navigatie ul li a.menu-hoeveelkosthet {
				background	: transparent url('../images/menu-home-hoeveelkosthet.png') no-repeat top left;
				width 		: 123px;
			}
			
			#navigatie ul li a.menu-inschrijven {
				background	: transparent url('../images/menu-home-inschrijven.png') no-repeat top left;
				width 		: 84px;
			}
			
			#navigatie ul li a.menu-gastenboek {
				background	: transparent url('../images/menu-home-gastenboek.png') no-repeat top left;
				width 		: 86px;
			}
			
			#navigatie ul li a.menu-fotos {
				background	: transparent url('../images/menu-home-fotos.png') no-repeat top left;
				width 		: 49px;
			}
			
			#navigatie ul li a.menu-nieuws {
				background	: transparent url('../images/menu-home-nieuws.png') no-repeat top left;
				width 		: 59px;
			}
			
			#navigatie ul li a.menu-contact {
				background	: transparent url('../images/menu-home-contact.png') no-repeat top left;
				width 		: 56px;
			}
			
			#navigatie ul li.active a {
				background-position	: 0 -35px;
			}
			
			#navigatie ul li a:hover {
				background-position	: 0 -35px;
			}
			
	
	td#content
	{
		background-color:#FFFFFF;
		background-repeat: no-repeat;
		background-image:url("../images/bg-home.jpg");	
	}

	td#zijbalk
	{
		background-repeat: repeat;
	}


