/* Basic Styling */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFCC99;
	background-image: url(../pics/bg-top2.gif);
	background-repeat: repeat-x;
	width: 1000px;
	margin: 0 auto;
	}
	
.clear {
	clear: both;
}

a:link {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a:active {
	color: #993300;
	font-weight: bold;
	
}

/* header logo */
div#nav_headerlogo {
	position: relative;
	z-index: 100;
	margin: 0 auto 0 auto;
	background-image: url(../pics/sitpoint-sitelogo-boven2.gif);
	background-repeat: no-repeat;
	background-position:center;
	height: 100px;
	vertical-align: bottom;
}
/* Navigation Main */
div#nav_main {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 26px;
	text-align: center;
	vertical-align: bottom;
}
div#nav_main ul {
	list-style: none;
	height: auto;
	text-align: center;
}
div#nav_main li {
	position: relative;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
div#nav_main li a {
	display: inline;
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
/* Content Styling */
div#content{
	width: 1000px;
	position: relative;
	margin: 20px 0px 10px 0px;
}
div#content h3{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

div#content a:link{
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
div#img {
	border: none;
}
.ip1 {
	float: right;
	padding: 0 0 0 20px;
}
.ip2 {
	float: left;
	padding: 20px 20px 20px 0;
}
div#imovie {
	float: right;
}
div#ip3 {
	text-align: center;
}
.buffet1 {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}
.buffet2 {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}
div#buffet {
	position: relative;
	margin: 0 0 40px 110px;
}
/* Buffet kader vervanging */
div#kader {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 580px;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignLeftSub {
	margin: 0 0 0 15px;
	float: left;
}
div#kleinekaart {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 580px;
}
div#grotekaart {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 580px;
}
div#grotekaart li{
	position: relative;
	margin: 0 0 0 20px;
}
div#flcontent {
	position: relative;
	margin: 0 0 40px 110px;
}
div#flcontent li{
	position: relative;
	margin: 0 0 0 20px;
}
.tdheader {
	text-align: center;
}
.tdprice {
	text-align: right;
}
div#fcontent {
	position: relative;
	margin: 0 0 40px 110px;
}
div#fp1 {
	position: relative;
	z-index: 100;
	margin: 0 auto 0 auto;
	background-image: url(../pics/serrebuffet1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 250px;
	vertical-align: bottom;
}
div#tcontent {
	position: relative;
	margin: 0 0 40px 110px;
}
div#rcontent {
	position: relative;
	margin: 0 0 40px 0;
}
.route1 {
	float: right;
	padding: 0 0 0 0;
}
div#footer {
	text-align: right;
	margin: 10px 0 10px 10px;
	font-size: 75%;
}
