@charset "utf-8";
body {
	background-color: #000000;
}

#box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9933FF;
	float: left;
	height: 100%;
	width: 100%;
}
#header {
	background-image: url(../images/kop.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 100%;
}
#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 100%;
}
#main {
	background-image: url(../images/sub.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 119px;
}
#left {
	float: left;
	height: auto;
	width: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#right {
	float: right;
	width: 40%;
	padding-right: 35px;
	margin-right: 0px;
}

.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 322px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg1.png) center center repeat-x;
}
a.bestelknop {
background:#9933FF;
color:#fff;
display:block;
text-align:center;
height:30px;
line-height:28px;
width:120px;
text-decoration:none;
}
a.bestelknop:hover {
background:#7b68ee;
color:#000;
}
