BODY {
   background-image: url(../images/bg.gif);
   background-position: top left;
   background-repeat: repeat-x;
   
   background-color: #666666;
   text-align: center;
   
   padding-top: 25px;
}

* {
   font-family: Verdana;
   font-size: 12px;
}
h1 {
   font-size: 13px;
   color: #739C42;
}
h2 {
   font-size: 12px;
   color: #703907;

}
hr {
	color:#666666;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}
A {
   color: #350500;
}
input,textarea {
	width: 200px;
}
#main {
   background-color: #FFFFFF;
   width: 960px;
   margin: auto;
   
   border: 1px solid #DEDEDE;
   text-align: left;
   
   padding: 0px;
}
#logo {
   margin: 30px 0px 0px 25px;
   float: left;
}
#menu {
   float: right;
   margin-top: 60px;
   margin-bottom: 35px;
}
#menu IMG {
   margin-right: 25px;
}
#header {
   clear: both;
   width: 900px;
   height:185px;
   background-image: url(../images/header.jpg);
   background-repeat: no-repeat;
   margin-left: 30px;
}
#contentContainer {
   width: 900px;
   margin-left: 30px;
   background-image: url(../images/contentback.gif);
   background-repeat:repeat-y;
   background-position:right;
}
#left {
	width:636px;
	float:left;
}
#content{
	padding: 10px 60px 0px 30px;
}
#right {
	width:264px;
	float:right;
}
#contact{
	padding: 30px 0px 0px 14px;
}
#contact P, #contactgegevens {
	margin-left: 40px;
}

#cleaner {
	clear:both;
}
#footer {
	background-color: #a9a9a9;
	width: 900px;
	height: 26px;
	margin: 30px 30px 30px 28px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 26px;
}