/**
 * @author Andries Louw Wolthuizen
 * @site www.andrieslouw.nl
 * @copyright 2008
 */

/* Misc. */

* {
	margin:0;
	padding:0;
}
html {
	width:100%;
}
body {
	background:#072352 url(images/body-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
img {
	border: none;
}
p {
	margin:0 0 10px 0;
	line-height:20px;
}
a {
	text-decoration:none;
}
hr {
	height:0;
	border:0; 
	border-bottom:1px solid #c4daff;
	margin:7px 0;
}

/* Structure */
#wrapper, #wrapper2, #wrapper3 {
	clear:both;
	margin:0 auto;
	width:900px;
	background:#ffffff url(images/content-wrapper.gif) repeat-y;
}
#wrapper2 { background-image:url(images/content-wrapper-2.gif); }
#wrapper3 { background-image:url(images/content-wrapper-3.gif); }
#header{
	margin:0 auto;
	width:900px;
	height:135px;
	padding:30px 0 0 0;
}
#header a {
	float:left;
}
#header p {
	float:right;
	text-align:right;
	color:#fff;
}
#header p#slogan {
	clear:both;
	font-size:1.3em;
	font-style:italic;
}
#menu {
	height:37px;
	width:900px;
	margin:0 auto 5px auto;
}
* html #menu { margin:-30px auto 5px auto; }
#submenu {
	float:left;
	width:185px;
	background-image:url('images/maak-uw-keuze.gif');
	background-repeat:no-repeat;
}
#submenu p {
	color:#224a86;
	margin:5px 10px;
	font-weight:bold;
	font-size:0.9em;
}
#content, #content2 {
	float:left;
	width:585px;
	padding:28px 25px;
}
#content2 { width:480px; }
#content .vlak {
	background-color:#eff6ff;
	border:1px solid #c4daff;
	height:540px;
	width:270px;
	padding:5px 7px;
	margin-top: 10px;
}
#content p, #rechts p { font-size:0.8em; }
#content .r { float:right; }
#content .l { float:left; }
#rechts {
	float:left;
	width:239px;
	padding:13px;
}
#rechts-img {
	float:right;
	width:183px;
}
.clear {
	clear:both;
}
#footer {
	margin:0 auto;
	width:900px;
	height:100px;
}

/* Navigation */
#menu ul {
	float:left;
	list-style:none;
	background-color:#fff;
	height:37px;
}
#menu ul li {
	float:left;
	font-size:0.85em;
	color:#4666b9;
	margin:12px 10px 0 10px;
}
#menu ul li a { color:#4666b9; }
#menu ul li a:hover { text-decoration:underline; }

#submenu ul {
	float:left;
	list-style:none;
	margin:150px 0 0 0;
	background-color:#f0f6ff;
	width:185px;
	border-bottom:1px solid #505f93;
}
#submenu ul li {
	float:left;
	font-size:0.85em;
	width:185px;
	height:26px;
}
#submenu ul li a {
	display:block;
	border-top:1px solid #505f93;
	color:#505f93;
	width:161px;
	height:12px;
	padding:6px 12px;
}
#submenu ul li a:hover { background-color:#e5edf9; text-decoration:none; }

.vlak {
	font-size: 0.8em;
	color: #1d4c90;
	height: 550px;
}
.vlak ul {
	margin:20px 0 0 0;
	list-style:none;
	font-size:0.8em;
}
.vlak ul li {
	color:#1d4c90;
	height:18px;
}
.vlak li a {
	color:#1d4c90;
}
/* Headings */
h1 {
	color:#324c87;
	font-size:2em;
	font-weight:normal;
}
h2 {
	color:#324c87;
	font-size:1.3em;
	font-weight:normal;
}
/* Forms */
form {
	width:584px;
	}
form br {
	clear:both;
}
fieldset {
	padding:10px;
	width:564px;
	margin-bottom:10px;
	}
legend {
	padding:2px 5px;
	margin-bottom:5px;
	font-size:0.9em;
	}
label {
	float:left; 
	width:95px;
	margin-right:5px;
	text-align:right;
	font-size:0.8em;
	}
input {
	float:left;
	width:195px;
	margin:1px 0;
	padding:1px;
	font-size:0.8em;
	}
#submit, #reset {
	background-color:#fff;
	width:140px;
	margin-left:100px;
	text-align:center;
	letter-spacing:1px;
	}
#reset {
	margin-left:20px;
	}
.radio {
	display:inline;
	width:45px;
	border:0px;
	}
select	{
	display:block;
	float:left;
	width:199px;
	margin:1px 0;
	padding:1px;
	text-align:left;
	background-color:#fff;
	font-size:0.8em;
	}
textarea {
	width:430px;
	padding:1px
	}
.form-right label {
	display:none;
	}
.fout {
	border:1px solid #f00 !important;
}
select, input, textarea {
	border:1px solid #48b;
	}
fieldset, legend {
	border:1px solid #37a;
	}