body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0px; padding: 0px;
	margin-bottom: 10px;
	background-color: #ddd;
	width: 600px;
	margin: 50px auto;
}

h1{
	text-shadow: #aaa 4px 4px 2px;
}

h2{
	margin-top: 20px;
	margin-bottom: 4px;
}

div.hip{

	width: 100%;
	min-height: 150px;
	border: 1px solid #888;
	border-radius: 2px;
	box-shadow: 7px 7px 5px #888;
	background-color: white;
	padding-left: 20px;

	font-family: serif;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
div.hip p{
	width: 200px;
	margin-top: 20px;
	font-size: 10px;
}
div.hip ul {
	margin-top: 0;
}
div.hip ul a {
	text-decoration: none;
}
a:visited #sailplanner{ color: black; }
#sailplanner{
	background-image: url('sailplanner.png');
	background-position: 240px -30px;
	color: black;
	text-decoration: none;
}
#sailplanner span.href{
	text-decoration: underline;
	color: blue;
}
#lichtjes{
	background-image: url('feest.jpg');
	background-position: 330px 0px;
}
#websites{
	background-image: url('code.png');
	background-position: 260px 0px;
}




#contact{
	opacity: 0.3;
	width: 280px;
}

#contact:hover{
	opacity: 0.9;
}

#contact h2{
	margin-top: 10px;
}
