body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFc;
}
*{
	margin:0;
	padding:0;
}
p{
	margin-bottom:15px;
	padding:0;
}
a{
	color:#aaeeFF;
	font-weight:bold;
}
a:hover{
	color:#ffffcc;
}
ul, ol{
	margin:0 0 25px 50px;
}
a img{
	border:2px solid #aaeeFF;
}
ol li.music a{
	background:url('/img/musicalnote.gif') top right no-repeat;
	padding-right:13px;
}
h2{
	color:#ffc;
	font-weight:normal;
	margin-bottom:20px;
	font-size:21px;
}
h3{
	color:#ff6;
	font-weight:normal;
}
div#mp3player{
	padding-bottom:10px;
}
p.fotos img{
	margin-right:10px;
}
span.highlight{
	color:#aaeeFF;
	font-weight:bold;
}
/* NEWS */
div.newsitem {
	margin-bottom:20px;
	padding:10px 10px 20px;
	background:#2b1c0a;
	overflow:auto;
}

div.newsitem h3{
	margin-bottom:10px;
}

div.newsitem img{
	float:left;
	margin:0px 10px 0px 0px;
	border:0px;
}
div.newsitem p a, a.ext{
	background:transparent url('/img/extlink.png') no-repeat scroll right center;
	padding-right:12px;
}

div#divMessage{
	text-align:right;
}
div#divNieuwsbrief{
	text-align:right;
}
div#divNieuwsbrief table{
	text-align:right;
}
	


div#pager { padding:20px 0 100px 0;}
div#pager a{ display:block; background:#600; color:#fff; padding:3px 5px 3px 5px; text-decoration:none;}
div#pager a:hover{ color:#600; background:#222; color:#fff;}
div#pager #next{float:right;}
div#pager #prev{float:left;}


/* AGENDA */
ul#agenda{
	border-left:4px solid #fff;
	padding-left:20px;
}
ul#agenda strong{
	text-transform:uppercase;
	color:#aaeeFF;
}

ul#agenda a{
	background:transparent url('/img/extlink.png') no-repeat scroll right center;
	padding-right:12px;
	padding-left:2px;
	text-decoration:none;
	font-size:10px;
	color:#fff;
}
ul#agenda a:hover{
	color:#fff;
}


/*  LEFT */
#left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 442px; /*Width of frame div*/
	height: 100%;
	background:url('/img/foto.jpg') repeat-y bottom left;
}
#left ul{
	float:right;
	text-align:right;
	list-style-type:none;
	line-height:100%;
	margin:140px 0 0 0;
	padding:0px;
}
#left ul li{
	margin:0 13px 10px 0;
}
#left ul li a{
	background:none;
	margin:0;
	padding:3px 5px 3px 9px;
	font-size:10px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
#left ul li a:hover{
	background:#d9e5f1;
}
#left ul li a.active{
	background:#000;
	color:#fff;
}
#right {
	position: fixed;
	top: 0;
	left: 442px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background: url('/img/bg.gif') bottom fixed;
	line-height:175%;
}
.content {
	margin: 50px 50px 50px 20px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body { /*IE6 hack*/
	padding: 0 0 0 442px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #right { /*IE6 hack*/
	height: 100%;
	width: 100%;
}