/* basic */

body {
	color : #000000;
	background-color : #FFF5E5;
	margin : 0px;
	padding : 0px;
}

body, p, html {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	letter-spacing : 0em;
	line-height : 14px;
	font-weight : bold;
	padding : 0px;
	margin : 0px;
}

table, td {
	font-size : 10px;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
}

img {
	border : 0px;
}

ul {
	margin-top : 2px;
	margin-bottom : 2px;
}

form {
	margin-top : 2px;
	margin-bottom : 2px;
}

.spacer {  
  line-height : 5px;
}

#hidepage {
	position : absolute;
	left : 0px;
	top : 0px;
	background-color : #FFF5E5;
	layer-background-color : #FFF5E5;
	height : 100%;
	width : 100%;
}

#tooltip {
	position:absolute;
	visibility:hidden;
	z-index:200;
}

.top25tabel {
	font-weight : normal;
	color : #000000;
	margin : 0px;
	padding : 0px;
	border : 0px;
}

.top25tabel a:link,
.top25tabel a:active,
.top25tabel a:visited {
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

.tooltip_title {
	font-size : 12px;
	font-weight : bold;
	line-height : 13px;
	letter-spacing: -0.05em;
}

.tooltip_text {
	font-size : 11px;
	font-weight : normal;
	line-height : 12px;
	letter-spacing: -0.05em;
}

.mail_input {
	font-family : Arial, Verdana, sans-serif;
  border:		1px solid #000000;
  background-color:	#FFEFD7;
} 

.zoek_select {
  	font-family : Arial, Verdana, sans-serif;
		color : #000000;
		background-color : #FFEFD7;
		border : 1px solid #000000;
		margin : 0px;
		padding : 0px;
} 

