body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background:#cccccc;
	font: 0px Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}


#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width:950px;
	height:100%;
}


#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width:950px;
	height:125px;
	background-image:url(../afbeelding/header.jpg);
}

#logo{
	position:relative;
	left:25px;
	top:25px;
	width:250px;
	height:60px;
}

#content {
    position:relative;
	float:left;
	width:950px;
	background-color:#666666;
	height:100%;
	padding-bottom:50px;
}

#menu {
    position:relative;
	float:left;
	top:50px;
	width:230px;
	background-image:url(../afbeelding/menu.jpg);
}

#menu a {
width: 100%; 
height: 100%;
display: block;
text-decoration: none;
color:#000000;

}


#menuHeader{
	width:230px;
	height:25px;
	background-image:url(../afbeelding/menu_header.jpg);
}


#menuContent {
	width:100%;
	height:100%;
	color:#000000;
	font-size:14px;
}

.menuItem {
    position:relative;
	width:225px;
	height:30px;
	text-indent:25px;
	line-height:30px;
	text-decoration: none;

}

.menuItem a:visited {
	text-decoration: none;
}


.menuItem a:hover {
background-color: #cccc99;
width: 100%; 
height: 100%;

}



#menuFooter{
	width:230px;
	height:25px;
	background-image:url(../afbeelding/menu_footer.jpg);
}



#contentBlock {
	position:relative;
	float:left;
	top: 50px;
	left:25px;
	width:650px;
	background-color:#666666;
}

.contentItem {
	position:relative;
	width:650px;
	
}

.contentTitle {
	width:650px;
	height:40px;
	background-color:#ffffcc;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-indent:30px;
	line-height:40px;
}


.contentText {
	padding-top: 25px;
	padding-bottom:25px;
	width:650px;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
}




#footer {
	float:left;
	width:950px;
	height:125px;
	background-image:url(../afbeelding/footer.jpg);

}

#footerContent
{
	position:relative;
	width:950px;
	height:25px;
	top:60px;
}

#copyright{
    position:relative;
	float:left;
	left:50px;
	width: 300px;
}

#footerMenu{
    position:relative;
	float:right;
	width: 450px;
	right:50px;
	text-align:right;

}

#footerMenu a {
color:#FFFFFF;
text-decoration:none;
}

#footerMenu a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#footerMenu a:visited {
color:#FFFFFF;
}


a:link{
	color:#FFFFFF;
	text-decoration:underline;
	
}

a:visited {
  color:#FFFFFF;
}

a:hover {
	color:#FF9966;
}

img {
 border:0px;
}
