/* ===================================================================== */
/* ! 	ISZ Online CSS Styles Print											 */
/*		http://www.isz-online.de										 */
/*		© 2009 Matthias Kretschmann | kremalicious   					 */
/*		http://www.kremalicious.com | http://matthiaskretschmann.com	 */
/* ===================================================================== */

html {
	background: #f1f1f1;
	font-size: 100.01%;
}

body {
	font: 82.5%/1.4em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}

a {
	color: #000;
	border: none;
	text-decoration: underline;
}

h1 {
	line-height: 1.7em;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	margin: 15px 0 10px;
	border-bottom: 4px double #444;
	border-top: 1px solid #444;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo {
	margin-top: 0;
}

#content, #footer p {
	width: 500px;
	margin: 0 auto;
	font-size: 1em;
	overflow: auto;
	text-shadow: #fff 0 1px 0;
}

#redaktion, #gestalter-zeitung {
	width: 210px;
	float: left;
}

#impressum, #gestalter-website {
	width: 230px;
	float: right;
	margin-bottom: 60px;
}

#impressum p {
	margin-bottom: 5px;
}

#gestalter-zeitung h4, #gestalter-website h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

#gestalter-website {
	background: none;
}

h3.anzeigen {
	margin-top: 20px;
}

#footer {
	width: 100%;
	border-top: #444 double 4px;
	margin-top: 20px;
	padding: 20px 0;
	clear: both;
}

#footer p {
	margin: 0 auto;
	line-height: 1.4em;
	color: #787878;
	text-align: center;
}

ul {
	margin: 30px;
}

li {
	margin: 10px 0;
}

#download {
	margin-bottom: 10px;
}

#download li span {
	display: block;
	color: #666666;
	font-size: 0.95em;
	margin-top: 5px;
}

#download li a.pdf {
	background: url(images/pdf.png) no-repeat 10px 12px;
	padding-left: 35px;
}

.download {
	background: url(images/download.png) no-repeat left center;
	padding-left: 40px;
}

span.ampersand {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 5px;
	margin-left: 5px;
}

#impressum h3 span.ampersand {
	font-size: 0.8em;
}

.clear {
	clear: both;
	float: none;
}