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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #dee9f4;
	text-align: center;
}
/* TEXT STYLES */

p {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 15px 0px;
}
h1 {
	font-size: 28px;
	text-transform: uppercase;
	color: #333333;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding: 0px 0px 10px 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	padding: 0px 0px 5px 0px;
}
h4, h5, h6 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 5px 0px;
}
a {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #6496c8;
}
/* OTHER STYLES */

ul {
	margin: 0px 0px 10px 0px;
}
li {
	margin: 0px 0px 0px 25px;
	line-height: 20px;
}
img {
	border: 0px;
}
hr {
	border: 0;
	color: #000000;
	height: 1px;
}
input, textarea {
	margin: 0px 0px 10px 10px;
}

/* COMMON DIV'S */

.titel {
	padding: 20px 0px 10px 0px;
}

.button {
	text-align: right;
}
.button1 {
	position: absolute;
	right: 0px;
	text-align: right;
}
.button2 {
	position: absolute;
	right: 120px;
	text-align: right;
}

.bigpicture {
border: 2px solid #cccccc;
margin-bottom: 20px;
}

/* DIV POSITIONS */

#container1 {
	width: 980px;
	position: relative;
	top: 0px;
	margin:0px auto;
	text-align: left;
}

#container2 {
	width: 970px;
	background-color: #ffffff;
	position: absolute;
	top: 330px;
	border-left: 5px solid #bdd3e9;
	border-right: 5px solid #bdd3e9;
	border-bottom: 5px solid #bdd3e9;
}

/* HEADER */

#header {
	height: 330px;
	width: 980px;
	background-image: url(images/header.png);
	position: absolute;
	top: 0px;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	overflow: hidden;
}
#topmenu {
	position: absolute;
	top: 10px;
	right: 20px;
}
	#topmenu p, #topmenu a {color: #FFFFFF;}
	#topmenu a:hover {color: #000000;}

#headertext {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 215px;
	left: 570px;
	overflow: hidden;
}
#headertext2{
	width: 350px;
	height: 100px;
	position: absolute;
	top: 215px;
	left: 570px;
	overflow: hidden;
}

/* MENU */

#menu {
	width: 200px;
	position: relative;
	float: left;
	margin: -20px 0px 20px 25px;
	overflow: hidden;
	display: inline;
}
#menu ul {
	width: 200px;
	border-bottom: 1px solid #666666;
	display: inline;
}
#menu li {
	width: 200px;
	height: 30px;
	list-style-type: none;
	float: left;
	margin: 0px;
	overflow: hidden;
}

#menu li a {
	line-height: 29px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	display: block;
	border-top: 1px solid #666666;
}
#menu li:hover, #menu li a:hover {
	background: #eeeeee;
	color: #333333;
}
#menu li .menuactive {
	background: #dddddd;
	color: #000000;
}

#menu li.head, #menu li.head:hover, #menu li.head a:hover {
	height: 55px; 
	background: #ffffff;
}

/* CONTENT */

#mainhome {
	min-height: 0px;
	width: 720px;
	float: right;
	position: relative;
	margin: 35px 5px 20px 20px;
	display: inline;
}


#main {
	min-height: 0px;
	width: 720px;
	float: right;
	position: relative;
	margin: 0px 5px 20px 20px;
	margin-top: -30px;
	display: inline;
	z-index:1;
}

#zoeken {
	height: 120px;
	width: 420px;
	margin: 0px 20px 10px 0px;
	padding: 50px 20px 10px 20px;
	overflow: hidden;
	background-image: url(images/zoekpakket.png);
	float: left;
}

/* FORM */

#zoeken p, #winkelwagen p, #winkelwagenhome p {font-size: 12px; color: #FFFFFF; padding: 0px 0px 5px 0px;}

.DropDownField {
	width: 210px;
	height: 60px;
	float: left;
	display: inline;
	}
	
select {
	min-width: 213px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #920000;
}

.trefw {
	width:400px;
	float: left;
	}

.zoekveld {
	width:310px;
	float: left;
	}

input {
	margin: 0px;
	padding: 0px;
}

input.text1 {width: 130px; font-size: 16px; border: 2px solid #920000;}


#winkelwagenhome {
	height: 120px;
	width: 180px;
	margin-right: 20px;
	padding: 50px 20px 10px 20px;
	overflow: hidden;
	background-image: url(images/winkelwagen.png);
	float: right;
	display: inline;
}
#mainbg {
position: absolute;
bottom: 102px;
left: 0px;
width: 330px;
height: 155px;
background-image: url(images/mainbg.png);
background-repeat: no-repeat;
z-index: 0;
}
#winkelwagen {
	height: 120px;
	width: 180px;
	padding: 50px 20px 10px 20px;
	margin-bottom:20px;
	overflow: hidden;
	background-image: url(images/winkelwagen.png);
	float: right;
	display: inline;
}
#fotos {
width: 220px;
margin: 20px 0px 0px 0px;
overflow: hidden;
display: inline;
}
#right {
width: 220px;
margin: 65px 20px 0px 0px;
overflow: hidden;
float: right;
display: inline;
}
#fotos img {
border: 2px solid #cccccc;
margin-bottom: 20px;
}

#contenthome {
	margin: 10px 0px;
	clear: both;
}

#content {
	width: 480px;
	margin: 10px 0px;
}

#text {
	width: 720px;
	margin-bottom:50px;
	
}

/* PAKKETTEN */

.pakket {
	height: 345px;
	width: 216px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	float: left;
	display: inline;
}
.pakkettext {
	margin: 10px;
}
.prijs {
	font-size: 22px;
	font-weight: bold;
}

/* FOOTER */

#footer {
	height: 100px;
	width: 970px;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	clear: both;
	border-top: 2px solid #bdd3e9;
	overflow: hidden;
}
#footerleft {
	float: left;
	position: absolute;
	padding: 10px 20px;
}
#footerright {
	float: right;
	text-align: right;
	padding: 10px 20px;
}
#footer p, #footer a {
	font-size: 11px;
	padding: 0px;
	color: #666666;
}
#footer a:hover {
	font-size: 11px;
	color: #ee0000;
}