/*  

Theme Name: Vendermill

Theme URI: http://www.robbyvandermeulen.nl

Description: Beste wordpress-thema van het universum en daar voorbij.

Version: 2.0

Author: Robby van der Meulen

Author URI: http://www.robbyvandermeulen.nl



*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, img{
	font-weight: normal;
	margin: 0;
	border-style: none;
}

html, body{
	height: 101%;
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-attachment: scroll;
	color: #777;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 7px 0;
	color: #df6826;
	text-decoration: none;
}

h3 {
	font-size: 10px;
	margin: 0 0 20px 0;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 13px;
	font-style: italic;
	padding: 0 0 10px 0;
	margin-top: -12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #828d25;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #566b80;
	font-weight: bold;
}

p {
	padding: 0 0 10px 0;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}


/* ----------- WRAPPER -------------*/

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 980px;
	heigth: 101%;
	text-align: left;
}


/* ----------- HEADER -------------*/

#header{
	position: relative;
	top: 40px;
	left: 0px;
	width: 980px;
	height: 140px;
	padding: 0;
	margin: 0;
	background-image: url(images/header_bg.gif);
	overflow: hidden;
}

#buttonhome a{
	position: relative;
	float: left;
	display: block;
	height: 140px;
	width: 214px;
	border-style: none;
	margin: 0 0 0 60px;
	background: url('images/button_home.gif') no-repeat 0 0;
}

#buttonhome a:hover{
	background: url('images/button_home.gif') no-repeat 0 -140px;
}

#buttongroep3 a{
	position: relative;
	float: left;
	display: block;
	height: 60px;
	width: 115px;
	border-style: none;
	margin: 40px 0 0 66px;
	background: url('images/button_groep3.gif') no-repeat 0 0;
}

#buttongroep3 a:hover{
	background: url('images/button_groep3.gif') no-repeat 0 -60px;
}

#buttongroep4 a{
	position: relative;
	display: block;
	height: 60px;
	width: 118px;
	float: left;
	border-style: none;
	margin: 40px 0 0 40px;
	background: url('images/button_groep4.gif') no-repeat 0 0;
}

#buttongroep4 a:hover{
	background: url('images/button_groep4.gif') no-repeat 0 -60px;
}

#buttonmail a{
	position: relative;
	display: block;
	height: 100px;
	width: 153px;
	float: left;
	border-style: none;
	margin: 20px 0 0 154px;
	background: url('images/button_mail.gif') no-repeat 0 0;
}

#buttonmail a:hover{
	background: url('images/button_mail.gif') no-repeat 0 -100px;
}


/* ----------- CONTAINER -------------*/

#container{
	postion: relative;
	float: left;
	width: 980px;
	height: auto;
	margin: 40px 0 0 0;
}


/* ----------- VELD -------------*/

#kolomlinks {
	postion: relative;
	float: left;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}

#kolommidden {
	postion: relative;
	float: left;
	width: 330px;
	height: auto;
	margin: 0;
	padding: 40px 10px 0 40px;
}

#kolomlinks {
	postion: relative;
	float: left;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}

/* ----------- FOOTER -------------*/

#footer{
	height: 18px;
	width: 500px;
	clear: both;
	float: left;
	padding: 22px 80px 50px 80px;
	background-image: url(images/footer_bg.png);
	overflow: hidden;
}

#footer p{
	line-height: 18px;
}