@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: left;
}
/* 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;
}

.bigpicture {
border: 2px solid #cccccc;
margin-bottom: 20px;
}

/* DIV POSITIONS */

#container1 {
	width: 100%;
}

#container2 {
	width: 100%;
}

/* HEADER */

#header {
	display: none;
}

#logo {
		display: none;
}

#topmenu {
	display: none;
}

#headertext {
	display: none;
}

/* MENU */

#menu {
	display: none;
}

/* CONTENT */

#mainhome {
	width: 100%;
}


#main {
	width: 100%;
}

#zoeken {
	display: none;
}

#winkelwagenhome {
	display: none;
}

#winkelwagen {
	display: none;
}

#contenthome {
	width: 100%;
}

#content {
	width: 100%;
}

#text {
	width: 100%;
}

/* 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 {
	display: none;
}