/*	Almexx CSS 
	Auteur: Albert Wieringa
	Bedrijf: Almexx
	Datum: 20-11-2008
	E-mail: albert@almexx.nl
	Algemene declaraties */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e5e7ea;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size: 24px;
	color: #2a3e59;
}
h2{
	font-size: 20px;
	color: #2a3e59;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h3, h4{
	color: #000;
}
a{
	color: #2a3e59;
}
iframe{
	border: none;
	width: 100%;
	height: 100%;
}

form{
	border: none;
}
table, td, th, tr {
	border: none;
}
/* Breedte van alles */
#container, #header, #hoofdmenu, #mid{
	width: 800px;
}
#container{
	position: relative;
	left: 50%;
/* margin-left moet de helft van de breedte zijn, ivm centreren */
	margin-left: -400px;
	height: 100%;
}
/* Header */
#headertop{
	height: 60px;
}
#header{
	height: 360px;
}
#header img{
	float: right;
	margin-top: 25px;
	width: 580px;
	height: 333px;
	border: 5px solid #fff;
	padding-bottom: 3px;
	background-color: #2a3e59;
}
#headertop h1{
	position: absolute;
	color: #000;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: 1px;
}
#headertop h1 span{
	color: #2a3e59;
	font-weight: bold;
	padding-right: 0px;
}
/* Hoofdmenu */
#hoofdmenu{
	position: absolute;
	font-weight: 300;
	text-align: right;
	line-height: 30px;
	margin-top: 30px;
}
#hoofdmenu a{
	padding-left: 5px;
	color: #000;
	padding: 7px;
	border-left: 2px solid #e5e7ea;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	}
#hoofdmenu a:hover{
	color: #fff;
	background-image: url(../images/headerbuttonbg.jpg);
}
/* Middenstuk */
#mid{
height: 100%;
}
/* Linkermenu */
#lmtop{
	background-image: url(../images/linkermenutop.gif);
	height: 45px;
}
#lmbottom{
	background-image: url(../images/linkermenubottom.gif);
	height: 25px;
}

#linkermenu{
	display: inline;
	float: left;
	margin-top: -330px;
	height: 100%;
	width: 210px;
}
#linkermenu img {
	display:block;
	margin:0 auto 20px;
}
#lmcontent{
	background-color: #fff;
	padding: 5px 0 5px 5px;
}
#linkermenu h2{
	color: #fff;
}
#linkermenu a{
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	font-size: 14px;
	color: #444;
	padding-left: 5px;
	background-image: url(../images/linkermenu.jpg);
	background-position: bottom;
}
#linkermenu a:hover{
	background-image: url(../images/linkermenuhover.jpg);
	color: #eee;
}
/* Inhoud */
#content{
	float: right;
	width: 580px;
	height: 100%;
	padding: 5px;
	text-align: justify;
	background-color: #fff;
}
/* Footer */
#footer, #bottom{
	height: 25px;
	width: 100%;
	line-height: 25px;
	color: #fff;
	clear: both;
	text-align: right;
	border-top: 3px solid #2a3e59;
}
#footer a{
	color: #eee;
	margin-right: 5px;
}
#bottom{
	margin-top: -28px;
	background-color: #2E2E2E;
	background-position: bottom;
}

label {
	float:left;
	display:block;
	height:26px;
	width:172px;
	color:#434343;
	line-height:26px;
}
.input {
	float:left;
	width:186px;
	height:26px;
	background: url(../images/input.png);
	margin:0 0 6px 0;
	border:0;
	padding:0 6px;
	line-height:26px;
	font-family:arial;
	font-size:12px;
}

.streep2 {
	width:581px;
	height:1px;
	background: url(../images/streep2.png);
	clear:both;
	overflow:hidden;
	margin:0 0 6px 0;
}

.select {
    background:url("../images/input.png") repeat scroll 0 0 transparent;
    border:0 none;
    float:left;
    font-family:arial;
    font-size:12px;
    height:26px;
    line-height:26px;
    margin:0 0 6px;
    padding:0px;
    width:186px;
}

.area {
    border:1;
    float:left;
    font-family:arial;
    font-size:12px;
    height:150px;
    line-height:26px;
    margin:0 0 6px;
    padding:0px;
    width:306px;
}

div#submit {
	padding:0 0 0 172px;
	clear:both;
}
div#submit input {float:left;}
div#submit p#wissen {
	float:left;
	height:35px;
	line-height:33px;
	padding:0 0 0 10px;
	margin:0;
	color:#6f6f6f;
}
div#submit p#wissen a {
	color:#6f6f6f;
	text-decoration:underline;
}
div#submit p#wissen a:hover {text-decoration:none;}
.streep2 {
	width:581px;
	height:1px;
	background: url(../images/streep2.png);
	clear:both;
	overflow:hidden;
	margin:0 0 6px 0;
}
