body {

	background-color: #a4816a;
	margin: 0px;
	font-family: trebuchet MS;
	font-size: 12px;
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d87f90;
}

a:active {
	color: #bcbbb2;
}

#outer {
	margin: 0;
	padding: 0;
	width: 719px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 719px;
	height: 145px;
	margin: 0;
	padding: 0;
	background-image: url("images/logo.gif");
	background-position: top;
}

#container {
	width: 719px;
	margin: 0;
	padding: 0;
	background-image: url("images/containerbg.gif");
}

#leftcontainer {
padding-left: 1px;
width: 293px;
float: left;
}

#rightcontainer {

width: 425px;
float: right;
}

ul.navigation {
	height: 27px;
	width: 412px;
	margin: 0px;
	background-color: #b30838;
	background-image: url("images/navigationbg.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 0em 0.5em;
	padding-top: 8px;
	list-style-type: none;
}

ul.navigation li {
	margin: 0px;
	display: inline;
	font-size: 12px;			
}

.navigation a {
	margin: 0px;
	color: #fff;
	padding: 0.5em;
}

.navigation a:hover {
text-decoration: underline;
}

#contact {
	width: 274px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url("images/contactbg.gif");
	background-repeat: repeat-x;
	background-position: top;
}

#knop_1 {
	padding-left: 20px;
	padding-top: 20px;
}
#content {
padding-left: 4px;
padding-right: 4px;
}

#content h1 {
color: #ff7200;
}

#bottom {
	padding: 0;
	margin: 0;
	width: 719px;
	height: 114px;
	background-image: url("images/bottom.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:294px;
	height:210px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

/* DATA TABLE */
table.data{
	margin:0px 0px 10px 10px;
	padding: 0;
	width: 400px;
	font-family: "verdana", serif;
	font-size: 85%;
	color: #fff;
	line-height: 140%;
	border-collapse: collapse;

	/* border: 1px solid #000; */
}


table.data td {
	/* border: 1px solid #000; */
	padding: 5px 5px 5px 5px;
	margin: 0;
	vertical-align: middle;
}

table.data td.top{
	vertical-align: top;

}

table.data th {
	color: #000;
	text-align: left;
	font-weight: bold;
	background: #b20738;
	margin: 0;
	padding: 5px 5px 5px 5px;

	/* border: 1px solid #000; */
}

table.data tr.even{
	color: #000;
	background: #efefef;
}

table.data tr.oneven{
	color: #000;
	background: #efefef;
}

ul.submenu {
	
	margin: 0px;

	padding-top: 25px;
	margin-left: 400px;
	list-style-type: none;
}

ul.submenu li {
	margin: 0px;
	display: inline;
	font-size: 12px;			
}

.submenu a {
	margin: 0px;
	padding: 0.5em;
}

.submenu a:hover {
text-decoration: underline;
}
