html {
	height: 100%;
	padding: 0;	
	background: #390B3C url("images/bg.png") repeat-x;
	font: 11px "Arial", Sans-Serif;
}

body {
	min-height: 100%;
	width: 780px;
	background: #66267E;
	margin: 0 auto;
	padding: 0 0 0 8px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* Link opmaak */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {clear: both;}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#header {
	width: 771px;
	height: 239px;
	color: #fff;
	background: url("images/header_bg.jpg") no-repeat;
	font-size: 13px;
}
div#header a {color: #fff;}
ul#top {
	height: 20px;
	margin: 0 0 0 20px;
	padding: 16px 0 0 0;
	list-style: none;
}
ul#top li {
	float: left;
	margin: 0 40px 0 0;
}
ul#header-hoers {
	display: inline;
	float: right;
	margin: 4px 61px 0 0;
	padding: 0 4px 0 0;
	list-style: none;
}
ul#header-hoers li {
	float: left;
	margin: 0 3px;
}
div#header span {
	display: block;
	margin: 172px 0 0 15px;
}
/* /Header */

/* Left */
div#left {
	display: inline;
	float: left;
	width: 575px;
	margin: 0 20px 0 15px;
}
/* /Left  */

/* Content */
div#content {
	width: 769px;
	color: #39093a;
	background: url("images/content_bg.png") repeat-y;
	margin: 0 0 0 1px;
	font-size: 12px;
}
div#content a {color: #39093a;}

ul#hoers {
	width: 560px;
	background: #D48CE0 url("images/list_bg.png") repeat-x;
	margin: 10px 0 10px 7px;
	padding: 8px 0 0 0;
	list-style: none;
}
ul#hoers li {
	float: left;
	margin: 2px 6px;
}
ul#hoers li.last {
	float: none;
	width: 1px;
	height: 1px;
	clear: left;
}
/* /Content  */

/* Right */
div#right {
	float: left;
}
div#right .menu-head {
	width: 145px;
	height: 32px;
	background: url("images/menu-top.png") no-repeat;
}
div#right .menu-foot {
	width: 145px;
	height: 11px;
	background: url("images/menu-foot.png") no-repeat;
}
ul#menu {
	width: 143px;
	color: #fff;
	background: #39093A url("images/menu-body.png") bottom repeat-x;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul#menu li {
	height: 14px;
	/* background: url("images/star.png") 0 3px no-repeat; */
	margin: 0 0 0 17px;
	padding: 0 0 0 8px;
	list-style: none;
}
ul#menu li a {color: #fff;}
/* /Right  */

/* Footer */
div#footer {
	width: 769px;
	height: 11px;
	background: url("images/footer_bg.png") no-repeat;
	margin: 0 0 0 1px;
	clear: both;
}
/* /Footer  */