@charset "utf-8";
/* CSS Document */

body {
	background-color: #344974;
	background-image: url(../afbeeldingen/body/body.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 955px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -477.5px;
	top: 0px;
	text-align: center;
}

#main {
	width: 955px;
	height: 260px;
	background-color: #FFFFFF;
}

.tekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

.tekst1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.tekst2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
}

.email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}