/* ===================================================================== */
/* ! 	ISZ Online CSS Styles											 */
/*		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.7em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #f1f1f1 url(images/back.jpg) repeat left top;
	color: #444;				
}

a {
	color: #e24d34;
	border-bottom: 1px dotted #e24d34;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover {
	background-color: #f3e7e5;
	border-bottom: 1px solid #e24d34;
}

a:active, a:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

::selection {
	background:#000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection{
	background:#000;
	color:#fff;
	text-shadow: none;
}

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

#download h4 {
	font-size: 1.3em;
	padding-bottom: 0;
	border-top: none;
	border-bottom: 1px solid #444;
	margin-top: 30px;
}

#logo {
	margin-top: 3%;
	height: 131px;
	width: 100%;
	display: block;
	background: #e24d34 url(images/logo-back.png) repeat center top;
	border-bottom: #d9d9db solid 3px;
	border-top: #d9d9db solid 3px;
}

#logo h1 {
	text-indent: -999999px;
	background: url(images/logo.png) no-repeat center top;
	width: 100%;
	height: 100%;
	display: block;
}

#content, #footer p {
	width: 500px;
	margin: 20px auto 50px;
	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;
	background: url(images/villa-logo-footer.png) no-repeat 55px 120px;
	padding-left: 55px;
	margin-bottom: 60px;
}

#impressum p {
	padding-left: 70px;
	line-height: 1.4em;
	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%;
	margin-top: 20px;
	padding: 30px 0 20px;
	clear: both;
	background: #444 url(images/zigzag-bottom.png) repeat-x left top;
}

#footer p {
	margin: 0 auto;
	line-height: 1.4em;
	color: #a7a7a7;
	text-align: center;
	text-shadow: #000 0 1px 0;
}

ul {
	
}

li {
	margin: 10px 0;
}

#download {
	margin: 50px 0 30px;
}

#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 li a {
	display: block;
	border: 1px dotted #e24d34;
	padding: 10px;
	font-size: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#download li a:hover {
	background-color: #f3e7e5;
	border: 1px solid #e24d34;
}

#download li a:active, #download li a:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.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;
}