/*---------------------------------------------------*/
/*for the screen layout*/
div#top,div#left,div#middle,div#right,div#bottom,div#kopmenu{
	position:absolute;
	margin:0px;
	padding: 0px;
	background-color:#8B7D6B;
}
/*---------------------------------------------------*/
/*the top side of the screen*/
div#top{
	height: 100px;
	width: 	1024px;
}
/*---------------------------------------------------*/
/*the left side of the screen*/
div#left{
	top: 	75px;
	height: 100%;
	width: 	600px;
}
/*---------------------------------------------------*/
/*the middle side of the screen*/
div#middle{
	margin-top:20px;
	top:		50px;
	left:		175px;
	width: 		640px;
	overflow : 	auto;
}
/*---------------------------------------------------*/
/*the right side of the screen*/
div#right{
	margin-top:20px;
	top:	50px;
	left:	810px;
	height: 100%;
	width: 	200px;
}
/*---------------------------------------------------*/
div#kopmenu{
	font-size:0,9em;
	top:	30px;
	left:	350px;
}
/*---------------------------------------------------*/
div#websitelogo{
	font-weight:bold;
	width:100%;
	height:80px;
	text-align:left;
	font-size:400%;
}
/*---------------------------------------------------*/
div#fotolijst{
width:400px;
height:400px;
}
div#AMDetails{
margin-top:5px;
margin-bottom:5px;
width:500px;
border-bottom:1px dotted #000080;
}
div#AMOmschrijving{
 font-style: italic;
}
div#AMVerhaal{
 font-style: italic;
}
div#folder{
}
#contentleftcol{
margin-top:0px;
width:300px;
float:left;clear:right;
}
#contentrightcol{
margin-top:0px;
width:300px;
float:left;clear:right;
padding-left:20px;
}

