body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
	background-attachment: fixed;
	margin: 0 0 0 0;
}
span {
	color: #000000;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #003366;
	border-bottom: 1px dashed #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #000;
	border: 0;
}
h1 {
	font-size: 19px;
	border-bottom: 1px solid #FFCC00;
	margin: 3px 0;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	margin: 5px 0px;
	background-color: #FFCC00;
	padding: 2px 1px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #003366;
}
h3 {
	font-size: 14px;
	margin: 0 2px;
	color: #003366;
}
h4 {
	font-size: 11px;
	margin: 1px 3px;
}
input,select,textarea {
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
.class1 {
	background-color: #EAEAEA;
}
.class2 {
	background-color: #fff;
}
.bordertop {
	border-top: 1px solid #ccc;
}
.groen {
	color: #009900;
}
.rood {
	color: #990000;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
ul.lijst {
	list-style: none;
	margin: 5px 0px 5px 5px;
	padding: 0;
	width: 95%;
}
ul.lijst li {
	height: 18px;
	padding: 2px 0 0 2px;
	width: 90%;
	display: block;
}
ul.lijst li a {
	padding: 2px 0 0 2px;
	color: #000000;
	height: 18px;
	display: block;
	border: 0;
}
ul.lijst li a:hover {
	background-color: #FFCC00;
	color: #003366;
}
#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 765px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#menu {
	width: 120px;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-top: 5px;
	height: 20px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#menu #abonnement {
	color: #FFF;
	background-color: #CC0000;
	font-weight: bold;
}
#menu li.head {
	margin-top: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 15px;
	color:#000;
	text-align: center;
	padding: 1px;
}
#menu li.lid {
	text-align: center;
	border: 0;
	margin-top: 5px;
	font-size: 10px;
	height: auto;
}
#menu li.lid a {
	background-color: #fff;
	color: #000000;
	height: auto;
}
#menu li.lid a:hover {
	background-color: #fff;
	color: #000000;
	height: auto;
}
#menu li.lid  a img{
	border: 1px solid #CCC;
}
#menu li.lid  a:hover img{
	border: 1px solid #000;
}
#menu a {
	color: #003366;
	border-bottom: 0;
	height: 18px;
	width: 98%;
	display: block;
	padding-top: 2px;
	margin-top: 1px;
	padding-left: 3px;
}
#menu a.active {
	color: #000;
	background-color: #EAEAEA;
	padding-left: 3px;
	width: 98%;
}
#menu a:hover {
	color: #FFF;
	background-color: #173D7B;
	padding-left: 3px;
	width: 98%;
}
#header {
	padding-top: 6px;
	height: 110px;
	background-image: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: 1px solid #CCC;
}
#header h1 {
	display: none;
}

#content {
	float: right;
	width: 635px;
}

#footer {
	border-top: 1px solid #000000;
	height: 10px;
	padding: 4px 3px 10px 3px;
	margin-top: 10px;
}
#footer ul {
	margin: 0;
	padding:0;
} 
#footer li {	
	font-size: 11px;
	float: left;
	margin: 0;
	margin-right: 3px;
	list-style: none;
}	
#navlist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	margin-bottom: 3px;
}
#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist a:link, #navlist a:visited {
	background: #EAEAEA;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 3px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#navlist a:link#current, #navlist a:visited#current {
	background: #fff;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-size: 12px;
}
#navlist a:hover {
	color: #000; 
	background: #CCC;
}
