
html, body {
	background: #353535;
	color: #e5e5e5;
	margin: 0;
	padding: 0;
}

/*
Querformat: 592x444
Hochformat: 333x444

Querformat: 528x396
Hochformat: 297x396

560 420 315
Querformat: 560x420
Hochformat: 315x420
*/

a:link, a:visited {
	color: #666;
}

a.active,
a:focus,
a:hover {
	color: #e5e5e5 !important;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	margin: 1em 0;
}

#content a:link, #content a:visited {
	color: #888;
	text-decoration: none;
}

#content a.active,
#content a:focus,
#content a:hover {
	color: #e5e5e5;
}

#main {
	width: 900px;
	margin: 60px auto;
}

#logo img {
	display: block;
	margin-bottom: 37px;
}

#navigation {
	float: left;
	width: 115px; /* #logo.width */
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

#navigation a {
	text-decoration: none;
}

ul#language {
	margin-top: 40px;
}

#content {
	float: left;
	display: inline;
	margin-left: 80px;
}

#content.text {
	background: #585858;
	width: 547px;
	height: 370px;
	padding: 25px 20px 25px 25px;
}

#content.text .flexcroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#content.text > *:first-child,
#content.text .flexcroll > *:first-child,
#content.text .flexcroll .contentwrapper > *:first-child {
	margin-top: 0;
}

#content.text > *:last-child,
#content.text .flexcroll > *:last-child,
#content.text .flexcroll .contentwrapper > *:last-child {
	margin-top: 0;
}

#content.bild {
	width: 562px;
}

#content.bild .image {
	position: relative;
	height: 422px;
}

#content.bild img {
	position: absolute;
	top: 0;
	left: 0;
	height: 420px;
	display: block;
	border: 1px solid #e5e5e5;
	float: left;
	cursor: pointer;
}

#content.bild #imgNext {
	display: none;
}

#overlay {
	position: absolute;
	width: 37px;
	height: 100%;
	right: 0;
	background: url('../img/overlay.png');
	background: rgba(53,53,53,0.9);
	overflow: hidden;
}

body.noscript #overlay:hover {
	width: 240px;
}

#overlay .text {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #e5e5e5;
	background: url('../img/text.png');
}

#overlay #overlaytext {
	margin: 0 20px 0 37px;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

body.noscript #overlay:hover #overlaytext {
	margin: 0 20px;
}

#content #overlay p {
	margin: 1em 0;
}

#imagenavigation {
	position: absolute;
	top: 0;
	left: 560px;
}

#imagenavigation a {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #565656;
}

#imagenavigation a.active,
#imagenavigation a:focus,
#imagenavigation a:hover {
	border: 1px solid #e5e5e5;
}

#content.bild h1 {
	clear: left;
	padding-top: 15px;
	margin: 0 0 0 123px;
	line-height: 160%;
	font-size: 100%;
}

#content.bild p {
	margin: 0 0 0 123px;
	line-height: 160%;
}

#thumbs {
	clear: both;
	padding-top: 30px;
	position: relative;
}

#thumbnavigationup,
#thumbnavigationdown {
	display: none;
	position: absolute;
	width: 12px;
	height: 23px;
	cursor: pointer;
	top: 52px;
	left: 0;
}

#thumbnavigation {
	overflow: auto;
	width: 100%;
	margin: 0 auto;
}

body.javascript #thumbnavigationup,
body.javascript #thumbnavigationdown {
	display: block;
	background: url('../img/scroll_left.png') no-repeat scroll;
}

body.javascript #thumbnavigationdown {
	left: auto;
	right: 0;
	background: url('../img/scroll_right.png') no-repeat scroll -12px 0;
}

body.javascript #thumbnavigationup:hover {
	background: url('../img/scroll_left.png') no-repeat scroll -12px 0;
}
body.javascript #thumbnavigationdown:hover {
	background: url('../img/scroll_right.png') no-repeat scroll 0 0;
}

body.javascript #thumbnavigation {
	overflow: hidden;
}

#thumbnavigationdata {
	position: relative;
}

#thumbnavigationdata a {
	width: 65px;
	height: 65px;
	display: block;
	margin-left: 15px;
	float: left;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	border: 1px solid #fff;
}

#thumbnavigationdata a:first-child,
#thumbnavigationdata a.first-child {
	margin-left: 0;
}

#thumbnavigationdata a.active,
#thumbnavigationdata a:focus,
#thumbnavigationdata a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	border: 1px solid #fff;
}

h1 {
	font-size: 16px;
	margin: 0 0 19px 0;
}

h2 {
	margin: 11px 0 2px 0;
}

#content.profil p {
	line-height: 134%;
	margin: 0;
}

#content.links h1 {
	margin: 30px 0 13px 0;
}


blockquote {
	margin: 1em 0;
	font-size: 16px;
}


.contactform p {
	margin-top: 0;
}

.contactform input.text,
.contactform textarea {
	width: 532px;
	margin: 0 0 5px 0;
	font-size: inherit;
	font-family: inherit;
	background: #e5e5e5;
	color: #353535;
	padding: 2px 4px;
	border: 1px solid #353535;
	height: 14px;
}

.contactform textarea {
	height: 165px;
}

* html .contactform input.text,
* html .contactform textarea {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.contactform input.button {
	background: transparent;
	color: #e5e5e5;
	padding: 0;
	border: 0 none;
	margin: 8px 0 0;
}


.publikation {
	margin-bottom: 15px;
}

.publikation img,
.publikation .img {
	float: left;
	width: 64px;
	min-height: 20px;
}

.publikation .eintrag {
	margin-left: 50px;
	float: left;
	display: inline;
	width: 415px;
}

.publikation h1 {
	line-height: 134%;
	margin-bottom: 0;
}

.publikation h2 {
	margin-top: 0;
	font-weight: normal;
}

.publikation p {
	line-height: 134%;
}

.slideshow {
	position: relative;
}
.slideshow div {
	position: absolute;
	width: 560px;
}
.slideshowimage {
	margin: 0 auto;
	display: block;
	height: 420px;
}

#slideshownext {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
