body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Myriad Pro, Arial, Verdana;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}	
table, td, p{
	font-size: 14px;
	line-height: 18px;
}	

p{
	padding: 5px 0 10px 0;
}	
img {border:0}

a, a:link, a:visited{
	color: #5e5b35;
	text-decoration: none;
}
a:hover, a:active {
	COLOR: #000;
	text-decoration: none;
}
#fotorechts {
	float: right;
	font-size: 8pt;
	font-style: italic;
	margin-left: 2mm;
	margin-bottom:2mm;
}

#fotolinks {
	float: left;
	font-size: 8pt;
	font-style: italic;
	margin-right: 2mm;
	margin-bottom:2mm;
}
h1, h2, h3, h4{
	

}
h1{
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	color: #5e5b35;
	margin-bottom: 12px;
}
h2{
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #5e5b35;
	margin-bottom: 2px;
	margin-bottom: 8px;
}
h3{
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #5e5b35;
	margin-bottom: 4px;
}
h4{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #5e5b35;
}

ul{
	margin: 0 0 0 35px;
	padding: 0;
}
ul li{
	margin: 0;
	padding: 0;
}
ul li a{

}

input{
	padding: 2px 5px;
}
.tabel{
	border: 0;
	border-top: 1px solid #5e5b35;
	border-left: 1px solid #5e5b35;
}
.tabel td{
	border: 0;
	padding: 5px;
	border-right: 1px solid #5e5b35;
	border-bottom: 1px solid #5e5b35;
}

/************FOTOGALLERY**********/
.fotogallerij-item-overview{
	float: left;
	margin: 0 8px 10px 0;
	padding:0 0 0 0;
	text-align: center;
	width: 200px;
	height: 175px;
}
.fotogallerij-item-overview a.Effect{
	width:200px;
	height:130px;
	border: 1px solid #4c576d;
	text-decoration: none;
	display:block;
}
.fotogallerij-item-overview a.title{
	display: block;
	height: 45px;
	width: 200px;
}
.fotogallerij-item-overview a.title:hover{
	text-decoration: underline;
}



.fotogallerij-item{
	float: left;
	margin: 0 8px 10px 0;
	padding:0 0 0 0;
	border: 1px solid #4c576d;
	text-align: center;
/*	width:161px;
	height:116px;
	background:url(../img/fotogallery.png) top left no-repeat; */
}
.fotogallerij-item, .fotogallerij-item a{
	width:200px;
	height:130px;
}
.fotogallerij-item a{
	text-decoration: none;
	display:block;
}
.fotogallerij-item a:hover{
	text-decoration: underline;
}

.backbutton{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	height: 26px;
}
.backbutton a{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	border: 1px solid #000;
	padding: 5px 5px 5px 30px;
	margin: 0;
	background:url('../img/arrowl.png') 0px 0px no-repeat;
	text-decoration: none;
}
.backbutton a:hover{
	text-decoration: none;
	font-weight: bold;
}

.border img{
	border: 1px solid #4c576d;
}
.Effect{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.Effect:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
* html .Effect{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


