/* CSS Document */

strong{
	font-weight: bold;
}

/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	background: #eeeeee url('/img/background.jpg') no-repeat top center fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #666;
}

a {
	color: #4f22b3;
	text-decoration: none;
	cursor:pointer;	
}
a:hover {
	text-decoration: underline;	
}

span.none { position: absolute; left: -9999px; }

.right{ float: right !important; }
.bold { font-weight: bold; }

#container{
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#container-top{
	width: 900px;
	padding: 0 10px;
	overflow: hidden;
	background: url('/img/container-top-background.png') repeat-y;
}

#container-bottom{
	width: 900px;
	height: 20px;
	padding: 0 10px 10px;
	overflow: hidden;
	background: url('/img/container-bottom-background.png') no-repeat bottom center;
}

#container-footer{
	width: 900px;
	padding: 5px 10px;
	overflow: hidden;
}

/* Top */
#top-menu{
	width: 890px;
	height: 25px;
	margin: 0 5px;
	float: left;
	background: #4f22b3;
}

#top-menu ul{
	height: 25px;
	float: right;
}

#top-menu ul li { float: left; }
#top-menu ul li a {
	height: 20px;
	padding: 5px 10px 0 12px;
	float: left;
	background: url('/img/top-menu-devider.gif') repeat-y top left;
	font-size: 1.1em;
	color: #fff;
	line-height: normal;
}

/* Header */
#header{
	width: 890px;
	height: 225px;
	margin: 0 5px 5px;
	float: left;
	background: url('/img/header.jpg') no-repeat;
}

#header .logo-holder{
	width: 295px;
	height: 75px;
	margin: 75px 0 0;
	padding: 0 595px 0 0;
	float: left;
	background: url('/img/header-logo-background.png');
}

/* Lichtkrant */
#lichtkrant{
	width: 890px;
	height: 18px;
	float: left;
	font-size: 1.1em;
	color: #666;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#lichtkrant .overlay { width: 30px; height: 15px; position: absolute; overflow:hidden; }
#lichtkrant .overlay-left 	{ left: 0; top: 0; background: url(/img/lichtkrant-overlay.png) no-repeat; }
#lichtkrant .overlay-right 	{ right: 0; top: 0; background: url(/img/lichtkrant-overlay.png) no-repeat -30px 0; }

/* content */
#content{
	width: 900px;
	float: left;
}

/* Beursticker */
#beursticker{
	width: 890px;
	height: 19px;
	margin: 5px 5px 0;
	padding: 6px 0 0;
	float: left;
	background: #4f22b3;
	font-size: 1.1em;
	color: #fff;
	line-height: normal;
	overflow: hidden;
	position: relative;
}

#beursticker a {
	color: #FFFFFF;
}

#beursticker .overlay { width: 25px; height: 25px; position: absolute; overflow:hidden; }
#beursticker .overlay-left 	{ left: 0; top: 0; background: url(/img/beursticker-overlay.png) no-repeat; }
#beursticker .overlay-right { right: 0; top: 0; background: url(/img/beursticker-overlay.png) no-repeat -25px 0; }

/* Minisitemap */
#minisitemap{
	width: 900px;
	margin: 0 0 5px;
	float: left;
}

#minisitemap ul{
	float: left;
}

#minisitemap ul li { float: left; }
#minisitemap ul li a {
	padding: 5px 5px 0;
	float: left;
	font-size: 1.1em;
	line-height: normal;
}

/* Footer */
#footer{
	width: 890px;
	margin: 0 5px 5px;
	float: left;
}

#footer div{
	float: left;

	font-size: 1.1em;
	line-height: normal;
}

#footer div a{ color: #666; }
#footer div a:hover{ color: #4f22b3; }

/*Zoeken*/

div#searchForm {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 3px;
	}
input.zoekinput {
	background-color:#a791d9;
	border: solid 1px #3f1b8f;
	width: 100px;
	height: 15px;
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 7px;
	-moz-border-radius:5px 5px 5px 5px;
	}
