<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html,div, #map {
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #F5F5F1;
}
hr {
	display: none;
}

a {
	color: #4F651A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#footer {
	width: 998px;
	margin: 0 auto;
	background-repeat: no-repeat;
	padding-top: 40px;
}
#debug {
	text-align: center;
	font-size: small;
	color: #999999;
}
#footer p {
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right: 1px solid #676767;
	padding-left: 10px;
	padding-right: 10px;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li#rss {
	border-right: none;
	width: 13px;
	height: 12px;
	display: block;
	margin-left: 760px;
	position: absolute;	
	padding-top: 3px;
}
#footer ul li#rss a {
	width: 13px;
	height: 12px;
	display: block;
	background-image: url(../images/l/rss.jpg);
	background-repeat: no-repeat;
}
#footer ul li#rss a span {
	display: none;
}


.imgtitle { 
	padding-left:5px; 
	position: absolute; 
	padding-top: 2px;
	height:18px;					
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	
	height:34px;
	color: #000000;
	background-color: #FFFFFF;
}
.imgblock {
	float:left; 
	overflow: hidden;
}
.imgtitle a {  
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
}
.imgtitle span a {  
	color: #B1B1B1; 
}
#museumfilter {
	margin-left: 13px;
	width: 726px;
}
#museumfilter.maps {
	margin-left: 0;
	width: 230px;
}
#museumfilter p, #museumfilter form {
	margin-bottom: 0;
}
			
#map {
	height: 500px;
	width: 100%;
}
#mapborder {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #ECECEC;
	height: 500px;
	width: calc(100% - 14px);
}
#teaser {
	background-color: #FFFFFF;
	padding: 6px;
	padding-bottom: 10px;
	border: 1px solid #ECECEC;
	width: calc(100% - 14px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 13px;
}
#teaser img {
	width: 100%;
	padding-bottom: 10px;
}
.imgblock {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #ECECEC;
}
h1 {
	height: 100px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center left;
	margin-bottom: 10px;
	width:100%;
	border-bottom: 1px solid #DFDFDF;
    box-shadow: 0 5px 5px #EFEFEB;;
}
h1 a {
	width: 300px;
	height: 100px;
	display: block;
}
#footer {
	background-image: none;
}
#moachead {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 100;
}
#moacbody { 
	margin-top: 114px; 
}

@media only screen and (device-width: 768px) {
  /* rules for iPad in landscape orientation */
	#mapborder { height: 400px; }
	#map { height: 400px; }
	
	#moachead { position: relative !important; }
	#moacbody { margin-top: 0 !important; }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android rules here */
	#mapborder { height: 400px; }
	#map { height: 400px; }
	
	#moachead { position: relative !important; }
	#moacbody { margin-top: 0 !important; }
}
#quote {
	height: 80px;
	margin-left: 400px;
	position: absolute;
	top: 0;
	color: #666666;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	max-width: 650px;
}
</pre></body></html>