/* General */

html, body
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background: #e8e8e8 url(../images/interface/background.gif) repeat-x top; */
	background: #d92d25 url(../images/interface/background.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-decoration: none;
	color: #ffffff;
}

table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

ul
{
	margin-top: 0px; 
	margin-bottom: 0px;	
}

li
{
	list-style-type: square;
}

h1 {
	color:#969696;
	font-size:12px;
	font-weight:bold;
}


/* Interface */

#main
{
	margin: 0px;
	position: absolute;
	left: 50%;
	right: 50%;
	width: 770px;
	margin-left: -385px;
}

#language
{
	width: 770px;
	height: 28px;
	text-align: right;
	vertical-align: middle;
}

#language img
{
	float: right;
	margin: 0px 0px 0px 4px;
	width: 20px;
	height: 16px;
}

#header
{
	width: 756px;
	height: 56px;
	background-color: #5b5b5b;
	text-align: left;
	vertical-align: top;
}

#header img
{
	float: left;
}

#menu
{
	width: 309px;
	height: 40px;
	text-align: left;
	vertical-align: top;
	float: left;
	margin: 9px 0px 7px 0px;
}

#picture
{
	width: 756px;
	height: 181px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

#picture img
{
	width: 756px;
	height: 179px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#content
{
	width: 550px;
	height: 290px;
	background-color: #3c3c3c;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#content .seperatorline
{
	width: 550px;
	height: 1px;
	border: 0px;
	margin: 5px 0px 5px 0px;
}

#content .seperatorline2
{
	width: 550px;
	height: 1px;
	border: 0px;
	margin: 2px 0px 2px 0px;
}

#content .table1
{
	width: 550px;
	margin: 0px 0px 0px 0px;
}

#content .table1 td
{
	text-align: left;
	vertical-align: top;
}

#content .table1 img
{
	width: 100px;
	height: 75px;
	border: 1px solid #ffffff;
}

#content .table2
{
	width: 548px;
	margin: 0px 0px 0px 0px;
}

#content .table2 td
{
	width: 137px;
	text-align: left;
	vertical-align: top;
}

#content .table2 .thumbnail
{
	width: 128px;
	height: 96px;
	border: 1px solid #ffffff;
	margin: 5px 0px 0px 0px;
}

#content .thumbnail
{
	width: 128px;
	height: 96px;
	border: 1px solid #ffffff;
}

#content .zoom
{
	width: 15px;
	height: 15px;
	float: left;
	margin: 0px 5px 0px 0px;
}

#content .table3
{
	width: 550px;
	margin: 0px 0px 0px 0px;
}

#content .table3 td
{
	text-align: left;
	vertical-align: top;
}

#content .table3 img.image
{
	width: 130px;
	height: 98px;
	border: 1px solid #ffffff; 
}

#content .table3 .picture
{
	width: 100px;
	height: 100px;
	border: 1px solid #909090;
}

#content .table4
{
	width: 548px;
	margin: 0px 0px 0px 0px;
}

#content .table4 td
{
	width: 137px;
	text-align: left;
	vertical-align: top;
}

#content .table4 img
{
	width: 128px;
	height: 96px;
	border: 1px solid #ffffff;
	margin: 2px 0px 10px 0px;
}

#content .formtable
{
	width: 550px;
	margin: 0px 0px 0px 0px;
}

#content .formtable td
{
	width: 550px;
	text-align: left;
	vertical-align: middle;
	padding: 1px 0px 1px 0px;
}

#content img.kaart
{
	width: 255px;
	height: 142px;
	border: 1px solid #ffffff;
	margin: 0px 5px 0px 10px;
	float: right;
}

#rightbar
{
	width: 166px;
	background-color: #3c3c3c;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#rightbar .weather
{
	width: 138px;
	height: 73px;
	border: 1px solid #ffffff;
}

#footer
{
	width: 770px;
	height: 21px;
	text-align: right;
	vertical-align: middle;
	color: #3c3c3c;
}

/* Spacers */

.horizontalspacer
{
	width: 770px;
	height: 7px;
	background-color: #ffffff;
	text-align: top;
	vertical-align: left;
}

.verticalspacer
{
	width: 7px;
	background-color: #ffffff;
	text-align: top;
	vertical-align: left;
}

/* Font */

span.title
{
	font-size: 12px;
	font-weight: bold;
	color: #969696;
}

span.aanbod
{
	font-size: 16px;
	font-weight: bold;
	color: #ee3229;
}

span.error
{
	font-size: 10px;
	color: #ee3229;
}

/* Links */

a:link
{
	text-decoration: none;
	color: #969696;
}

a:visited
{
	text-decoration: none; 
	color: #969696;
}

a:active
{
	text-decoration: underline; 
	color: #969696;
}

a:hover
{
	text-decoration: underline; 
	color: #969696;
}

/* Form */

input
{
	background: #ffffff;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 220px;
}

select
{
	background: #ffffff;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 222px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #000000; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-track-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 545px;
	height: 144px;
}

.formbutton
{
	background: #969696;
	border: 1px solid #969696;
	color: #ffffff;
	width: 120px;
	font-weight: bold;
	margin: 0px;
}