/*	Almexx CSS 
	Auteur: Albert Wieringa
	Bedrijf: Almexx
	Datum: 02-07-2008
	Revision: 23-10-2008
	E-mail: albert@almexx.nl
*/
/* Algemene declaraties */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #ffa200;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a{
	color: #1d4678;
}
iframe{
	border: none;
	width: 100%;
	height: 100%;
}
form, input, select {
	border: 1px solid #1d4678;
}
table, td, th, tr {
	border: none;
}
/* Breedte van alles */
#container, #header, #hoofdmenu, #mid, #footer{
	width: 800px;
}
#container{
	position: relative;
	left: 50%;
/* margin-left moet de helft van de breedte zijn, ivm centreren */
	margin-left: -400px;
	height: 100%;
	background-image: url(../images/bg_container.jpg);
	z-index: 51;
}
/* Header */
#header{
	height: 250px;
	background-image: url(../images/header.jpg);
}
#header h1{
	line-height: 110px;
	color: #000;
/* Schreeflettertype */
	font-family: Garamond, Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 40px;
	margin-left: 10px;
}
.honder{
	position: absolute;
	color: #eee;
	margin-top: -40px;
	font-style: italic;
	color: #ffa200;
	margin-left: 10px;
	background-color: transparent;
}
/* Hoofdmenu */
#hoofdmenu{
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
/*	background-color: #1d4678; */
}
#hoofdmenu a{
	color: #cccccc;
	margin-left: 5px;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	padding: 7px;
	background-image: url(../images/hmitem.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#hoofdmenu a:hover{
	color: #ffffff;
}
/* Middenstuk */
#mid{
	border-top: 10px solid #000000;
	height: 100%;
}
/* Linkermenu */
#linkermenu{
	float: left;
	width: 150px;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.lmkop{
	margin-top: 10px;
}
.lmitem{
	display: block;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	padding-top: 10px;
}
.lmitem:hover{
	color: #333333;
	border-color: #dddddd;
	background-image: url(../images/lmenu_h.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* Inhoud */
#content{
	float: right;
	width: 620px;
	height: 100%;
	padding: 10px;
	text-align: justify;
	min-height: 400px;
}
#content form{
	border: none;
}
/* Footer, bottom */
#bottom{
	background-image: url(../images/bg_bottom.jpg);
	height: 90px;
	width: 100%;
	position: absolute;
	margin-top: -90px;
	z-index: 50;
}
#footer{
	background-color: #1d4678;
	height: 25px;
	line-height: 25px;
	color: #dddddd;
	clear: both;
	text-align: right;
	border-top: 10px solid #000000;
}
.disclaimer{
	color: #ffffff;
	margin-right: 5px;
}

.step {
float:right;
text-align:right;
}
.active {
background-color:#1D4678;
color:#FFFFFF;
padding:3px;
width:10px;
}
.inactive {
background-color:#EEECE8;
color:black;
padding:3px;
width:10px;
}
.steps {
float:left;
}
