/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif -t;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	background-color:#f7f7f7;
}

#banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 363px;
}

.hide { 
	display:none 
}

a {
text-decoration : none;
color : #007e8d;
}

a:hover {
color : #b8b8b8;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d3d2d2;
	width: 97%;
	clear: both;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	text-indent : -9999px;
	margin: 0px;
	padding: 0px;
	color: #007e8d;
}

h2 {
	font-size: 1.4em;
	margin : 0;
	font-weight: normal;
	color : #007e8d;
}

h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color : #007e8d;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
	margin : 0;
	font-weight: normal;
	color : #007e8d;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol.text {
	list-style: decimal;
	margin : 0;
	color : #505050;
}

ul.text {
	margin : 5px 0 10px 0;
	padding-top : 5px;
	border-top : 1px solid #e8e8e8;
}

li.text {
	margin : 0 0 5px 0;
	padding : 0 0 5px 0px;
	border-bottom : 1px solid #e8e8e8;
}

p {
margin : 0;
color : #150517;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

html body div.clear, html body span.clear {
background : none;
border : 0;
clear : both;
display : block;
float : none;
font-size : 0;
margin : 0;
padding : 0;
overflow : hidden;
visibility : hidden;
width : 0;
height : 20px;
}

	  /* Tulpen dagen box */

a.activator{
	cursor:pointer;
}

.overlay{
	background:transparent url(../images/overlay.png) repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}

.box{
	position: absolute;
	top:-600px;
	margin-left: auto;
    margin-right: auto;
	width:940px;
    left: 0;
    right: 0;
	background-color:#fff;
	color:#7F7F7F;
	padding:20px;
	border:1px solid #ccc;
	z-index:101;
}

a.boxclose{
	float:right;
	width:26px;
	height:26px;
	background:transparent url(../images/cancel.png) repeat top left;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
}