#huishuis { 
	position:relative; 
	left:0px; 
	top:0px; 
	width:950px; 
	height:590px; 
	margin-left: auto;	
	margin-right: auto; 
}

#menu { 
	position:absolute; 
	left:534px; 
	top:309px; 
	width:58px; 
	height:58px; 
}

body {
	background-image: url(../beelden/gradient.png); 
	background-attachment: fixed; 
	background-repeat: repeat; 
}

* {
	margin:0;
	padding:0;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dadada;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dadada;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dadada;
	text-decoration: none;
}
		
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dadada;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-color: transparent;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	background-color: #5ea9d4;
	cursor: crosshair;	
}