

body {
	background-color:#cccccc;
	background-image:url(../images/bckgrndBIG.jpg);

}

/**********************************
* Wrapper
**********************************/
#wrapper {
	top: 12px;
	width: 800px; /* dit is de breedte van het middenvenster = totaal width van side en content*/
	margin: 0 auto;
	position: relative;
}

/**********************************
* content
**********************************/
#content{
	background-color:#ffffff;
	background-repeat:no-repeat;
	border:solid 1px #0033cc;
	top: 190px;
	left: 0px;
	width: 900px;
	height: 560px;
	position: absolute;
	overflow: hidden;
}

/**********************************
* topimage
**********************************/
#topimage {
	top: 5px;
	height: 160px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	background-image:  url(../images/header3.jpg);
	background-repeat: no-repeat;
	left: 0px;
	border:solid 1px #0033cc;	
}

/********************************
* Menu
*******************************/
#menu {
	position: relative;
	top: 165px;
	height: 24px;
	width: 900px;
	background-color: #ffffff;
	color: #0033cc;
	border:solid 1px #0033cc;
	z-index: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu a {
	color: #0033cc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu a:hover {
	color: #ff9900;
}

.menuItem {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border-right: 1px solid #0033cc;
}
.menuIcon {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	border-right: 1px solid #0033cc;
}
.firstel {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

.menuSubItem {
	position: absolute;
	top: 22px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:0px;
	background-color: #fff;
	color: #0033cc;
	visibility: hidden;
	list-style: none;
	border-bottom: 1px solid #0033cc;
}

.menuSubItem li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 2px;
	margin-top: 0px;
	margin-left: 0px;
	border-left: 1px solid #0033cc;
	border-top: 1px solid #0033cc;
	border-right: 1px solid #0033cc;
	width: 155px;
}



