﻿/* CSS document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow:hidden;
}

a:link {color:#0099CC; text-decoration:underline}    /* unvisited link */
a:visited {color:#FFFFFF} /* visited link */
a:hover {color:#FF00FF}   /* mouse over link */
a:active {color:#ffffff}  /* selected link */

a {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	color: #3639b5;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0;
}

h2 {
	color: #3639b5;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.topred {
	border: 2px solid #ff0000;
	float: left; /* LETOP */
	margin: 0 25px 15px 0;
}

.righttopred {
	border: 2px solid #ff0000;
	float: right; /* LETOP */
	margin: 15px 15px 15px 0;
}

.yellowline {
	border: 2px solid #fffc02;
}

.imgrow {
	margin-top: 8px;
	margin-right: 30px;
	float: left;
}

.imgrowlast {
	margin-top: 8px;
	margin-right: 0px;
	float: left;
}

.imgrowxs {
	margin-top: 55px;
	margin-right: 15px;
	float: left;
}

.imgrowxslast {
	margin-top: 55px;
	margin-right: 0px;
	float: left;
}

.reserveer {
	margin: 30px 0 0 40px;
	float: left;
}

.fotos {
	width: 254px;
	height: 23px;
	margin-right: 25px;
	float: right;
}
/**************************************/


/* Algemeen lay-out */
#topcontainer {
	width: 1000px;
	height: 234px; /* 100% */
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(../images/header.png) top left no-repeat;
	width: 1000px;
	height: 234px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}

#contentwrapper {
	background: url(../images/contentbg.jpg) top left repeat-y;
	width: 1000px;
	min-height: 484px;
	margin: 0 auto;
	border-top: 2px solid #f7f51f;
	border-bottom: 2px solid #fffc02;
}

#content {
	background: url(../images/content.png) bottom right no-repeat;
	width: 950px;
	min-height: 441px; /* 484px + - yellow line bottom 3px */
	margin: 0 25px 0 25px;
	padding: 15px 0 25px 0;
}

#contentlargetop {
	background: url(../images/contentlargetop.png) right no-repeat;
	width: 950px;
	height: 17px;
	margin: 50px 25px 0 25px;
}

#contentlarge {
	background: url(../images/contentlargebg.jpg) right repeat-y;
	width: 950px;
	min-height: 441px; /* 484px + - yellow line bottom 3px */
	margin: 0 25px 0 25px;
	padding: 0 0 25px 0;
}

#content .text {
	width: 400px;
	height: 100%;
	float: left;
}

.text p {
	line-height: 20px;
}

#leftimgs {
	width: 215px;
	height: 100%;
	margin-right: 35px;
	float: left;
}

.rightcol {
	width: 650px;
	height: 100%;
	padding-left: 35px;
	padding-right: 5px;
	float: left;
}

.rightcol .text {
	width: 410px;
	margin-right: 15px;
	height: 100%;
	float: left;
}
/**************************************/


/* Main menu */
#menu {
	width: 1000px;
	height: 30px;
	position: absolute;
	top: 205px; /* height van de #header - 24px */
	left: 0;
	z-index: 2;
}

.menuleft {
	background: url(../images/menuleft.png) left no-repeat;
	width: 14px;
	height: 30px;
	float: left;
}

.menuright {
	background: url(../images/menuright.png) right no-repeat;
	width: 17px;
	height: 30px;
	float: right;
}

.mainmenu {
	background: url(../images/menubg.png) top repeat-x;
	width: 969px; /* 969px */
	height: 30px;
	float: left;
}

.mainmenu ul, .mainmenu il {
	list-style: none;
	list-style-type: none;
}

.mainmenu li {
	display: inline;
}

.mainmenu li a {
	text-transform: uppercase;
	background: url(../images/menuborder.png) top right no-repeat;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 22px; /* 30px */
	padding: 8px 17px 0 17px;
	text-decoration: none;
}

.mainmenu li a:hover, .mainmenu li a.active{
	background: url(../images/menu-active.png) top repeat-x;
	color: #FFF;
}
/**************************************/


/* Footer  */
#footerwrapper {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.footerleft {
	background: url(../images/footerleft.png) left no-repeat;
	width: 11px;
	height: 30px;
	float: left;
}

.footerright {
	background: url(../images/footerright.png) right no-repeat;
	width: 15px;
	height: 30px;
	float: right;
}

/* class */
.footer {
	background: url(../images/footerbg.png) top repeat-x;
	width: 974px; /* 974px */
	height: 22px; /* 30px */
	padding-top: 8px;
	float: left;
}

.footer p {
	color: #fff;
	font-size: 12px;
	float: left;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer p.spacing {
	margin-left: 55px;
}

.footer p.largespacing {
	margin-left: 80px;
}
/**************************************/