body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
html {
	overflow-y: scroll;
}
body {
	margin-bottom: 300px;
}

.clear {
	clear: both;
}

.edit-link {
	display: block;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* !NAVIGATION */
#top-access,
#primary-access,
#secondary-access,
#footer {
	width: 100%;
}
#top-access {
	margin: 8px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 10px;
	text-align: right;
	border-bottom: 2px solid black;
}
#primary-access {
	margin: 4px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}
#secondary-access {
	margin: 3px 0 30px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	border-bottom: 2px solid black;
}
#footer {
	letter-spacing: normal;
	clear: both;
	margin: 30px 0;
	padding: 3px 0;
	font-size: 10px;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
}
#top-access ul,
#primary-access ul,
#secondary-access ul,
#footer ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
#top-access ul#language {
	float: right;
	margin-left: 10px;
	text-transform: lowercase;
}
#top-access ul#language a:hover,
#top-access ul#language .active,
#top-access ul#language .active a {
	color: #eeb4df;
	text-decoration: none;
}
#top-access ul#pages {
	display: inline;
	text-transform: uppercase;
}
#top-access ul li,
#primary-access ul li,
#secondary-access ul li,
#footer ul li {
	display: inline;
}
#top-access #language li {
	padding: 0 0 0 3px;
}
#primary-access ul li,
#secondary-access ul li {
	margin: 0 10px 0 0;
}
#primary-access a,
#primary-access .active,
#primary-access .current_page_item a,
#primary-access .current_page_ancestor a,
#primary-access .current_page_parent a {
	text-decoration: none;
}
#header {
	display: block;
	width: 850px;
	height: 238px;
	margin: 2px 0 0 0;
	padding: 18px 0 20px 0;
	overflow: hidden;

	border-top: 1px solid black;
	border-bottom: 2px solid black;
}
#secondary-access ul li a:hover,
#secondary-access ul li .active,
#secondary-access ul .current_page_item a,
#secondary-access ul .current_page_ancestor a,
#secondary-access ul .current_page_parent a {
	text-decoration: none;
}
#secondary-access ul.sub {
	padding-top: 3px;
	margin-top: 3px;
	border-top: 1px solid black;
}
#secondary-access ul.sub li {
	position: relative;
}
#secondary-access ul.sub li a {
	font-size: 14px;
	text-transform: none;
}
#secondary-access ul.sub li a:hover,
#secondary-access ul.sub li .active {
	color: #eea4e6;
}
#primary-access #menu #blog-title a {
	padding: 0 3px;

	color: #fff;
	background: #000;
}
#primary-access #menu #blog-title a:hover,
#primary-access #menu #blog-title .active {
	text-decoration: none;
}

/* !CONTENT */
#content {
	white-space: normal;
}
#searchform {
	margin: 0 0 20px 0;
}
#searchform #s {
	display: inline;
	height: 15px;
	margin: 0;
	padding: 0;

	border: 1px solid black;
	background-color: white;
}
#searchform #searchsubmit {
	height: 17px;
	margin: 0;
	padding: 0 4px;

	cursor: pointer;
	border: none;
	color: white;
	background-color: black;
}

/* pressebilder */

.presspictures .title-caption {
	display: inline-table;
	width: 665px;
	padding: 0 0 0 25px;
	}

.presspictures #images {
	margin-bottom: 40px;
	}

.presspictures li {
	list-style: none;
	margin: 10px 0;
	}

.presspictures img {
	vertical-align: top;
	border: none;
	}




/* !FOOTER */
#footer ul {
	line-height: 15px;
}
#footer ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#footer ul li.first {
	text-transform: uppercase;
}