body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #005696;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.content
{
	background-color: Fuchsia;
	height: 335px;
	width: 400px;
	position: relative;
	left: 100px;
	top: 0px;
}
.subcontent
{
	position: relative;
	width: 380px;
	left: 10px;
	top: 40px;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #005696;
	text-decoration: none;
}
.contentimage{
    width:320px;
}
.pictureborder{
	border-style: solid;
	border-top-color: #3108FF;
	border-bottom-color: #3108FF;
	border-left-color: #3108FF;
	border-right-color: #3108FF;
	border-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.header{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	width: 400px;
}
.contraheader{
	color: White;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width: 320px;
	height: 20px;
	background-color: #6093E7;
	border-style: solid;
	border-top-color: #3108FF;
	border-bottom-color: #3108FF;
	border-left-color: #3108FF;
	border-right-color: #3108FF;
	border-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
}
a:link {
	color: #000000;
	font-size: 12px;
}
a:visited {
	color: #000000;
	font-size: 12px;
}
.bgl {
	background-image: url(../images/bgl.jpg);
	background-repeat: repeat-x;
}
.bgr {

	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-x;
}
.bg {
	background-image: url(../images/background.jpg);
}
.footer
{
	position: relative;
	left: 500px;
	top: 20px;
	width: 200px;
	height: 10px;
	font: larger Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003255;
}

.glossymenu{
	position: relative;
	left: 125px;
	top: 10px;
	margin: 5px 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border: 1px solid Blue;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: Blue;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}

.scheidingslijn
{
	color: #FF9900;
}
