/* CSS Document 
blauw = 90AFB8
geel = FEB012
rose = E50083
groen =  9AAE93 */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-image: url(images/bg02.gif);
	background-color: #FFFFFF;
	background-position: center top;
}
#maincontainer{
	margin:auto;
	text-align: center;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1;
	background-color: #000000;
	text-align: left;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
#nav a:hover {
	font-weight: bold;
	color: #E50083;
}
#nav  #knop1 { /* first list items */
	float: left;
	width: 38px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop2 { 
	float: left;
	width: 77px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop3 { 
	float: left;
	width: 32px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop4 { 
	float: left;
	width: 63px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop5 { 
	float: left;
	width: 72px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop6 { 
	float: left;
	width: 52px;  /*width needed or else Opera goes nuts */
	padding-right:30px;
}
#nav  #knop7 { 
	float: left;
	width: 35px;  /*width needed or else Opera goes nuts */
}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 4px;
}
#nav li ul li{
	padding-bottom: 4px;
	padding-top: 4px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.contenthead {
	font-size: 30px;
	color: #E50083;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	
}
.contenthead a{
	text-decoration: none;
	color: #000000;
}

#contentcontainer {
	position: relative;
	clear: left;
	background-color: #FFFFFF;
	width: 950px;
	margin:auto;
	text-align: center;
}
#topmenu {
	width: 932px;
	background-color: #000000;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 15px;
	margin:auto;
	text-align: center;
}
.leftcol {
	float: left;
	width: 192px;
	padding-top: 0px;
	padding-left: 18px;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	color: #000000;
}
.leftcol a{
	color: #a8aeb3;
	text-decoration: none;
}
a.leftcol:hover,
.leftcol a:hover	
{
	color: #000000;
}
.centercol {
	float: left;
	width: 508px;
	padding-left: 18px;
	padding-top: 18px;
	font-size: 12px;
	color: #000000;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	text-align: left;
}
.centercol a{
	color: #000000;
}
a.centercol:hover,
.centercol a:hover	
{
	color: #E50083;
}
.rightcol {
	float: left;
	width: 178px;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	padding-right: 18px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	color: #000000;
}
.rightcol a{
	text-decoration: none;
	color: #000000;
}
a.rightcol:hover,
.rightcol a:hover	
{
	color: #000000;
}
.indextop {
	float: left;
	width: 714px;
	padding-top: 18px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin-left: 18px;
	padding-bottom: 9px;
	background-image: url(images/stippel_links.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
.indexcol {
	float: left;
	width: 226px;
	padding-left: 18px;
	padding-top: 9px;
	font-size: 12px;
	color: #000000;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	text-align: left;
}
.indexcol a{
	color: #000000;
}
a.indexcol:hover,
.indexcol a:hover	
{
	color: #E50083;
}
.indexcol .contenthead {
	font-size: 20px;
}
.bottom {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
	width: 950px;
	background-color: #CCCCCC;
	clear: both;
}
.bottomsub , .bottomsub a{
	color: #000000;
}
.back{
	float:right;
}.error {
	color: #FF0000;
}
.onderschrift {
	color: #E50083;
	font-size: 10px;
	float: right;
	text-align: right;
}
.subkop {
	font-size: 18px;
	color: #000000;
}

div.programmaitem{
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	float:left;
	background-color: #D6D6D6;
}

div.timelinecontainer{
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
	background-color: #FFFFFF;
	
}

div.programmaitem_expand {
	margin:0px;
	padding:5px;
	background-color: #FFFFFF;
	border: medium double rgb(200,200,200);
	filter:alpha(Opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85; 	opacity:0.85;
	font-size: 12px;
	color: #000000;
}

a.programma {
	color: #000000;
}
a.programma:hover,
.programma a:hover	
{
	color: #E50083;
}

a.programmanaam {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a.programmanaam:hover,
.programmanaam a:hover	
{
	color: #E50083;
}
.p-hoofdloc {
	background-color: #9AAE93;
	color: #FFFFFF;
}
.p-subloc {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9AAE93;
	border-right-color: #9AAE93;
	border-bottom-color: #9AAE93;
	border-left-color: #9AAE93;	
}
.p-dagrow{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9AAE93;
}
.progitem {
	height: 170px;
	width: 120px;
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}
.progsubkop {
	clear: both;
	width: 508px;
	background-image: url(images/stippel_midden.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.break {
	clear: both;
}
.indextop #2010 {
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 2;
}
#contentcontainer .popup {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E50083;
	position: relative;
	margin-left: 18px;
	float: left;
	width: 704px;
	text-align: left;
	padding: 5px;
}
.popup a {
	color: #000000;
}
