/*	Almexx CSS 
	Created by: Albert Wieringa
	Company: Almexx
	Date: 25-06-2008
	1st Revision: 17-10-2008
	Email: albert@almexx.nl
*/
body{
	background-color: #f3f3f3;
	margin: 0px;
	background-image: url(../images/bg_all.jpg);
	font-family: sans-serif;
	font-size: 12px;
	}
h1, h2, h3, h4, #footer{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	color: #427409;
}
h3, h4{
	color: #000000;
}
a{
	color: #427409;
}
a:hover{
	color: #233A0A;
}
#container{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 100%;
	background-color: #ffffff;
}
#headertop{
	background-image: url(../images/bg_headertop.jpg);
	height: 51px;
	width: 800px;
	text-align: right;
}
#headertop a{
	line-height: 51px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-left: 1px solid #ccd2d9;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333333;
}
#headertop a:hover{
	color: #000000;
	background-image: url(../images/bg_ht.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#header{
	background-image: url(../images/bg_header.jpg);
	background-position: right;
	height: 94px;
	width: 770px;
	padding: 15px;
	border-bottom: 3px solid #427409;
}

#renteheader{
	background-color: #427409;
	height: 20px;
	width: 770px;
	padding: 15px;
	
}


#headerlinks{
	float: left;
}
#header img{
	float: right;
	margin-top: -15px;
	margin-right: -15px;
}
#hoofdmenu{
	width: 798px;
	height: 25px;
	line-height: 25px;
	padding-left: 2px;
	background-image: url(../images/bg_menu.jpg);
}
.hmenu{
	color: #ededed;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 3px;
}
.hmenu:hover{
	background-image: url(../images/hmenu_a.jpg);
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
}
#mid{
width: 800px;
height: 100%;
}
#leftainer{
	float: left;
	width: 155px;
}
#links{
	background-color: #55950b;
	min-height: 175px;
	background-image: url(../images/bg_lmenu.jpg);
}
#links a{
	display: block;
	color: #eee;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}
#links a:hover{
	background-color: #5a9a0f;
}
#linksonder{
	background-image: url(../images/links_bottom.jpg);
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #44750a;
}
#content{
	float: right;
	width: 625px;
	height: 100%;
	padding: 5px;
	text-align: justify;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#footer{
	background-image: url(../images/bg_menu.jpg);
	width: 795px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
	color: #222222;
	clear: both;
}
.disclaimer{
	color: #222222;
}



iframe{
   border: none;
   width: 100%;
   height: 1500px;
}
form, table, td, th, tr {
   border: none;
}
input, select, textarea{
   border: 1px solid #ccc;
   background-repeat: repeat-x;
   background-position: 0 -35px;
}
input:hover, select:hover, textarea:hover{
   border-color: #bbb;
}
input[type="submit"]:hover{
   color: #fff;
   background-image: none;
}
option{
   color: #333;
} 
