body {
background-color:#000000;
margin:0px;
padding:0px;
overflow:-moz-scrollbars-vertical;
}

/* basis */

* {
margin:0px;
padding:0px;
}

td, div, th, span {
	vertical-align:top;
	border:0px solid #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

#wrapper {
	margin:auto;
	width:960px;
	border-style:solid;
	border-width:0px ;
	}

#header {
	height:150px;
	background-image:url(../images/header.jpg);
	}

#topmenu {
	height:25px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/topmenu.jpg);
	}
	
#left{
	float:left;
	width:60px;
	height:390px;
	overflow:hidden;
	background-image:url(../images/left.jpg);
	}

#center{
	float:left;
	width:840px;
	height:390px;
	overflow:hidden;
	background-image:url(../images/center.jpg);
	}

#right{
	float:left;
	width:60px;
	height:390px;
	overflow:hidden;
	background-image:url(../images/center.jpg);
	}
	

#footer{
	height:24px;
	padding-top:6px;
	text-align:center;
	background-image:url(../images/footer.jpg);
	clear:both;
	}


/* opsommingen */

ul,
ol {
margin-left:20px;
margin-bottom:15px;
}

ul li {
list-style-type:square;
}

/* afbeeldingen */

img {
border:none;
}

/* invoervelden */

input {
width:200px;
border:1px solid #808080;
background:none;
color:#333333;
}

textarea {
width:200px;
border:1px solid #808080;
color:#333333;
}

.footer{
font-size:8px; 
line-height:18px; 
background:transparent; 
color:#c3d941; 
font-family: verdana; 
text-transform: uppercase; 
text-align: center; 
}

.menu { 
font-size:11px; 
line-height:18px; 
background:transparent; 
color:#c3d941; 
font-family: verdana; 
font-weight: bold; 
text-transform: uppercase; 
text-align: center; 
}

button,
.button {
width:200px;
border:1px solid #808080;
background:none;
background-color:#004c9;
color:#333333;
}

/* links */

a:link {
color:#c3d941;
text-decoration:none;
}

a:visited {
color:#c3d941;
text-decoration:none;
}

a:hover {
color:#ed1c24;
text-decoration:none;
}

a:active {
color:#c3d941;
text-decoration:none;
}

/* opmaak */

.bold {
font-family: verdana; 
font-size:12px;
line-height:16px;
color:#c3d941;
}

.tabel {
font-family: verdana; 
font-size:12px;
line-height:12px;
color:#FFFFFF;
}

P {
font-family: verdana; 
font-size:12px;
line-height:16px;
color:#FFFFFF;
margin-bottom:15px;
}

H1 {
color:#c3d941;
font-family: verdana; 
font-size:14px;
line-height:20px;
font-weight:bold;
font-style:normal;
}

.center {
	font-family: verdana;
	font-size:12px;
	line-height:16px;
	color:#c3d941;
	text-align: center;
}

