html {
	background: #0e0e0e url(test.gif) repeat-x scroll center top;
	height:100%;
	margin:0px; 
	padding:0px;
	border: 0; 
}

body {
	font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
}

#menu {
	color: white;
	float: left;
	margin-left: 20px;
}

#menu a:hover {
	color: white;
}

#wrapper {
	width: 950px;
	margin: 54px auto 0px;
	* margin-top: 60px;
	padding-top:25px;
	padding-bottom: 10px;
	background: #0e0e0e url('background.gif') repeat-y;
}

.button {
	margin-left: 10px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #666;
	color:#000;
	text-decoration:none;
	background: #dcdcdc url(/tijdelijk/tick.png) no-repeat scroll 5px center;
	width: 100px;
}

.kerstman {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 10px;
	margin-left: 350px;
}

.sneeuwpop {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 10px;
	margin-left: 350px;
}

#verhaaltje {
	margin: auto;
	width: 850px;
}

.albumimg {
	background: #FF0099;
	padding: 10px;
	margin-top: 5px;
}

.albumimg:hover {
	background: #0E0E0E;
}

#mailform {
	margin: 20px auto;
	width: 850px; 
}

#footer {
	text-align: center;
	background: #0e0e0e url('footer.gif') repeat-x center bottom;
	width: 100%;
	height: 113px;	
	position:absolute;
	left: 0px;
}


p {
	padding: 0px;
	color: grey;
	text-align: left;
	padding: 15px;
	background: #ffffff;
}

.form {
	background: #ffffff;
}

.copyright {
	font-size: 10px;
	display: block;
	padding-top: 20px;
}

a {
	color: #ff0099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: red;
	font-weight:bold;
}

.bedankt {
	color: green;
}

h1 {
	z-index:2;
	color: white;
	margin-left: 20px;
}

.handtekening {
	position: relative;
	height: 60px;
	padding-left: 510px;
}

.top-left {
	background-image: url('/tijdelijk/tl.gif');
	height: 11px;
	width: 845px;
	font-size: 2px;
}

.top-right {
	float: right;
	margin-top: -11px;
	background-image: url('/tijdelijk/tr.gif');
	height: 11px;
	width: 11px;
	font-size: 2px;
}

.bottom-left {
	background-image: url('/tijdelijk/bl.gif');
	height: 11px;
	font-size: 2px;
	margin-right: 11px;
}

.bottom-right {
	background-image: url('/tijdelijk/br.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 11px;
	font-size: 2px;
	margin-top: -11px;
}

.nogap {
	margin-top: -1px;
	margin-bottom: 0;
}