/* algemeen */
html, body {
  margin: 0;
  font-family: Tahoma;
  font-size: 12px;
  color: #484848;
	line-height: 19px;
	overflow-x: hidden;
}
img {
  border: 0;
}
ul {
	list-style-type: square;
	line-height: 24px;
}
div#header {
	width: 100%;
	float: left;
}
	div#header div#titel {
		clear: both;
		margin-left: 340px;
	}
div#container {
	width: 100%;
	min-width: 1200px;
	float: left;
	
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
}
	div#container div#containertop {
		width: 100%;
		float: left;
		line-height: 2px;
		
		background-image: url('images/containertop.gif');
		background-repeat: no-repeat;
	}
	
div#leftcontainer {
	width: 226px;
	float: left;
}
div#menuborder {
	width: 1px;
	position: absolute;
	left: 255px;
	font-size: 1px;
	margin-top: 20px;
	background-color: #891635;
}
div#menu {
	width: 227px;
	float: left;
	background-image: url('images/menubackground.gif');
	background-repeat: repeat-y;
}	
	div#menu ul {
		list-style-type: none;
		margin: 20px 0 20px -20px;
	}
	div#menu ul li {
		clear: both;
		float: left;
		width: 150px;
		border-bottom: 1px solid #e7b91f;
		padding-left: 10px;
	}
	div#menu ul li a {
		padding: 10px;
		padding-right: 0;
		padding-left: 0;
		display: block;
		width: 120px;
	}
	div#menu ul li:hover, div#menu ul li.active  {
		cursor: pointer;
		background-color: #891635;
		color: #e7b91f;
	}
	div#menu ul li:hover a, div#menu ul li.active a.active {
		color: #e7b91f;
		width: 155px;
	}
	div#menu div#menuend {
		width: 226px;
		clear: both;
		float: left;
		line-height: 2px;
		margin-top: 30px;
		
		background-image: url('images/menuend.gif');
		background-repeat: no-repeat;
	}
div#info {
	width: 200px;
	margin: 20px 20px 25px 32px;
}
div#rightcontainer{
	width: 705px;
	float: left;
	margin: 20px 0 0 0;
	padding-left: 70px;
}
div#footer {
	width: 100%;
	height: 72px;
	float: left;
	background-color: #891635;
	color: #ffffff;
}
input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px;
}
.contactinput {
	width: 320px;
	border: 0;
	color: #891635;
	margin: 2px;
	padding: 4px 0 0 3px;
	height: 18px;
	background-image: url('images/inputbackground.gif');
	background-repeat: no-repeat;
	background-position: absolute;
	background-color: #e7b91f;
}
h1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #891635;
}
a:link, a:active, a:visited {
	color: #891635;
  text-decoration: none;
}
a:hover { 
	color: #891635; 
  text-decoration: underline;
}

div#menu ul li a:link, div#menu ul li a:active, div#menu ul li a:visited {
	color: #891635;
  text-decoration: none;
}
div#menu ul li a:hover, div#menu ul li:hover { 
	color: #e7b91f; 
  text-decoration: none;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #b77083;
  text-decoration: none;
}
div#footer a:hover { 
	color: #b77083; 
  text-decoration: underline;
}

