@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
}

body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: white;
	height:100%;
	overflow:hidden;
}

#container{
	background-color: #8D8B00;
	width: 100%;
	height: 550px;
	position: absolute;
	top: 120px;
	border-bottom: 2px #4C3E31;
}

#downField{
	background-color: #584939;
	position:absolute;
	top:50%;
	height:50%;
	width:100%;
}

#logos {
	width: 800px;
	margin: 0 auto;
	position: relative;
	height:86px;
	top: 20px;
}

#logo{
	width: 288px;
	height: 68px;
	position:absolute;
}

#zwembad {
	width: 288px;
	height: 68px;
	position: absolute;
	right: 0px;
}

#footer{
	position:absolute;
	width: 800px;
	height: 10px;
	left: 50%;
	margin-left:-400px;
	top: 675px;
	color: #A89B8E;
	text-align:center;
}

#menu{
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	background-color: #A89B8E;
	height: 20px;
}


#content{
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50px;
	width:800px;
	height:450px;
}

#links{
	width:395px;
	position:absolute;
	left:0;
	top:0;
	height:480px;
	overflow:auto;
	font-size:1.1em;
}

#links input, #links textarea, .zwembad-elements input, .zwembad-elements textarea{
	border: 0px;
	padding:2px;
	color:white;
	font-size:1.1em;
	background-color: #A8A12A;
}

.zwembad-elements textarea {
	width: 90%;
	height: 200px;
	font-size: 12px;
}

#links input.goed{
	background-color: #9B941E;
	color:#D1CC8B;
}

#links p{
	margin-top:0px;
	padding-top:0px;
}

#links h4{
	background-color: #9B940E;
	padding:2px;
	margin-top:25px;
	margin-bottom:5px;
	color: #333;
	font-size:1.2em;
}	

#links h4.contact{
	padding:2px;
	margin-top:15px;
	margin-bottom:5px;
	color: #333;
	font-size:1.1em;
}

#menu td.button{
	width:156px;
	text-align:center;
	height:20px;
	padding:0px;
	}

#menu a{
	display:block;
	text-decoration:none;
	width:159px;
	height:17px;
	background-color: #584939;
	color: #cabdaf;
	font-size:1.1em;
	padding-top:3px;
}

#menu a:hover{
	background-color: #A89B8E;
	color:#FFFFFF;
}

#rechts{
	width:395px;
	position:absolute;
	right:0;
	top:0;
	height:470px;
}


/* sfeer */
#sfeerTitel{
	width:90%;
	margin-left:5%;
}

#sfeerTitel h3{
	color: #d7df23;
	font-size:1.3em;
}

#sfeerTekst{
	width:90%;
	margin-left:5%;
	color:#ccc;
}

.containerThumb{
	width: 94px;
	height: 94px;
	float: left;
	margin-left:3px;
	margin-bottom:3px;
}

.thumbImage{
	width: 90px;
	height: 90px;
	margin-left:2px;
	margin-top:2px;
	border:2px #A8A12A solid;
}

#fotoArrRechts1
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#fotoArrRechts2
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

h3{
	padding-bottom:3px;
	border-bottom: 2px #d7df23 double;
	margin-bottom:1em;
	color: white;
}

#rechts p{
	text-align:center;
}

p{
	line-height:1.6em;
}

.input{
	background-color:#ebddc8;
	border:1px white solid;
}

#opmerking{
	color:white;
	text-align:center;
}

#cadeauVeld{
	width:380px;
	padding:0px 0px 15px 10px;
	background-color: #A8A12A;
	font-size:1.1em;
	color: #584939;
}

#startLogo{
	height:128px;
	width:503px;
	background-image: url(../images/startLogo.jpg);
	position:absolute;
	left:50%;
	top:150px;
	margin-left:-251px;
	color:#c5cd1b;
}

#startTekst{
	font-size:1.4em;
	position:absolute;
	bottom:-2em;
	text-align:center;
	width:100%;
}

.arrangement{
	width:95%;
	margin-bottom:10px;
	padding: 0 7px;
	background-color:#A59F2D;
}

.arrangement h5{
	margin-bottom:0px;
	padding-bottom:0px;
	color: #444;
	padding-top:0px;
	font-size:1.1em;
	margin-top:5px;
}

.arrangement a {
	text-decoration:none;
	color:#2D3954;
}

.arrangement a:hover {
	color: #d7df23;
}

.arrangement a.reservatie {
	text-decoration:none;
	background-color:#2D3954;
	display:block;
	color:white;
	text-align:center;
}

.arrangement a.reservatie:hover {
	color: #d7df23;
	text-decoration:underline;
}

#arrName{
	text-align:center;
	height:35px;
	font-size:1.3em;
	font-weight:bold;
	vertical-align:middle;
	padding-top:10px;
}

#arrSubTitelR{
	text-align:center;
	height:40px;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px #d7df23 solid;
}

#arrLinks{
	position:absolute;
	bottom:20px;
	right:10px;
}

#arrLinks a{
	float:right;
	padding:2px 15px;
	margin-top:4px;
	font-size:1.1em;
	color:white;
	background-color:#2D3954;
	display:block;
	text-decoration:none;
}

#arrLinks a:hover{
	text-decoration:underline;
}

#footerMail{
	height:12px;
	width:122px;
	position:relative;
	top:1px;
	background-image: url(../images/footerMail.jpg);
	margin:0px;
}

