/* CSS document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg.jpg) top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
}

p {
	line-height: 18px;
}

img {
	border: none;
}

h1 {
	color: #a21d21;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 25px;
	margin: 0;
}

h2 {
	color: #a21d21;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/**************************************/


/* Algemeen lay-out */
#container {
	width: 950px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: url(../images/bgcontent.png) left repeat-y;
}

#top {
	background: url(../images/headtop.png) top no-repeat;
	width: 950px;
	height: 29px;
	margin-bottom: 40px;
}

#newtop
{
	background-image: url(../images/topnew2.jpg);
	height: 127px;
	position: relative;
}

#contenttop {
	background: url(../images/bgcontenttop.png) top no-repeat;
	width: 950px;
	height: 47px;
}

#contentwrapper {	
	width: 950px;
	padding-top: 0px;
	padding-bottom: 10px;
	min-height: 100%;
}

#content {
	width: 470px; /* 506px */
	min-height: 550px;
	padding: 10px;
	padding-right: 26px;
	float: left;
}

#content a {
	color: #a21d21;
	text-decoration: none;
}

#content a:hover {
	color: #a21d21;
	text-decoration: underline;
}

#contentimages {
	width: 236px;
	height: 100%;
	float: left;
}

.imgtop {
	margin-top: 52px;
	margin-bottom: 17px;
}

.imgcont {
	margin-bottom: 17px;
}

#logo {
	background: url(../images/logo.png) left top no-repeat;
	width: 950px;
	height: 110px;
	position: absolute;
	z-index: 2;
	top: 30px; left: 0;
}

/**************************************/


/* Main menu */
#menu {
	width: 208px;
	height: 100%;
	float: left;
}

a.home, a.home-active, a.groep,a.groep-active, a.camping,a.camping-active, a.route,a.route-active, a.prijzen,a.prijzen-active, a.check,a.check-active, a.contact,a.contact-active, a.link,a.link-active, a.foto, a.foto-active {
	width: 208px;
	height: 49px;
	display: block;
}
#menu a.home {background: url(../images/home.png) left top no-repeat;}
#menu a:hover.home {background: url(../images/home-active.png) left top no-repeat;}
#menu a.home-active {background: url(../images/home-active.png) left top no-repeat;}
#menu a.groep {background: url(../images/groep.png) left top no-repeat;}
#menu a:hover.groep {background: url(../images/groep-active.png) left top no-repeat;}
#menu a.groep-active {background: url(../images/groep-active.png) left top no-repeat;}
#menu a.camping {background: url(../images/camping.png) left top no-repeat;}
#menu a:hover.camping {background: url(../images/camping-active.png) left top no-repeat;}
#menu a.camping-active {background: url(../images/camping-active.png) left top no-repeat;}
#menu a.route {background: url(../images/route.png) left top no-repeat;}
#menu a:hover.route {background: url(../images/route-active.png) left top no-repeat;}
#menu a.route-active {background: url(../images/route-active.png) left top no-repeat;}
#menu a.prijzen {background: url(../images/prijzen.png) left top no-repeat;}
#menu a:hover.prijzen {background: url(../images/prijzen-active.png) left top no-repeat;}
#menu a.prijzen-active {background: url(../images/prijzen-active.png) left top no-repeat;}
#menu a.check {background: url(../images/check.png) left top no-repeat;}
#menu a:hover.check {background: url(../images/check-active.png) left top no-repeat;}
#menu a.check-active {background: url(../images/check-active.png) left top no-repeat;}
#menu a.contact {background: url(../images/contact.png) left top no-repeat;}
#menu a:hover.contact {background: url(../images/contact-active.png) left top no-repeat;}
#menu a.contact-active {background: url(../images/contact-active.png) left top no-repeat;}
#menu a.link {background: url(../images/links.png) left top no-repeat;}
#menu a:hover.link {background: url(../images/links-active.png) left top no-repeat;}
#menu a.link-active {background: url(../images/links-active.png) left top no-repeat;}
#menu a.foto {background: url(../images/foto.png) left top no-repeat;}
#menu a:hover.foto {background: url(../images/foto-active.png) left top no-repeat;}
#menu a.foto-active {background: url(../images/foto-active.png) left top no-repeat;}

/**************************************/


/* Footer  */
#footerwrapper {
	background: url(../images/bgcontent.png) left repeat-y;
	width: 950px;
	
}

#footer {
	background: url(../images/bgfooter.png) left no-repeat;
	width: 710px; /* 950px */
	height: 70px; /* 103px */
	padding-top: 33px;
	padding-left: 240px;
	position:absolute;
	bottom:0;
}

#footer p {
	line-height: 15px;
	color: #fff;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .left {
	width: 180px;
	height: 55px;
	float: left;
}

#footer .right {
	width: 150px;
	height: 55px;
	margin-left: 90px;
	float: left;
}
/**************************************/
/* Form */
form fieldset{
	border: 0px;
}
form fieldset ul{
	list-style: none;
}
form fieldset ul li label{
	width: 100px;
	display: block;
	float: left;
}
