/* ----------------------- hoofdmenu ----------------------- */
#header ul {
	font-weight: bold;
}
#header ul li {
	float: left;
	background-image: none;
	padding-left: 0px;
	position: absolute;
}
/* ----------------------- hoofdmenu plaatsing li ----------------------- */
#header ul li#home {
	left: 63px;
	top: 129px;
	position: absolute;
}
#header ul li#contact {
	left: 120px;
	top: 129px;
	position: absolute;
}
#header ul li#over {
	left: 446px;
	top: 162px;
	position: absolute;
	text-align: center;
}
#header ul li#theater {
	left: 574px;
	top: 157px;
	position: absolute;
}
#header ul li#evenementen {
	left: 760px;
	top: 138px;
	position: absolute;
}
#header ul li#nieuws {
	left: 850px;
	top: 164px;
	position: absolute;
}
#header ul li#speellijst {
	left: 900px;
	top: 138px;
	position: absolute;
}
#header ul li#language {
	left: 887px;
	top: 46px;
	position: absolute;
}

/* ----------------------- hoofdmenu kleuren links ----------------------- */
#header a {
	color: #FFF;
	text-decoration: none;
}
#header li#over a {
	color: #C76F00;
}
#header li#theater a {
	color: #E7AE05;
}
#header li#evenementen a {
	color: #B74F00;
}
#header li#speellijst a {
	color: #1B4359;
}
#header li#language a {
	color: #F4E244;
}
#header li#language a img{
	border: none;
 width: 32px; 
 height: 19px;
}
/* ----------------------- submenu ----------------------- */
#columnLeft h2 {
	color: #9DACC8;
	font-style: italic;
	font-size: 16px;
	padding-left: 59px;
	background-image: url(rodelijn.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	font-weight: bold;
	background-position: left bottom;
}
#columnLeft ul {
	background-image: url(rodelijn.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	background-position: left bottom;
	padding-left: 59px;
}
#columnLeft ul li {
	background-image: none;
	padding-left: 3px;
	margin-bottom: 2px;
}
#columnLeft a:link, #columnLeft a:visited {
	color: #FFF;
	text-decoration: none;
}
#columnLeft a:hover, #columnLeft a:active {
	text-decoration: none;
	color: #E7AE05;
}
#columnLeft ul li.currentpage a {
	font-weight: bold;
	background-image: url(currentpage.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
#columnLeft ul li.meernieuws a{
	color: #E7AE05;
	text-decoration: underline;
}
/* ----------------------- footer ----------------------- */
#footer ul {
}

#footer ul li {
	float: left;
	background-image: none;
	padding-left: 10px;
}
#footer a:link, #footer a:visited {
	color: #982D0E;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #982D0E;
	text-decoration: underline;
}
