* {
    margin: 0;
    padding: 0;
}	

html {
    background: url(images/background_pattern.jpg);
}

#content {
    background: url(images/background.jpg) no-repeat;
    min-height: 800px;
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

span.gegevens {
				display: block;
				width: 150px;
				color: #FFF;
				padding-bottom: 3px;
				}

#bericht	{
    position: absolute;
    width: 380px;
    top: 100px;
    left:400px;
}

#facebook {
    position: absolute;
    left: -200px;
    top: 270px;
}


h2 {
    font: 13px Verdana, Tahoma, Sans-serif;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 10px;
}

p	{
	padding-bottom: 5px;
	font-size: 11px;
	}
h3 {
    
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    padding: 20px 10px 30px 10px;
}

a {
    color: #FFF;
}
a:visited {
    color: #FFF;
}
a:hover	{
    color: #8e8e8e;
}
