@charset "utf-8";
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.top {
	background-image: url(images/huisjedordogne.jpg);
	height: 200px;
	width: 1000px;
}

.nav {
	height: 30px;
	background-image: url(nav/nav.png);
	width: 1000px;
	text-align: center;
	clip: rect(0px,auto,auto,auto);
}

.nav_b {
	height: 15px;
	width: 1000px;
	background-image: url(nav/bg_b.png);
	background-repeat: repeat-x;
}
.contbase {
	background-color: #FFFFFF;
	height: 300px;
	width: 1000px;
	background-image: url(images/contbase.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mj {
	height: 20px;
	width: 1000px;
	font-family: "Trebuchet MS";
	font-size: 8.5pt;
	color: #999999;
	text-align: right;
}

.mj a:link {
	color: #999999;
	text-decoration: none;
}
.mj a:active {
	color: #999999;
	text-decoration: none;
}

.mj a:visited {
	color: #999999;
	text-decoration: none;
}

.mj a:hover {
	color: #003399;
	text-decoration: none;
}

.navbot {
	height: 26px;
	width: 1000px;
	background-image: url(nav/navbot.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.navbot a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.navbot a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.navbot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.navbot a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #30699C;
	text-decoration: underline;
}

.navsub {
	background-image: url(nav/navsub30.png);
	height: 30px;
	width: 1000px;
}


.tablebase {
	height: 400px;
	width: 1000px;
	background-color: #FFFFFF;

	}
	
	

	

