body{
	background-image: url(../img/bg_top.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #6cbdde;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	text-align:center;
	margin: 0;
	padding: 0;
}
#head{
	position: relative;
	margin: 0 auto;
	text-indent: 0px;
	background: #fff url('../img/hd.png') no-repeat top center;
	width: 940px;
	height: 210px;
}
#body{
	margin: 0 auto;
	text-align: left;
	background: #fff url('../img/bg.png') repeat-y center;
	width: 940px;
}
#body_content{
	position: relative;
	margin: 0 27px 0 40px;
	padding-top: 20px;
}
#foot{
	margin: 0 auto;
	background: #e8ebf1 url('../img/ft.png') no-repeat top center;
	width: 940px;
	height: 142px;
	font-size: 10px;
}
#planecontainer{
	position: relative;
	width:100%;
	top: 0;
	left: 0;
}
#plane{
	position: relative;
	margin: auto;
	top: 0px; 
}
#logo{
	position: relative;
	margin: auto;
	margin-top: 50px;
	background: url(../img/logo.png) no-repeat top left;
	width: 310px;
	height: 280px;
}
#cr{
	font-size: 10px;
	text-align: center;
	color: #F8F8FF;
}
#logo h1{
	margin-left: -9999px;
}

/* Main page clouds */
.cloud{
	position: absolute;
	font-size: 1.3em;
	text-align: center;
}
#cloud1{/* over ons */
	background-image: url(../img/cloud1.png);
	width: 155px;
	height: 127px;
	top: -10px;
	left: 350px;
	line-height: 120px;
}
#cloud2{/* producten */
	background-image: url(../img/cloud2.png);
	width: 206px;
	height: 136px;
	top: -10px;
	left: -300px;
	line-height: 140px;
}
#cloud3{/* voorwaarden */
	background-image: url(../img/cloud3.png);
	width: 213px;
	height: 131px;
	top: 350px;
	left: 10px;
	line-height: 140px;
}
#cloud4{ /* contact */
	background-image: url(../img/cloud4.png);
	width: 189px;
	height: 142px;
	top: 260px;
	left: -230px;
	line-height: 140px;
}
#cloud5{/* prijzen */
	background-image: url(../img/cloud5.png);
	width: 177px;
	height: 146px;
	top: 230px;
	left: 305px;
	line-height: 150px;
}

div.cloud a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
div.cloud a:hover{text-decoration: none}
#cloud1 a:hover{color: HotPink}
#cloud2 a:hover{color: blue}
#cloud3 a:hover{color: #77e884}
#cloud4 a:hover{color: #e8e47e}
#cloud5 a:hover{color: orange}
a, a:visited{color: #444}

/* navigation */
#nav{
	width: 300px;
	margin: 0 auto;
}
#navlist{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navlist a{
	font-size: 1.3em;
	text-decoration: none;
}
a:hover{
	color: #336699
}
li.leftcloud{
	position: relative;
	left: -100px;
	top: 130px;
	font-family: comic sans ms, verdana;
}
li.rightcloud{
	position: relative;
	left: 180px;
	top: 60px;
	font-family: comic sans ms, verdana;
}

h1{
	text-align: center;
}
h2, h3{
	color: #333;
	font-family: comic sans ms, verdana
}
th{
	color: #333;
	font-family: comic sans ms, verdana
}
table.productoverzicht{
	width:870px;
}
table.productoverzicht img{
	border: none;	
}
table.productoverzicht td{
	text-align: center;
}

tr.even{
	background: #d4e2e8;
}
table.prijsoverzicht{
	border: solid 1px black;
	border-collapse: collapse;
}
table.prijsoverzicht thead{
	background: #67b9db;
}
table.prijsoverzicht th, table.prijsoverzicht td{
	padding: 3px;
}
