a 		{
	text-decoration:underline;
	color:#CCFF00;
	background-color:inherit;
}
a:hover {
	text-decoration: none;
	color:#CCFF00;
	background-color:inherit;
}
a img 	{border:0;}

h1 {font-size:2.0em;margin: 0 0 0.5em 0;}
h2 {font-size:1.5em;margin:0 0 0.5em 0;}
h3 {font-size:1.3em;margin:0 0 10px 0;}

body {
	margin:10px 0px 0px 0px;
	padding:0;
	background-color: #000033;
	background-image: url(images/background3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif, Calibri;
	font-size: 76%;
}

.main {
	margin:0 auto;
	width:760px;
	color:#CCCCCC;
	background-color: #000033;
}

.logo {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 30px;
}

.title {
	margin:20px 0px 30px 5px;
	padding:0 0px 0 10px;
	line-height:1.6em;
	text-align:right;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

.title p {
	width:400px;
	float:left;
	text-align:center;
	margin:0 0 0 0;
	font-size:0.8em;
	line-height:1.2em;
	color:#666666;
	background-color:#ffffff;
}

.nav {
	clear:left;
	float:left;
	width:150px;
	font-size:0.9em;
	border:1px solid #CCFF00;
	background-color: #000033;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.nav ul {	
	list-style:none;
	width:150px;
	margin:0px 0 0px 0;
	padding:0;
	font-size:1.1em;
}	

.nav li {
	margin-bottom:0px;
	margin-right:10px;
	margin-left:10px;
}

.nav li a {
	font-weight:bold;
	height:20px;
	text-decoration:none;
	display:block;
	color:#CCCCCC;
	background-color: #000033;
	background-image: url(images/rondje1.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 22px;
}	
	
.nav li a:hover {
	color:#000033;
	background-color: #CCFF00;
	background-image: url(images/rondje2.png);
	background-repeat: no-repeat;
	background-position: left;
}

.navimg {
	margin:0 auto 10px auto;
	border:dotted 1px #000;
	display:block;
}

.announcement {
	margin:40px 0 10px 0;
	padding:10px;
	width:130px;
	line-height:1.3em;
	color:#CCCCCC;
	background-color:#000033;
}

.textright {
	text-align:right;
}

.content {
	margin:0px 10px 40px 170px;
	padding:0 10px;
	text-align:left;
}

.content img {
	padding:0px;
	display:inline;
	border:1px solid #000000;
}

.footer {
	clear:both;
	margin:5px 0px;
	padding:5px 0 0px;
	width:760px;
	text-align:center;
	font-size:0.9em;
	color:#cccccc;
	background-color:inherit;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCFF00;
}

.footer a {
	text-decoration:none;
	color:#CCFF00;
	background-color:inherit;
}

.footer a:hover {
	text-decoration:underline;
}

.left {
	margin:10px 10px 5px 0;
	float:left;
}

.right {
	margin:10px 0 5px 10px;
	float:right;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.bold {
	font-weight:bold;
}

.w3c {
	float:none;
	text-align:center;
	margin-bottom: 10px;
}

.w3c img {
	margin:0px 10px 5px;
}

