body {
	background-color:#E1E1E1;
	background-image:url(../backs/vline.gif);
	background-position:50px 90px;
	background-repeat:no-repeat;
	font-family:verdana,arial,sans-serif;
	font-size:100.01%;
	color:gray;
	margin:10px 10px 0 10px;
	padding:0;
	}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	border:none;
	}

#foot {
	clear:both;
	text-align:right;
	margin-top:1em;
	padding: 0 1ex 1ex 0;
	background-color:#E1E1E1;
	font-size:70%;
}
#foot a {
	color:gray;
	}
	
#menues {
	margin-left:90px;
	font-size:80%;
	background-image:url(../backs/hline.gif);
	background-position: 0 1.4em;
	background-repeat:no-repeat;
	padding:0 0 0 1ex;
	}	
#menues ul, #menues li {
	display:inline;
	padding:0;
	margin:0 1ex 0 0;
	font-weight:bold;
	}
#menues a {
	text-decoration:none;
	font-weight:normal;
	color:gray;
	}
#menu_galleries {
	margin-top:3px;
	text-align:right;
	}
#menues a:focus, #menues a:hover  {
	border-top:1px solid gray;
	}
#menu_galleries a:hover, #menu_galleries a:focus {
	border-bottom:1px solid gray;
	border-top:none;
	}

#gallery {
	position:absolute;
	top:100px;
	left:36px;
	list-style-type:none;
	padding:0;
	margin:0;
	}
#gallery a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	 -moz-opacity: 1.0; opacity:1.0;
	
}
#gallery img {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	 -moz-opacity: 0.7; 
	opacity:0.7;
	border:none;
	}

#gallery li {
	background-image:url(../backs/preview-shadow.gif);
	background-position:bottom right;
	width:36px;
	height:36px;
	margin:0 0 5px 0;
	padding:0px;
	}

#overview {
	background-image:url(../backs/gallery-bg.jpg);
	background-position: 200px 0px;
	background-repeat:no-repeat;
	height:550px;
	}
#overview li {
	list-style-type:none;
	position:absolute;
	}
#overview img {
	border:none;
	}
	
#displayarea {
	margin:40px 10px 10px 220px;
	}
#display { 
	display:table;
	margin-left:auto !important;
	margin-right:auto !important;
	width:auto;
	}
#display[id] {
	width:auto !important;
	}

#img {
	float:left;
	display:table-cell;
	padding:0;
	background-image:url(../backs/shadow-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#img div {
	float:left;
	display:block;
	background-image:url(../backs/shadow-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#img img {
	display:block;
	margin:0;
	padding:0 16px 16px 0;
	background-image:url(../backs/shadow-corner.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

/* Bilderzettel **********************/
#label {
	padding:0 0 0 16px;
	display:table-cell;
	width:195px; /* px for ie */
	}
#label[id] {
	width:12em;
	}
#label dl {
	font-size:70%;
	float:left;
}
#label dt {
	display:none;
	}
#label dd {
	margin:0 0 0.5ex 0;
	}
#label dd.title {
	font-weight:bold;
	margin-bottom:1.5ex !important;
	}
#label dd.reprint {
	font-weight:bold;
	font-size:80%;
	margin-top:2em !important;
}
#label dd.reprint dl {
	font-size:100% !important;
	font-weight:normal;
}
#label dd.reprint dd {
	margin:0 !important;
}

/* Text *******************************/
#text {
	margin:3em 5em 2em 8em;
	font-size:86%;
	line-height:150%;
	color:black;
	width:65ex;
}
#text h1 {
	font-size:100%;
	letter-spacing:0.2ex;
	margin:2em 0 1ex 0;
}
#text dl {
	width:60ex;
	}
#text dt {
	width:4em;
	float:left;
	margin-top:0.5ex;
	}
#text dd {
	margin-left:0;
	padding-left:4em;
	margin-top:0.5ex;
	}
#text a {
	color:navy;
	}
#text a:visited {
	color:gray;
	}
#text a:hover {
	color:blue;
	}
address {
	font-style:normal;
	}
span.block {
	display:block;
	margin:1ex 0;
	}

ul.linkliste {
	list-style-type:none;
	padding:0;
	margin:0;
	}
ul.linkliste li {
	margin-bottom:1ex;
	}
ul.linkliste a {
	display:block;
	}
		
a.disguised {
	color:black !important;
	text-decoration:none;
	}

#newsbox {
	font-size:86%;
	position:absolute;
	top:120px;
	left:10px;
	width:210px;
	padding:1em;
	background-color:white;
	border:1px solid silver
}