/*	Almexx CSS 
	Auteur: Albert Wieringa
	Bedrijf: Almexx
	Datum: 21-08-2008
	E-mail: albert@almexx.nl
	Algemene declaraties */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-size: 24px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h3, h4{
	color: #000;
	font-weight: bold;
}
a:visited{
	color: #555;
}
iframe{
	border: none;
	width: 100%;
	height: 100%;
}
form, table, td, th, tr {
	border: none;
}
input, select, textarea{
	border: 1px solid #ccc;
	background-image: url(../images/bg_container.jpg);
	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;
}
p {
	margin: 0px;
	padding: 0px;
}
/* Kleuren 
Kleur 1*/
body {
		background-color: #102c50;
}
a:hover{
	color: #544634;
}
/*Kleur 1 schaduw*/
#bottom{
	border-bottom: 1px solid #544634;
}
/*Kleur 2*/
h1, h2, a, #top p, #hoofdmenu a:hover {
	color: #643200;
}
#footer, #bottom, input[type="submit"]:hover{
		background-color: #643200;
}
/* Kleur 2 schaduw */
input[type="submit"]:hover{
	border-color: #600;
}
/* Algehele achtergrond */
#wrapper{
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0 10px;
}
/* Breedte van alles */
#container, #hoofdmenu, #mid, #top{
	width: 800px;
}
#container{
	position: relative;
	left: 50%;
/* margin-left moet de helft van de breedte zijn, ivm centreren */
	margin-left: -400px;
	height: 100%;
	background-color: #fff;
}
/* Header */
#top{
	height: 50px;
	background-color: #fff;
}
#top h1{
	font-family: georgia, garamond, times, serif;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: normal;
	margin-left: 5px;
	color: #000;
	line-height: 30px;
}
#top p{
	margin-left: 5px;
	font-style: italic;
	font-family: georgia, garamond, times, serif;
	line-height: 15px;
}
#header{
	background-image: url(../images/header.jpg);
	width: 798px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 150px;
}
/* Hoofdmenu */
#hoofdmenu{
	height: 30px;
	line-height: 30px;
	background-color: #fff;
}
#hoofdmenu a{
	padding-left: 8px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 15px;
	}
/* Middenstuk */
#mid{
height: 100%;
}
/* Inhoud */
#content{
	height: 100%;
	padding: 5px;
	text-align: justify;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 788px;
}
#content p{
	margin-bottom: 5px;
}
/* Footer */
#footer{
	height: 25px;
	line-height: 25px;
	color: #fff;
	clear: both;
	text-align: right;
	font-style: italic;
	font-family: georgia, garamond, times, serif;
	margin-bottom: -25px;
}
#footer a{
	color: #fff;
	margin-right: 5px;
}
#bottom{
	width: 100%;
	height: 25px;
}