body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color:#000000;
	background-color: #DFC0C0;
	font-family: Verdana;
	font-size: 100.01%;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
#box {
	width: 1100px; /* Staat goed , bovenste box links naar rechts verschuiven, 1100*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 1px;
	margin-top: 0px;
	
	position: relative;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover{
	text-decoration:none;
	border-bottom: 1px dashed #ffffff;
}
#title {
	background-color: #990000;
	width: 1078px;/* Staat goed */
	margin: -1px 0px 0px 11px;
	padding: 1px;
	border-bottom:2px solid white;
	height: 30px;
}
#title h1 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 20px;
	
	text-align: center;
	font-style: oblique;
	font-variant: normal;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#header {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	width: 1100px;/* Staat goed 1100 */
	height: 77px;
	margin: 1px 0px 0px 11px;
	padding: 1px 1px 1px 0px;
}
#top-nav{
	width:1079px; /* Staat goed */
	margin-left:11px;/* 11 */
	background-color : #B10302;
	height : 30px;
	font-size: 80%;
	border-top : 2px solid #FFFFFF;
	padding: 0px;
	margin-top: -3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}
#top-nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
}
#top-nav li a{
	color : #FFFFFF;
}
#top-nav li a:hover{
	color : #ffffff;
	text-decoration: none;
}
#main {
	font-family:Verdana;
	font-size: .72em;
	line-height: 1.7em;
	padding: 14px;
	color:#FFFFFF;
	margin:0px 0px 0px 40px;
	border: thin none #FFFFFF;
	text-align:left;
	width: 740px;/* Staat goed , hier staat de tekst midden, 777*/
	float: left;
}
#main p {
	padding-left: 20px;
	padding-right: 15px;
}
#main h1 {
	text-transform:uppercase;
	
	color: #FF9900;
	text-align:left;
	font-size: 110%;
	
	
}
#main h2 {
	text-transform:uppercase;
	
	color:#FFFFFF;
	text-align:left;
	font-size: 80%;
	
	
}
#right-menu {
	width:280px; /* Staat goed, menu recht  rechtermenu verschuiven  290*/
	margin:0px 0px 0px 3px;
	border: 2px none #FFFFFF;
	padding: 0px;
	float:left;
}
#right-navlist {
	width: 90%;
	font-size: 80%;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	padding:0;
	list-style-type: none;
	border: 1px none #BB7D88;
	color: #02486C;
}
#right-navlist a {
	width: 90%;
	display: block;
	border-bottom: 1px solid #D3ADB4;
	text-align: left;
	text-decoration: none;
	color: #02486C;
}

#right-navlist a#current, #right-navlist a:hover{
	background-color: #FFFFFF;
}
#right-navlist a:visited { 
	color: #02486C;
}
.sideheader {
	background-color: #DC0000;
	color: #FFFFFF;
	font-size:15px;
	margin-top:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#more-info {
	font-size: 0.75em;
	line-height: 130%;
}
#footer {
	margin-left: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	text-align: center;
	color: #02486C;
	clear:both;
	width:75%;
}
#footer a:link, #footer a:visited {
	
}
#footer a:hover {
	border-bottom: 1px dashed #02486C;
}
