body{
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:11px;
	color:#685F42;
	background:url(../img/bg_feet.gif) top left #999999;
}
h1 {
	margin:0;
	padding:0;	
}
h3 {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;	
}
#all{
margin: 0 auto;
width:700px;
height:100%;
border:8px solid #FFFFFF;
background:#EFEFEF;
}

#header{
	height:261px;
	width:700px;
	background:url(../img/header_05.jpg) top left;
}
#menu{
	float:left;
	width:697px;
	height:21px;
	text-align:left;
	font-size:13px;
	font-weight:bolder;
	padding-top:4px;
	padding-left:3px;
	color:#FFFFFF;
	background:url(../img/menu_bg.png) top left;
	
}

#menu a:hover, #menu a:active {
	color:#DBDBDB;
	text-decoration: none;
	} 
	
#menu a:link, #menu a:visited {
  color:#FFFFFF;
  text-decoration: none;
}	

.a:hover {
	color:#685F42;
	text-decoration: underline;
	} 
	
.a:link, a:visited, a:active  {
  color:#685F42;
  text-decoration: underline;
}	

#content {
	float:left; 
	width:695px;
	padding-top:5px;
	
}
#content-img{
	width:185px;
	margin-right:5px;
	float:left;
}
#content-txt{
	width:495px;
	float:right;
		
}
#content-txt2{
	width:680px;
	float:right;
	padding: 5px;
		
}

#footer{
	font-size:11px;
	text-align:center;
	width:700px;
	
}

.album{
	width:150px;
	height:100px;
	border:1px solid #999;
	color:#FFFFFF;
	background:url('images/album_back.jpg') center no-repeat #FFF;
	xbackground-color: #FFF;
	padding:5px;
	font-weight:Bold;
	text-align:center;
	cursor:pointer;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.album_a{
	width:150px;
	height:100px;
	border:1px solid silver;
	background:url('images/_actief.gif') right bottom no-repeat #DFDFDF;
	padding:5px;
	cursor:pointer;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


.album_b{
	width:150px;
	height:100px;
	border:1px solid silver;
	background:url('images/_inactief.gif') right bottom no-repeat #DFDFDF;
	padding:5px;
	cursor:pointer;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
