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

* 
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
hr
{
	border: 1px solid #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1
{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
}
h2
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
}
h3
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}
body 
{
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	background-color: #080808;
}
p {
	margin-bottom: 10px;
}
input 
{
	color: #FFFFFF;
	background-color:#666666;
	border: 1px solid #000000;
}
input[type=radio]
{
	background-color: #000000;
}
textarea
{
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	font-size: 12px;
}
select
{
	color: #FFFFFF;
	background-color:#666666;
	border: 1px solid #000000;
	width: 157px;
}
img
{
	border: 0;
}
/* achtergrond website */
#top
{
	background-image: url('/images/content-bg-top.png');
	background-repeat: no-repeat;
	width: 910px;
	height: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#wrap 
{
	background-image: url('/images/content-bg-center.png');
	background-repeat: repeat-y;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#bottom
{
	background-image: url('/images/content-bg-bottom.png');
	background-repeat: no-repeat;
	width: 910px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* achtergrond website */

/* header */
#header
{
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	width: 894px;
	height: 196px;
	margin-left: auto;
	margin-right: auto;
}
#headerlogowrap
{
	float: left;
	width: 400px;
	height: 196px;
}
#headerlogo
{
	background-image: url('/images/header-logo.png');
	background-repeat: no-repeat;
	position: relative;
	top: 57px;
	left: 15px;
	width: 367px;
	height: 104px;
	display: block;
	text-decoration: none;
}
#terugbelwrap
{
	float: right;
	width: 290px;
	height: 196px;
}
#terugbel
{
	position: relative;
	top: 145px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
}
.terugbelleft
{
	background-image: url('/images/terugbel-left.png');
	background-repeat: no-repeat;
	float:left;
	height: 24px;
	width: 5px;
}
.terugbelcenter
{
	background: none;
	background-image: url('/images/terugbel-center.png');
	background-repeat: repeat-x;
	padding: 6px;
	height: 12px;
	border: 0;
	float:left;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
}
.terugbelright
{
	background-image: url('/images/terugbel-right.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	float:left;
}
.terugbelpijl
{
	background: none;
	background-image: url('/images/terugbel-pijl.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 20px;
	border: 0;
	float:left;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
}
/* /header */

/* menu */
#menu
{
	background-image: url('/images/menu-bg.png');
	background-repeat: repeat-x;
	height: 37px;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 10px;
}
#menu .hoofda 
{
	height: 37px;
	display:block;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	float: left;
	min-width: 10px;
}
#menu .hoofda .menuleft
{
	float: left;
	width: 10px;
	height: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#menu .hoofda:hover .menuleft, #menu .active .menuleft
{
	background-image: url('/images/menu-hover-left.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu .hoofda .menucenter
{
	float: left;
	min-width: 10px;
	height: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#menu .hoofda:hover .menucenter, #menu .active .menucenter
{
	background-image: url('/images/menu-hover-center.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu .hoofda .menuright
{
	float: left;
	width: 10px;
	height: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#menu .hoofda:hover .menuright, #menu .active .menuright
{
	background-image: url('/images/menu-hover-right.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu .submenu
{
	background-image: url('/images/submenu.png');
	background-repeat: repeat;
	display: block;
	text-decoration: none;
	border: 1px solid #2b2232;
	margin-bottom: 1px;
	padding: 5px;
	
}
#menu .submenuplus
{
	background-image: url('/images/submenuplus.png');
	background-repeat: repeat;
	display: block;
	text-decoration: none;
	border: 1px solid #2b2232;
	margin-bottom: 1px;
	padding: 5px;
	
}
#menu .submenu:hover, #menu .submenuplus:hover
{
	color: #893ec5;
	cursor: pointer;
}
#menu .submenuholder
{
	display: none;
	position:absolute;
	float: left;
	top:0px;
	left:0px;
	width:140px;
}
/* /menu */

/* content */
#content
{
	background-image: url('/images/content-bg-center.png');
	background-repeat: repeat-y;
	width: 870px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* /content */

/* footer */
#footer
{
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	width: 894px;
	height: 172px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footerwrapleft
{
	float: left;
	width: 580px;
	height: 124px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}
#footerwrapright
{
	float: right;
	width: 290px;
	height: 100px;
}
#footerwrapbottom
{
	float: left;
	width: 890px;
}
#footerlogo
{
	background-image: url('/images/footer-logo.png');
	background-repeat: no-repeat;
	position: relative;
	top: 40px;
	left: 60px;
	width: 200px;
	height: 54px;
}
/* /footer */
/*
div 
{
	border: 1px solid yellow;
}
*/