@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	background:#feffd3;
	margin: -1px;
	padding: 0;
	border: none;
}

#wrapper {
	width: 900px;
}


.flessen{
background:url(../Img/flessen.jpg) repeat-y -10px;
}

.logo{
margin-bottom:15px;
position:relative;
padding:5px;
width:175px;
height:70px;
background:url(../Img/logo.gif) no-repeat center}

.logoTekst{
padding:15px;
text-align:center;
font-family:"Times New Roman";
color:#666666;
font-size:30px;
font-weight:bold;}

.inhoud{
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.menu{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}

.voetnoot{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.voetnoot a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.voetnoot a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}


img {
    border:0px;
}

a:link {
	text-decoration:none;
	color: #666666;
}
a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: red;
}
a:active {
	text-decoration:none;
	color: #666666;
}