/*	Almexx CSS
	Created by: Albert Wieringa
	Company: Almexx
	Date: 28-05-2008
	1st Revision-date: 31-07-2008
	2nd Revision-date: 22-09-2008
	3rd Revision-date: 03-10-2008
	4th Revision-date: 12-11-2008
	Email: albert@almexx.nl
*/
/* Algemeenheden */
body{
	background-color: #3d8315;
	background-image: url(http://devoorzieningencompagnie.nl/images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
h1, h2, h3, h4, #footer{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #3d8315;
	font-size: 24px;
}
img {
	border-style: none;
}
table {
	border-collapse: collapse;
}
a{
		color: #332480;
}
a:hover{
		color: #5038c8;
}
form{
	border: 1px solid #eee;
}
select, input, button, textarea{
	border: 1px solid #332480;
	background-color: #ffffff;
}
button{
	font-weight: bold;
}
button:hover{
	background-color: #eee;
}
p{
	margin:0px;
	padding: 0px;
}
/*bevatter */
#container{
	position: relative;
	width: 820px;
	left: 50%;
	margin-left: -410px;
	margin-top: 40px;
	height: 100%;
	background-image: url(http://devoorzieningencompagnie.nl/images/bgcontent.jpg);
	background-repeat: repeat-y;
}
/* header */
#header{
	height: 110px;
	width: 820px;
	background-image: url(http://devoorzieningencompagnie.nl/images/header.jpg);
}
#logo img{
	border: none;
	margin-left: 25px;
	margin-top: 30px;
}
/* hoofdmenu en items */
#hoofdmenu{
	width: 805px;
	height: 30px;
	padding-left: 15px;
	line-height: 30px;
	background-image: url(http://devoorzieningencompagnie.nl/images/menu.jpg);
	z-index: 51;
}
#hoofdmenu a{
	padding: 6px;
	text-align: center;
	color: #fff;
	background-image: url(http://devoorzieningencompagnie.nl/images/hitema.jpg);
	text-decoration: none;
	font-weight: bold;
	}
#hoofdmenu a:hover{
	background-image: url(http://devoorzieningencompagnie.nl/images/hitemhover.jpg);
	color: #eeeeee;
}
#hoofdmenu input, #hoofdmenu button{
	border-color: #ccc;
}
#hoofdmenu button{
	margin-left: 5px;
	margin-right: -30px;
	line-height: 12px;
	height: 20px;
}
/* middenstuk */
#mid{
	width: 820px;
	height: 100%;
}
/* Linkermenu en items */
#linkermenu{
	float: left;
	width: 140px;
	min-height: 520px;
	height: 100%;
	padding-left: 15px;
	padding-right: 5px;
	background-image: url(http://devoorzieningencompagnie.nl/images/lmenu.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}
#linkermenu a{
	padding-left: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: -20px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #cecece;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #332480;
}
#linkermenu a:hover{
	background-color: #7a70ab;
	color: #fff;
	border-color: #453b7c;
}
/* Inhoud */
#content{
	float: left;
	width: 630px;
	height: 100%;
	padding: 10px;
	padding-top: 5px;
}
/* Rechts */
#cright{
margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
background-color: #f5f4f9;
border-bottom: 3px solid #332480;
}
#cright img{
	padding-right: 5px;
	width: 151px;
}
/* Footer en footerfooter */
#samenw{
	margin-top: 0px;
	clear: both;
	margin-left: 170px;
	width: 630px;
	padding-top: 3px;
}
#samenw a img{
border: none;
padding-left: 40px;
}
#samenw p{
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	color: #332480;
}
#footer{
	width: 790px;
	padding-left: 15px;
	height: 40px;
	line-height: 28px;
	background-color: #332480;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	clear: both;
	font-size: 12px;
	background-image: url(http://devoorzieningencompagnie.nl/images/footerbottom.jpg);
	background-repeat: no-repeat;
}
#footer a{
	color: #ffffff;
}
#fooleft{
	float: left;
}
fooright{
	float: right;
}
