/* Style sheet*/


html {
overflow-y: scroll;   /* this will allways display the scrollbar */
}


*{
 	font-family:Verdana;
	font-size:10pt;
}

body{
/*	background-color:#c5925f;  */
	background-color:#af9377;
	margin:20px;

}
#maintable{
	background-color:#fff;
	width:900px;
}
#innertable{
	background-color:#f7efc6;

}
.header{
	background-color:#EADCAB;
	height:125px;
}
.leftcolumn{
	width:285px;
}

.middleline{
	border-right:1px solid #816D48;
}
.gallery{
	background-color:#CBC686;
	width:285px;
	height:246px;
}
h1{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding:0;
}
UL{
	padding:0 0 0 15px;
	margin:0;
}
.maincontent{
	padding: 10px;
}
.footer{
	font-size:10px;
	text-align:right;
	padding:5px;
	height:20px;
}


.footer a{
text-decoration:none;
color:#000000;
font-size:10px;
}




A.selectedmenu{ font-weight:bold; }


#qqq { z-index:2;}
.imagediv{width:319px;height:485px;float:left; z-index:1;}


#foto_impressie img{
padding: 15px;

}
