body {
	font-size: 12px; 
	font-family:"Verdana";
	
	margin: 0px;
	color: #333333;
	
	background: #FFFFFF;
	background-image: url('../images/texture.jpg');
	background-position: center;
	background-repeat:repeat-y;
}

#containerAll {
	margin: 0 auto 0 auto;
	padding-left: 3px;
	width: 950px;
	min-width: 950px;
	z-index: 1;
}
.leftsize {
	width: 210px;
}
.rightsize {
	width: 660px;
}

.button { cursor: hand; cursor: pointer; }
.floatleft {	float: left; }
.floatright { float: right; }
.floater { width: 100%; height: 1%;  }
.floater:after { 
	 clear: both;
	 height: 0;
	 visibility: hidden;
	 content: ".";
	 display: block;
}
.block { display: inline-block; }
.middle { margin-left: auto; margin-right: auto; }
.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.margintop { margin-top: 10px; }
.marginright { margin-right: 10px; }
.marginbottom { margin-bottom: 10px; }
.marginleft { margin-left: 10px; }
.border { border: 1px solid #333333; }
.noborder { border: 0px; }

/* LOGO */
#logo {
	height: 250px;
	width: 210px;
	background-image: url('../images/logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}	
	
/* MENU */
#sitemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitemenu ul li{
	margin: 0 0 2px 5%;
	padding-top: 1px;
	width: 90%;
	display: block;
	border: 1px solid #008000;
}
#sitemenu a{
	margin: 0px;
	width: 100%;
	color: #333333;
	display: block;
	padding: 3px 0 2px 0;
	text-decoration: none;
	font-size: 14px;
}
#sitemenu ul li:hover {
	margin: 0 0 2px 0;
	width: 100%;
}
#sitemenu ul li:hover a {
	width: 100%;
	background: #F2FFF5;
	color: #000000;
}
#sitemenu .home {
	font-size: 16px;
}

/* INDEX */
.indexbutton{
	display: block;
	width: 100%;
	height: 100%;
}

/* BANNER */
#banner {
	margin: 40px 0 10px 0;
	width: 650px;
	height: 200px;
}

/* CONTENT */
.intro {
	font-size: 15px;
	color: #333333;
}
#main a{
	color: #333333;
	text-decoration: none;
}
#main a:hover, .intro:hover {
	color: #008000;
}
.noborder {
	border: 0px;
}



/* CONTACT */
fieldset
{
	border: 0px;
	margin: 0px;
}
label {
	width: 150px;
	display: block;
	float: left;
}
.cursief {
	color: #333333;
	font-style: italic;
	border: 1px solid #333333;
	margin-bottom: 3px;
}

.knop {
	border: 1px solid #ffffff;
	color: #333333;
	background: #FFFFFF;
	font-weight: bold;
}

.footertop {
	margin-top: 40px;
}
.wd {
	font-size: 9px;
	color: #008000;
}

.wd a {
	color: #008000;
	text-decoration: none;
}

.wd a:hover {
	text-decoration: underline;
}
