html, body {
	margin: 0;
	padding: 0;
}


p.jump-to-nav {
	visibility: visible;
	display: none;
}
hr.hide {
	display: none;
}

/* this is our "window", or "body" */
#container {
	font-size: 10px;
}
#content {
	position: relative;
}
#logo img.logo-main {
	height: 40px;
}
#logo-anniversary {
	left:154px;
	position:absolute;
	top:0;
	z-index:50;
}
#logo-anniversary img.logo-anniversary {
	height: 46px;
}

#page {
	background: #f2f0eb url("../_gfx/page-top-hh.png") repeat-x top left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 12px;
}
#maincontent {
	max-width: 100%;
}
.maincontent-head {
	width: 100%;

}
.page-slideshow {
	width: 100%;
}
.page-slideshow.hasSlideshow {
}
/*
@media (device-width: 320px) {
	.page-slideshow {
		width: 320px;
		height: 136px;
	}
}
@media (device-width: 480px) {
	.page-slideshow {
		width: 480px;
		height: 204px;
	}
}
@media (device-width: 640px) {
	.page-slideshow {
		width: 640px;
		height: 272px;
	}
}*/
#slideshow-img {
	width: 100%;
}
#illustration img.illustration {
	width: 100%;
}
#navigation {
}
#navigation h1 {
	display: none;
}
#mainmenu h2 {
	display: none;
}
#mainmenu {
	position: absolute;
	left: 5px;
	top: 45px;
}
#mainmenu ul li#menu_hem {
	display: none;
}

#localmenu {
	background-color: #f2f0eb;
	padding: 10px 10px 20px 10px;
}
#localmenu h2 {
	margin: 0;
	font-weight: normal;
	font-size: 125%;
}
#localmenu ul {
	margin: 0;
}
#localmenu ul li {
	margin-top: 1ex;
	margin-bottom: 0;
}

#footer .content {
	padding: 20px 10px 15px 10px;
	background-image: url("../_gfx/footer-bg-hh.png");
}
#footer address {
	display: none;
}
#footer .affiliations {
	text-align: center;
}
#footer .affiliations ul li {
	margin: 0;
}
#footer .affiliations ul li img {
	height: 50px;
}
#footer .externalSources {
	text-align: center;
}
#footer .externalSources ul li {
	margin: 0;
}
#footer .externalSources ul li img {
}
#site-info {
	background: transparent url("../_gfx/page-bottom-hh.png") repeat-x top left;
	padding-top: 20px;
	height: 45px;
	text-align: center;
}
#site-info .parties {
	display: none;
}

.maincontent-head h1 {
	padding: 0 10px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
.maincontent-body {
	padding: 0 10px;
	margin-bottom: 0px;
}

.template-projectindex #projectmap,
.template-projectarchive #projectmap,
.template-project #projectmap,
.template-textpage #pagemap {
	width:100%;
	height:200px;
}
.template-project .data dl dt {
	float: left;
	clear: left;
	padding-right: 1ex;
	font-style: italic;
	font-weight: bold;
}
.template-project .data dl dd {
	margin: 0;
	padding: 0;
}
.template-project .data dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.template-project .data dl dd ul li {
	display: inline;
}
.projectbutton h3, 
.projectbutton h4 {
	font-size: 12px;
}

.profile_extended2 {
	float: left;
}

#projectinfo {
	position: absolute;
}


form ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
form ul li {
	margin: 0.5em 0;
}
form ul li ul li {
	margin: 0 0;
}
form .field.textrow label,
form .field.text label {
		display: block;
}
form .field.textrow input {
	width: 100%;
	max-width: 30em;
}
form textarea {
	width: 100%;
}


