	/*** CSS Document ***/
body{
	font-size: 11px;
	font-family: "Verdana", Arial, sans-serif;
	color: #000000;
	background-color: #f2f2f2;
}
html, body {
	margin:0px;
	padding:0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
    width: 750px;
	height:100%;
	background-color:#FFFFFF;
}
html>body #container{
	height: auto; 
	min-height: 100%; 
}
img {
	border:none
}

h1{
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display:block;
	margin-bottom: 10px;
}
h2{
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a:active   
	{
	color:#FFFFFF; 
	}

a:link {
	text-decoration : none;
	color: #FFFFFF;
}
a:visited {
	text-decoration : none;
	color: #FFFFFF;
}
a:hover {
	text-decoration : none;
	color: #ff0000;
	}
	
a.zwart:active   
	{
	color:#000000; 
	}

a.zwart:link {
	text-decoration : none;
	color: #000000;
}
a.zwart:visited {
	text-decoration : none;
	color: #000000;
}
a.zwart:hover {
	text-decoration : none;
	color: #ff0000;
	}
	
/*** pagina opzet ***/

#menu {
	background-color:#545656;
	height: 65px;
	width:720px;
	margin-left: 14px;
	margin-right: 14px;
	color:#FFFFFF;
	font-size:14px;
	background-image: url(../images/logo_walrecht.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#white_space {
	clear:both;
	background-color:#FFFFFF;
	height:14px;
	width:720px;
}
/*** IE Fix ***/
* html #white_space {
	height:14px;
}
#content {
	background-color:#e9e9e9;
	height:100%;
	width:720px;
	margin-left: 14px;
	margin-right: 14px;
}
#content_bio {
	background-color:#e9e9e9;
	float:left;
	height:100%;
	width:350px;
	padding: 5px;
}
/*** IE Fix ***/
* html #content_bio {
	width:350px;
}
#content_portfolio_jaar{
	float:left;
	background-color:#e9e9e9;
	width:118px;
	height:118px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content_portfolio_jaar_info{
	background-color:#e9e9e9;
	float:right;
	height:108px;
	width:591px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#portfolio_tumbs{
	display:block;
	float:left;
	background-color:#FF0000;
	height:110px;
	width:110px;
	margin:5px;
}
/*** IE Fix ***/
* html #portfolio_tumbs {
	margin:4px;
}
#menu_keuze {
	background-color:#545655;
	height:18px;
	width:100%;
}
#vorige{
	float:left;
	height:18px;
	width:342px;
}
#tumbnail{
	float:left;
	height:18px;
	width:295px;
}
#volgende{
	float:left;
	height:18px;
	width:60px;
}
#info_keuze {
	background-color:#e9e9e9;
	width:710px;
	height:66px;
	padding:5px;
}
#info_plaatje{
	width:720px;
	height:100%;
	background-color:#e9e9e9;
}