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

* {
	margin-top: 0;
}

body
{
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container
{
	width: 806px;
	margin: 0 auto;
}
#toplaag
{
	height: 83px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
#toptekst
{
	padding-top: 57px;
	text-align: right;
	font-variant: small-caps;
	font-size: 11px;	
}

.clear{
	clear: both;
}
p{
	font: verdana;
	font-size: 12px;
}
h1{
	font-size: 16px;
	color: #773b78;
}
h2{
	font-size: 12px;
	color: #FF0000;
	margin: 5px 0 5px 0;
}
h3{
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	margin: 0;
}
/* Menu */
.horizontalcssmenu{
width: 806px;
height: 25px;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}


.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
display: block;
padding: 3px 20px 0 0;
text-decoration: none;
color: #000;
font: bold 12px Arial;


}


.horizontalcssmenu ul li a{

color: #FFF;
text-decoration: none;
}
	

.horizontalcssmenu ul li a:hover{
color: #000000;
text-decoration: none;
}


/* center */

#back_img{
	float: right;
	height: 91px;
}

/*  Content */


#content_left{
	padding: 10px;
	float: left;
	background-color: #afaeae;
}
#content_right{
	padding: 25px;
	width: 570px;
	float: right;
	background-color: #e6e6e6;
	background-image: url(img/hoek.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*  footer */
#footer{
	font: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	clear: both;
	color: #773b78;
}
/*contact*/

#contactform{
	width: 350px;

}
.vlakken{
  font-family: Arial;
  font-size: 7pt;
  font-weight: bold;
  height: 10px;
  width: 220px;
  color: #000;
  
}

.vlakkenb{
  font-family: Arial;
  font-size: 7pt;
  font-weight: bold;
  height: 50px;
  width: 220px;
  color: #000;

}

.vlakkenc{
  font-family: Arial;
  font-size: 7pt;
  font-weight: bold;
  height: 16px;
  width: 226px;
  color: #000;

}

.zoekbutton {
	background-image: url(img/knop.gif);
	background-color:#3bc3eb;
	width: 99px;
	height: 18px;
	margin-top: 30px;
	padding-left: 10px;
	font-family: Arial;
	color: #4d1c6d;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	cursor: hand;
	border: none;
}

.contact_right {
	float: right;
	color: #000

}

.contact_left {
	float: left;
	color: #000;
	width: 100px;
	text-align: right;
}
