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

body {
	background-color: #0094de;
}

#container {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 940px;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#domeincontrole {
	width: 380px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	float: right;
	}

#domeincontrole input {
	color: #0094de;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#knoppenbalk {
	width: 940px;
	height: 60px;
	background-image: url(images/knoppenbalk.jpg);
}

#links1 {
	width: 250px;
	height: 220px;
	padding: 20px 0px 0px 40px;
	background-image: url(images/links1.jpg);
	float: left;
}

#links1 li {
	list-style-image: url(images/liststyle1.jpg);
	list-style-position: inside;
	padding: 5px;
}

#jeeigennl {
	width: 650px;
	height: 240px;
	background-image: url(images/je-eigen-nl.jpg);
	float: right;
}

#pakketvlak {
	width: 920px;
	height: 251px;
	padding: 0px 10px;
	background-image: url(images/pakketvlak.jpg);
	clear: both;
}

.pakketholder {
	width: 190px;
	height: 198px;
	padding: 17px 20px 0px 20px;
	background-image: url(images/pakketholder.jpg);
	float: left;
	display: block;
}

.pakketholderkop {
	width: auto;
	text-align: center;
	display: block;
}

.pakketholder h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.pakketholder li {
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
	}

#footer {
	width: 940px;
	height: 20px;
	background-image: url(images/footer.jpg);
}
