html { overflow-y: scroll; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #21408a;
	margin: 0;
	scrollbar-arrow-color: #2263a2;
	scrollbar-face-color: #f2d59d;
	scrollbar-highlight-color: #f2d59d;
	scrollbar-3dlight-color: #2263a2;
	scrollbar-shadow-color: #f2d59d;
	scrollbar-darkshadow-color: #2263a2;
	scrollbar-track-color: #f2d59d;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #21408a;
}

a { color: #21408A; text-decoration: underline; }
a:link { color: #21408A; text-decoration: underline; }
a:visited { color: #21408A; text-decoration: underline; }
a:focus, a:hover, a:active { color: #CC9F00; text-decoration: underline; }

a.wit { color: #FFF; text-decoration: underline; }
a.wit:link { color: #FFF; text-decoration: underline; }
a.wit:visited { color: #FFF; text-decoration: underline; }
a.wit:focus, a.wit:hover, a.wit:active { color: #CC9F00; text-decoration: underline; }

/* LAY OUT
================================================================*/

.vlak {
	border-left: 1px solid #848483;
	border-right: 1px solid #848483;
	background: #FFFFFF;
}

.logo {
	margin: 42px 0 0 20px;
}

.adres {
	width: 140px;
	padding: 0 10px 0 20px;
	font-size: 11px;
}

h1 {
	width: 100%;	
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #21408a;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3c78ae;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #21408a;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	margin: 0;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #21408a;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	margin: 0;
}


#photoholder {
	width:638px;
	height:194px;
	background:#fff url('../images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
	width:638px;
	height:194px;
}

div.vlakInformatie {
	position: relative;
	width: 590px;
	height: auto;
	margin: 0 0 25px;
}

div.vlakInformatie ul {
	list-style: none;
	float: left;
}

div.vlakInformatie li {
	float: left;
}

div.vlakInformatie li a, div.vlakInformatie li a:visited {
	display: block;
	float: left;
	width: 113px;
	height: 22px;
	font-family: "Tahoma", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px 10px 0;
	padding: 3px 0 2px 0;
	background: url('../images/vlakInformatie.jpg') no-repeat;
}

div.vlakInformatie li a:focus, div.vlakInformatie li a:hover, div.vlakInformatie li a:active {
	color: #cda102;
}

.img_left {
	display: block;
	float: left;
	clear: both;
	border: 1px solid #FFFFFF;
	border-width: 0px 20px 10px 0px;
}

.img_right {
	display: block;
	float: right;
	clear: both;
	border: 1px solid #FFFFFF;
	border-width: 0px 0px 10px 20px;
}

.foto {
	padding: 1px;
	border: 1px solid #21408A;
}

.list {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding-left: 18px;
	line-height: 16px;
	background: url(../images/bullet.gif) no-repeat 0px 7px;
}

.formtable {
	height: 25px;
	padding: 0 5px 0 5px;
	background: #F2D59D;
}

.textfield {
	color: #21408a ;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 19px;
	border: 1px solid #21408A;
	width: 265px;
	padding: 2px 2px 2px 2px;
	background: #F9F9F9;
}

.textarea {
	color: #21408a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 75px;
	border: 1px solid #21408A;
	width: 265px;
	padding: 2px;
	background: #F9F9F9;
}

/* MENU
================================================================*/

.menu {
	width: 170px;
	margin: 40px 0 40px 0;
	list-style: none;
	text-align: right;
}

.menu li {
	width: 160px;
	height: 24px;
	display: block;
	margin: 0 0 1px 0;
}

.menu li a {
	font-size: 12px;
	color: #FFFFFF;
	width: 150px;
	height: 24px;
	display: block;
	padding: 2px 0 0 20px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu_button.jpg) top right no-repeat;
}

.menu li a:focus, .menu li a:hover, .menu li a:active {
	color: #CFA40A;
	text-decoration: none;
}

table {
	text-align: left;
}