@charset "UTF-8";
/* CSS Document */

/* algemene css opbouw */
*
{
	padding				: 	0px;
	margin				: 	0px;
}

body{
	margin-top:30px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#593a28;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#wrap{
	
	height: auto;
	width: 960px;
	margin: 0 auto;
	background-color: #040149;
}

#logo{
	background-color: #fff;
	float: left;
	height: 210px;
	width: 230px;
}

#header{
	background-color:#fff;
	display: block;
	height: 210px;
	width: 960px;
	margin:0;
	padding:0;
}

h1{
margin:0;
padding:0;}

#nieuwsblok{
	background-repeat:no-repeat;
	float: right;
	height: 210px;
	width: 720px;
}

#fotospinnen{
	height: 60px;
	width: 960px;
	background-image: url(../images/banner_spinnen.jpg);
	background-repeat: no-repeat;
}

#subheader{
	height: 60px;
	width: 960px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#content{
	height: 100%;
	width: 960px;
}
/* alle heights*/
#menu{
	background-color: #040149;
	float: left;
	height: 100%;
	width: 240px;
}

#rightcontent{
	background-color: #FFFFFF;
	float: right;
	height: 100%;
	width: 720px;
	padding-bottom: 10px;
}
/* alle heights*/
#clear{
	clear: both;
}

#footer{
	height: 60px;
	width: 960px;
	background-image: url(../images/subheaderbg.gif);
	background-repeat: repeat-y;
}

h2{
	color: #FFFFFF;
	text-align: center;
	margin-left: 220px;
	font-size: 21px;
	padding-top: 4px;
	font-weight: bold;
	font-style: italic;
}

#menu ul{
	list-style-type: none;
	display: block;
	margin-left: 25px;
	margin-top: 35px;
	margin-bottom: 25%;
}
#menu li{
	display: block;
	height: 30px;
}

a.menu{
	color: #FFFFFF;
	height:30px;
	text-decoration: none;
	font-size: 17px;
	background-image: url(../images/blank.gif);
	text-indent: 35px;
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
}

a.menu:hover{
	text-decoration: none;
	color:#b7a4cc;
	line-height:20px;
	height:30px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	text-indent: 35px;
	display: block;
	padding-top: 6px;
}

#blok {
	height: auto;
}

h6{
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 40px;
	margin-left: 15px;
	color: #040149;
}

h5{
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 20px;
	margin-left: 15px;
	font-weight: bold;
	font-style: normal;
	color: #8E9814;
	text-decoration: underline;
}

h3{
	font-size: 13px;
	margin-bottom: 7px;
	margin-top: 20px;
	margin-left: 15px;
	font-weight: normal;
	font-style: normal;
	color: #95583B;
	text-indent: 15px;
}


p{
	line-height: 19px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.colofon{
	color: #fff;
	font-style: normal;
	font-size: 12px;
	position: absolute;
	text-align: center;
	display: block;
	width: 710px;
	margin-top: 3px;
	margin-left: 245px;
}

.paars{
	color: #b7a4cc;
}

a.links{
color:#000;
text-decoration:underline;
}

a.links:hover{
	color:#8E9814;
	text-decoration:underline;
}
#rightcontent ul{
	margin-left: 50px;
}

#rightcontent li{
	line-height: 20px;
	list-style-type: disc;
	margin-right: 15px;
}

#vvnform{
	background-color: #eff0f1;
	padding-left: 6px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
input, textarea{
	background-color: #8E9814;
}
.verzend, .verzend2{
	height: 30px;
	width: 100px;
	font-size: 13px;
}
.geenbol  {
	list-style-image: none;
	list-style-type: none;
}
.datum {
	font-style: italic;
	font-size: 12px;
}
.geenwit {
	margin-bottom: 2px;
}
.bedankt {
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
#media {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #9FA617;
	padding-top: 15px;
	padding-bottom: 5px;
}

#media a{
color: #9FA617;
text-decoration:none}

#media a:hover{
color:#FFFFFF;
text-decoration:underline;
}
