@charset "UTF-8";
/* CSS Document */

body, html {
	padding:0;
	margin:0;
	background:#e8ece9 url(../images/background.png) repeat-x;
	font-family:Times, "Times New Roman", serif;
	max-height:100%;
	height:100%;
	font-size:12px;
	overflow:hidden;
}

img {
	border:0;
}

a, a:hover {
	color:#000;
	cursor:pointer;
}

* h1 {
	margin:0;	
}

div#wrapper {
	position:relative;
	width:900px;
	height:100%;
	margin:0 auto 0;
	z-index:0;
}
div#wrapper div {
	float:left;
}
div#wrapper div#menu {
	width:200px;
	margin-top:18px;
}

div#wrapper div#menu a {
	width:200px;
	display:block;
	padding-bottom:10px;
	line-height:inherit;
	text-decoration:none;
}

div#wrapper div#menu a span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	display:block;
}

div#wrapper div#menu a span.hover {
	color:#FFF;
}

div#wrapper div#content {
	width:460px;
	padding:0 0 0 10px;
	margin-top:18px;
}
div#wrapper div#sidebar {
	width:230px;
	margin-top:18px;
	line-height:15px;
}

div#wrapper div#sidebar div#sidebarScroll {
	position: relative;
	width: 100px;
}

div#wrapper div#sidebar span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	display:block;
	margin-top:-1px;
}

div#wrapper div#sidebar img {
	padding:10px 0 10px 0;
	display:block;
}

div#footer {
	position:absolute;
	bottom:0;
	margin:0 auto 0;
	width:100%;
	height:236px;
	background:url(../images/footer.png) center;
	z-index:100;
}
div#bottom_menu {
	position:absolute;
	width:900px;
	height:236px;
	left:50%;
	margin-left:-450px;
	bottom:0;
	z-index:200;
}
div#bottom_menu div#bottom_menu_items {
	position:absolute;
	bottom:20px;
	color:#77787b;
}
div#bottom_menu div#bottom_menu_items a {
	color:#77787b;
	text-decoration:none;
}
div#bottom_menu div#logo {
	position:absolute;
	bottom:0;
	right:0;
}
div#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:1000;
	display:none;
	cursor:pointer;
	
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */

}
div#flvplayer_utrecht, div#flvplayer_optreden, div#flvplayer_campagne, div#flvplayer_teveelteleuk {
	position:absolute;
	top:50%;
	left:50%;
	width:640px;
	height:300px;
	z-index:2000;
	margin-left:-320px;
	margin-top:-150px;
	display:none;
	cursor:pointer;
}

div#flvplayer_domstunt {
	position:absolute;
	top:50%;
	left:50%;
	width:512px;
	height:288px;
	z-index:2000;
	margin-left:-256px;
	margin-top:-144px;
	display:none;
	cursor:pointer;
}
div#flvplayer_bezoekers, div#flvplayer_bewoners, div#flvplayer_studenten {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:282px;
	z-index:2000;
	margin-left:-160px;
	margin-top:-120px;
	display:none;
	cursor:pointer;
}