@charset "utf-8";
/* CSS Document */

*{
	padding: 0; 
	margin: 0;
}
a{
	text-decoration:none;
}

html,body{
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	font-family: Georgia, Arial;
	font-size: 13px;
}
#container{
	position: relative;
	width:730px;
	margin:0 auto;
}
#content{
	position: relative;
	width:730px;
	margin-bottom:50px;
}
#top{
	position: relative;
	width:730px;
	background-color:#b8c1c2;
	padding-top:19px;
}
#contentgrey{
	background-color: #B8C1C2;
	color: #000000;
	padding: 15px;
	padding-left: 20px;
}
#header{
	position: relative;
	width:730px;
	height:80px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}
#toptekst{
	position: relative;
	height: 235px;
	width:730px;
	background-image: url('../images/structure/topbg.jpg');	
}
#menu{
	position: relative;
	width:730px;
	overflow: auto;
	margin-top:1px;
	margin-bottom:25px;
}
.knop{
	height:27px;
	color:#637678;
	background-color:#b8c1c2;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	margin-left:1px;
	font-size:18px;
	float:right;
}
.pic{
	width:400px;
	float:left;
}
.tekst-wrap{
	width:330px;
	float:left;
}
.tekst{
	width:330px;;
	float:left;
	text-align:center;
}
.linktitel{
	font-size:16px;
}
.link{
	font-size:16px;
	color:#666666;
	text-decoration:underline;
}
.naam{
	position: absolute;
	bottom: 0px;
	z-index: 100;
	text-align:center;
	font-family:Impact;
	font-size:18px;
	letter-spacing:1px;
	width:330px;
	height:40px;
	color:#FFF;
}

#fotoboek{
	position: relative;
	margin-top: 70px;
}

.blok{
	position: relative;
	width:730px;
	margin-bottom:50px;
	overflow: auto;
}
