/* ————— F L O A T S ————— */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}


/* ————— B A S I C ————— */

html {
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	min-width: 340px;
	margin: 0px auto;
	background-color: white;
	width: 100%;
	height: 100%;
	text-align: left;
	color: black;
}

#top-left {
	position: fixed;
	top: 20px;
	left: 32px;
	padding: 0;
	z-index: 20;
	font: 38px/36px arial, sans-serif;
	font-weight: normal;
	letter-spacing:2px;
	display: inline;
}

#content {
	margin: 140px 0px 140px 0px;
	padding: 0px 32px 0px 52px;
	text-align: left;
	max-width: 1080px;
	z-index: 4000;
	font: 20px/24px times, serif;
	letter-spacing:1px;
	word-spacing:-1px;
	font-weight:normal;
}

p {
   text-indent: -20px;
   margin: 0;
}

/* ————— T Y P O ————— */

.imprint{
	font-size: 13px;
	line-height: 15px;
}

p.imprint {
	 text-indent: 0px;
	 margin: 0px 0px 0px -20px;
}

span {
	font-style: italic;
}


a:link
{text-decoration: none; color: black; border-bottom: 2px dashed black; padding-bottom: 0px;}
a:visited
{text-decoration: none; color: black; border-bottom: 0px;}
a:hover
{text-decoration: none; color: black; border-bottom: 0px;}
a.clean
{text-decoration: none; color: black; border-bottom: 0px;}
a.clean:hover
{text-decoration: none; color: black; border-bottom: 0px; font-style: italic;}

::selection {background: black; color: white;}
::-moz-selection{background: black; color: white;}



/* ————— S L I D E ————— */

* {
	color: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}

#slideshow {
	bottom: 43px;
	height: auto !important;
	left: 20px;
	min-width: 328px;
	position: fixed;
	right: 20px;
	top: 43px;
}

.slide img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.slide{
	display: none;
}

.nobar{
    overflow:hidden;
}



/* ————— M E D I A ————— */

@media screen and (max-width: 590px){

	#slideshow {
		top: 33%;
		height: auto !important;
		min-width: 328px;
		position: fixed;
		left: 10px;
		right: 10px;
	}


	#top-left {
		left: 10px;
		right: 10px;
		font-size: 24px;
	}
	#content {
		margin: 80px 0px 140px 0px;
		padding: 0px 10px 0px 18px;
		font-size: 15px;
		line-height: 18px;
	}

	p {
	   text-indent: -8px;
	   margin: 0;
	}

	p.imprint {
	   text-indent: 0px;
		 margin: 0px 0px 0px -8px;
		 font-size: 11px;
		 line-height: 14px;

	}

	a:link
	{text-decoration: none; color: black; border-bottom: 2px dashed black; padding-bottom: 0px;}
	a:visited
	{text-decoration: none; color: black; border-bottom: 0px;}
	a:hover
	{text-decoration: none; color: black; border-bottom: 0px;}
	a.clean
	{text-decoration: none; color: black; border-bottom: 0px;}
	a.clean:hover
	{text-decoration: none; color: black; border-bottom: 0px; font-style: italic;}
}
