/* HTML Tags */
* { margin: 0px; padding: 0px; }
p { margin: 10px auto; text-align: justify; 	line-height: 18px; }
body { background-color: #FFFFFF; margin: 0px auto; text-align: center; font-size: 12px; font-family: Arial; color: #000000; }
#moving { width: 880px; height: auto; overflow: hidden; text-align: left; margin: 100px auto; }
#websites { width: 255px; height: 154px; padding: 35px 0px; float: left; background: url('../images/line-v.png') no-repeat right; }
#message { width: 495px;float: left; padding: 30px; }
#message .button { float: left; width: 295px; height: 42px; background: url('../images/buttons.png'); background-position: 0px -84px; border: 0px; cursor: pointer; }
#message .button:hover { background-position: 0px -42px; }
#message .button:focus { background-position: 0px 0px; outline: none; }

* {
	margin:0px;
}
body{
	font-family: verdana;
	font-size: 13px;
	line-height: 1.8em;
	background: url(../afbeeldingen/menu/background.gif) repeat-x;
	text-align: center;
	margin: 0px;
}
a {
	color:#7aad51;
	border:0px;
}
img {
	border:0px;
}
h1 {
	margin-top:15px;
	margin-bottom:15px;
	color:#7aad51;
	font-size:18px;
}
h2 {
	color:#7aad51;
	font-size:16px;
}
h3 {
	margin-top:5px;
	margin-bottom:5px;
	color:#7aad51;
	font-size:14px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}

/* classes */
.counter {
width:41px; 
height:40px; 
text-align:center; 
font-size:25px; 
border:1px solid #7e7e7e; 
background:url("../afbeeldingen/backgroundfield2.jpg");
}

.counter2 {
width:100px; 
height:40px; 
text-align:center; 
font-size:25px; 
border:1px solid #7e7e7e; 
background:url("../afbeeldingen/backgroundfield.jpg");
}

#wrapper {
	width: 1024px;
	height: auto;
	text-align: left;
	margin: auto;
}

#header{
	width:1024px;
	height:120px;
	text-align:center;
} 
	
.vink th {
	background-image:url(../afbeeldingen/vinkgroot.png);
	background-repeat:no-repeat;
	height:35px;
	width:50px;
}
.vink td {
	height:auto;
	width:200px;	margin:0px;
	font-weight:bold;
}
/* Menu balk */
#menu {
	margin-top: 1px;
	width: 1024px;
	height: 51px;
	text-align: center;
}
#menu ul {
	margin-left:50px;
}
#menu li {
	list-style: none;
	float: left;
}
#menu li a {
	height: 36px;
	width:120px;
	color: #FFFFFF;	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 14px;
	text-align: center;}
#menu li a:hover {
	font-weight: bold;
	background: url('../afbeeldingen/menu/menu_hover.gif');
}
#menu .scheiding {
	background: url('../afbeeldingen/menu/scheiding.png');
	width: 1px;
	height: 50px;
}/* Menu balk */#menuadmin {	margin-top: 1px;	width: 1024px;	height: 51px;	text-align: center;}#menuadmin ul {	margin-left:0px;}#menuadmin li {	list-style: none;	float: left;}#menuadmin li a {	height: 36px;	width:85px;	color: #FFFFFF;	font-size: 12px;	font-weight: bold;	text-decoration: none;	display: block;	padding-top: 14px;	text-align: center;}#menuadmin li a:hover {	font-weight: bold;	background: url('../afbeeldingen/menu/menu_hover.gif');}#menuadmin .scheiding {	background: url('../afbeeldingen/menu/scheiding.png');	width: 1px;	height: 50px;}


/* Inhoud */
#inhoud {
	width:1024px;
	margin:auto;
	height:70%;
	margin-bottom:100px;
}

#inhoudlinks{
	width:600px;
	margin-left:20px;
	height:auto;
	float:left;
	margin-bottom:100px;
}

#inhoudrechts {
	width:304px;
	height:auto;
	float:left;	margin-left:60px;
	margin-right:20px;
	margin-bottom:100px;
}

.textfield {
	width:300px;
	height:30px;
	font-size:20px; 
	border:1px solid #cccccc; 
	background:url("../afbeeldingen/backgroundtext.jpg");	
	padding-left:5px;
	font-family:verdana;	
}


