@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg_1.jpg);
	background-repeat:repeat-x;
	background-color:#89bdee;
	color:#333333;
	font-family:Century Gothic;
	line-height:22px;
	font-size:13px;
	}
	
#wrapper{
	margin:0px auto;
	/*border:1px solid #CCCCCC;*/
	padding:5px;
	background-color:#FFFFFF;
	width:800px;
	z-index:2;
	}
	
#header{
	margin-top:0px;
	}
	
#menu{
	line-height:normal;
	margin-top:5px;
	background-color:#f8b334;
	text-transform:uppercase;
	}
	
#content{
	margin-top:0px;
	/*border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	padding:10px;
	}
	
#partners{
	float:right; 
	margin:0px 0px 10px 10px; 
	background-color:#F1F1F1; 
	/*background-image:url(images/bg_2.jpg); 
	background-repeat:repeat-x; */
	padding:10px;
	width:30%;
	}
	
#main{
	width:68%;
	}
	
#footer{
	line-height:normal;
	margin-top:10px;
	font-size:9px;
	padding:10px;
	}
	
a:link, a:active, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}
a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
	}
	
img{
	border:none;
	}
	
.thinBorder{
	border:5px solid #FFFFFF;
	}
	
.titel{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-decoration:underline;
	}

.melding{
	background-color:#cbeafe;
	border:1px solid #14a2d1;
	padding:10px;
	color:#14a2d1;
	font-weight:bold;
	width:500px;
	margin:10px 0px 10px 0px;
}

.btnBallon{
	margin-top:5px;
}

.programma{
	line-height:normal;
	font-size:13px;
	width:95%;
	}
.programma tr{
	}
.programma tr td{
	vertical-align:top;
	padding-top:10px;
	}
.tijdstip{
	font-weight:bold;
	width:60px;
	}
	
/********************************************** MENU **************************************************/
	
.underlinemenu{
font-weight: bold;
width: 100%;
font-size:12px;
font-family:Tahoma;
}

.underlinemenu ul{
padding: 6px 0px 6px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: white;
padding: 6px 10px 6px 10px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
/*border-right:1px solid white;*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
background-color:white;
color:#f8b334;
border-top:1px solid #f8b334;
border-bottom:1px solid #f8b334;
}
