@charset "UTF-8";
/* CSS Document */

/* Tag's */

body {
	background-color: #8AAA6A;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #2D3027;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 1.8;
}

li {
	margin-left: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

h1 {
	margin-left: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2D3027;
	font-size: 18px;
	font-weight: 400;
}

h2 {
	margin-left: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2D3027;
	font-size: 16px;
	font-weight: 400;
}

/* ID's */

#topbackgroundFront {
	background-image: url(../images/layout/top-background.png);
	background-repeat: repeat-x;
	height: 423px;
	width: 100%;
}

#topbackgroundMain {
	background-image: url(../images/layout/main/top-background.png);
	background-repeat: repeat-x;
	height: 235px;
	width: 100%;
}

#frontcontent {
	position:absolute;
	width:776px;
	top: 94px;
	left:50%;
	margin-left:-388px;
}

#content {
	position:absolute;
	width:776px;
	top: 54px;
	left:50%;
	margin-left:-388px;
}

#shadLeft {
	background-image: url(../images/layout/main/shad-left.png);
	background-repeat: repeat-y;
}

#shadRight {
	background-image: url(../images/layout/main/shad-right.png);
	background-repeat: repeat-y;
}

#scrollFull {
	overflow: auto;
	height: 341px;
	width: 566px;
}

#reservatieForm, .reservatieForm {
	background-color: #B0BDA2;
}

/* Classes */

.tableWhiteBackground {
	background-color: #FFFFFF;
}

.textWhiteLegal {
	color: #FFFFFF;
}

.navigationBg {
	background-color: #CED5C8;
}

a.navigationBg {
	background-color: #CED5C8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}

a.navigationBg:hover, a.navigationBgActive {
	background-color: #CED5C8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}

.taalNavigatie {
	font-size: 10px;
}

.taalNavigatieActive {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.smallTekst {
	font-size: 10px;
	margin: 0px;
}

