html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image: url(http://www.cultuureducatie-veldhoven.nl/afbeeldingen/navigatiebalk.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

a { 
color: #919000;
text-decoration: none; 
}

a:hover {
	text-decoration: underline;

}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}


h1 {
	font-size: 14px;
	color: #564b47;
	font-weight: bold;
	margin-bottom: 25px;
}

h2 {
	font-size: 12px;
	color: #564b47;
	font-weight: bold;
	margin-bottom: 25px;
}


strong { 
font-size: 13px;
}

/*  positioning-layers static and absolute */

#links {
	position: absolute;
	left: 0px;
	width: 205px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#content {
	padding: 0px;
	height: 100%;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 225px;
}

#top {
	background-image: url(http://www.cultuureducatie-veldhoven.nl/afbeeldingen/toprechts.jpg);
	background-repeat: repeat-x;
	height: 161px;
}

/*
 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #817D04;
    width: 140px;
    z-index: 10;
	font-size:14px;}
ul li {
    position: relative;
    z-index: 10;
}
 li ul {
    position: absolute;
    left: 139px;
    top: 0;
    display: none;
    z-index: 10;
}
 ul li a {
    display: block;
    text-decoration: none;
	color: #817D04;
    background: #cccb00;
    padding: 5px;
    border: 1px solid #817D04;
    border-bottom: 0;
    z-index: 10;
}
 ul li a:hover { background: #cccb00; color:#FFFFFF; text-decoration:none; }
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
 li:hover ul { display: block; }

 li:hover ul, li.over ul { 
    display: block; } */
	
	#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:140px;
	border-bottom: 1px solid #817D04;

}

#links ul li {
	height:100%;
	background:#cccb00;
	position: relative;
	float:left;
	width:100%;
	font-size:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #817D04;
	border-right-color: #817D04;
	border-bottom-color: #cccb00;
	border-left-color: #817D04;
}

	
#links ul li ul li{
	background:#cccb00;
	}

#links ul li a{
	display:block;
	padding: 5px 3px;
	    text-decoration: none;

	}

#links ul li a:hover {
	background: #cccb00;
}

#links ul li ul li a:hover{
	background: #cccb00;
}

#links ul ul {
	position: absolute;
	top: -1px;
	display:none;
	border-bottom: 1px solid #817D04;
}

#links ul li:hover ul{
	display: block;
	left:140px;
}
