@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
	
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
}

.oneColLiqCtrHdr #container {
	width: 950px;
	background: none; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background: none;
	height:75px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerLeft{
	float:left;
	width:230px;
	height:75px;
	position:relative;
}

.logo {
	border:none;
	margin-top:8px;
}

#headerRight{
	float:left;
	width:720px;
	height:75px;
	position:relative;
}

.oneColLiqCtrHdr #navigatie { 
	padding: 20px 0 0 0;
	background:none;
	height:18px;
}

.oneColLiqCtrHdr #subnavigatie { 
	padding: 5px 0 0 0;
	background:none;
	height:15px;
}

.oneColLiqCtrHdr h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#00A99D;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:15px 10px 3px 15px;
	letter-spacing: -0.01em;
}

.oneColLiqCtrHdr p {
	font-size:14px;
	line-height:19px;
	color:#666;
	padding:0 15px 10px 15px;
}

.oneColLiqCtrHdr #mainContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:575px;	
}

#sidebarRechts {
	float:right;
	width:380px;
	height:575px;
}


/* Main Text */

#mainText {
	height:470px;
	padding:0;
	margin:0;
}

#mainText ul {
	list-style:disc;
	padding-left:30px;
}

#mainText li {
	color:#00A99D;
	font-weight:bolder;
	font-size:16px;
	padding-bottom:3px;
}

#mainText ul li a:link,
#mainText ul li a:visited{
	color:#00A99D;
	text-decoration:none;
}

#mainText ul li a:hover{
	text-decoration:underline
}

#mainText a:link {
	color:#00A99D;
	text-decoration:none;
}

#mainText a:hover {
	text-decoration:underline;
}


#bodyImage {
	width:365px;
	height:105px;
	padding:15px 0 0 15px;
	
}

#bodyImage img{
	margin-right:1px;
}

.banner {
	border:none;
	margin-right: 10px;
}

.bannerLink {
	color:#F90;
	text-decoration:underline;
}
/* End Main Text */

/* Main Text The Cottage */

#mainTextCot {
	height:290px;
	padding:0;
	margin:0;
}

#mainTextCot a:link {
	color:#00A99D;
	text-decoration:none;
}

#mainTextCot a:hover {
	text-decoration:underline;
}


#bodyImageCot {
	width:365px;
	height:285px;
	padding:38px 0 0 15px;
	
}

#bodyImageCot img{
	margin:1px 1px 0 0;
}

/* End Main Text The Cottage */

.img1{
	width:950px;
	height:575px;
	background-image: url(../images/main/img1.jpg);
	background-repeat: no-repeat;	
}

.img2{
	width:950px;
	height:575px;
	background-image: url(../images/main/img2.jpg);
	background-repeat: no-repeat;	
}

.img3{
	width:950px;
	height:575px;
	background-image: url(../images/main/img3.jpg);
	background-repeat: no-repeat;	
}
.img4{
	width:950px;
	height:575px;
	background-image: url(../images/main/img4.jpg);
	background-repeat: no-repeat;	
}

.img5{
	width:950px;
	height:575px;
	background-image: url(../images/main/img5.jpg);
	background-repeat: no-repeat;	
}

.img6{
	width:950px;
	height:575px;
	background-image: url(../images/main/img6.jpg);
	background-repeat: no-repeat;	
}

.img7{
	width:950px;
	height:575px;
	background-image: url(../images/main/img7.jpg);
	background-repeat: no-repeat;	
}

.oneColLiqCtrHdr #footer { 
	padding: 28px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
} 
.oneColLiqCtrHdr #footer p {
	font-size:13px;
	color:#999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Main Navigatie */

div#navigatie ul {
	float:left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #29ABE2;
	line-height: 18px;
	vertical-align:middle;
	white-space: nowrap;
}
div#navigatie li {
	list-style-type: none;
	display: inline;
}
div#navigatie li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #6DA4D4;
}
div#navigatie li a:link {
	color: #6DA4D4;
}
div#navigatie li a:visited {
	color: #6DA4D4;
}
div#navigatie li a:hover {
	color: #65C2EB;
	background-color: none;
}


/* Sub Navigatie */

div#subnavigatie ul {
	float:left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #29ABE2;
	line-height: 15px;
	vertical-align:middle;
	white-space: nowrap;
}
div#subnavigatie li {
	list-style-type: none;
	display: inline;
}
div#subnavigatie li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #6DA4D4;
}
div#subnavigatie li a:link {
	color: #6DA4D4;
}
div#subnavigatie li a:visited {
	color: #6DA4D4;
}
div#subnavigatie li a:hover {
	color: #65C2EB;
	background-color: none;
}

<!--

table.tableDates {
	width:100%;
	color:#666;
	font-size:15px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.tableDates th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tableDates td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	padding:5px;
}



.odd{
	margin:0;
	background-color:#EAFFFE;
}

.even{
	margin:0;

}
-->
