body { 
		font-family: arial, helvetica; 
		background: #353535;
		font-size: 12px;
	}

table, td { font-size: 12px; }
	
#content {
	padding-top: 15px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 1.4em;
}
#content a { color: #000; text-decoration: underline; }
#content  a:hover { color: #000; text-decoration: underline; }

#mainwrapper {
	width: 780px;
	position: relative;
	top: 20px;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header { 
	background: url('../img/header.png'); 
	height: 202px; 
	width: 780px; 
}

#nav { 
	background: url('../img/nav1.png'); 
	background-color: #3A8D9D;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 13px;
	}
	
#nav a { 
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}
	
#nav a:hover { 
	color: #fff;
	font-weight: normal; /* BS: niet aankomen gvd */
	}

#menuelement { 
		background: url('../img/nav1.png'); 
		text-align: center; 
		font-size: 13px;
		background-color: #3A8D9D; 
		height: 20px; 
		padding: 7px;
	}
#menuelement:hover { 
		background: url('../img/nav2.png'); 
		background-color: #03596A; 
	}
	
#promoblok {
	position: relative;
	right: -410px;
	text-decoration: none;
    color: #888888;
    background: #f0f0f0;
    text-align: center;
    margin: 8px;
	padding: 5px;
	width: 250px;
    height: 4.3em;
	border: 2px solid #03596A; 
	-webkit-border-radius: 10px;  /* was 3*/ 
	-moz-border-radius: 10px;   /* was 3*/ 
	}

#promoblok a {
	display: block;
	text-decoration: none;
}

#promoblok a:hover {
	text-decoration: none;
}
	
#footer { 
	background: url('../img/footer.png'); 
	color: #000;
	font-size: 9xp;
	width: 780px; 
	height: 50px; 
	margin-left: auto;
	margin-right: auto;
}

#subfooter { 
	color: #9E9E9E;
	font-size: 6px;
	width: 780px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}


#subfooter a { 
	text-decoration: none;
	color: #9E9E9E;
	}