/* Document */

body {

	background: #e4d1d8;
	background-image: url(../images/roodbgr.gif); 
	background-repeat: repeat-x; 
	margin: 0;
	font-size:62.5%;
	line-height:1.8em;
	color: #3E3D3D;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 0;
}

div#wrapper {
	position: relative;
	width: 855px;
	overflow: visible;

}

.kolommen {
	background-color: #ffffff;
	background-image: url(../images/bgr.gif); 
	background-repeat: no-repeat;
	top: 175px;
	width: 855px;
}

.tekstrechts{
/*	background: #ff0000;*/
	float: right;
	left: -15px;
	top: 45px;
	width: 400px;
	font-size: 118%;
	color: #7e6e6e;
/*	border: solid 1px #000000;*/
}
.tekstlinks{
	float: left;
	top: 0px;
	margin-left: 55px;
	width: 250px;
	font-size: 118%;
	color: #7e6e6e;
/*	border: solid 1px #000000;*/
}
.footer{
	clear: both;
	margin-left:55px;
	font-size: 118%;
	color: #7e6e6e;
/*	border: solid 1px #000000;*/

}
.header{
	position: relative;
	background-color: #7a1b1b;
	background-image: url(../images/header2.gif); 
	background-repeat: no-repeat;
	height: 120px;
	width: 855px;
}

.headeraanbieding{
	position:relative;
	top: 35px;
	left: 260px;
}
.plaatje{
	float: right;
}
.navtop{
	font-size: 100%;
	font-weight: normal;
	color: #75AADB;
	margin-top: 10px;
}
TD{
	padding-right: 10px;
}

/*	Basic HTML styling
-------------------------------------------------------------------- */
h1 {
	color:#7a1b1b;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: .4em 0 .4em 0;
}

h2 {
	color:#7a1b1b;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: .8em 0 0 0;
}

a {
	color: #75AADB;
	text-decoration: none;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #75AADB;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
 	color: #75AADB;
	font-weight:bold;
	text-decoration:underline;
 }

