/*
	Author: Andreas Kreuziger
	Author URI: http://www.kreuterwelt.de
The original version of the menue-stylesheet and the associated (x)html
	is available at http://www.cssplay.co.uk
Copyright (c) 2005-2007 Stu Nicholls
und nat&uuml;rlich bei SelfHTML unter
	http://aktuell.de.selfhtml.org/artikel/css/footer/#header_footer_feststehend
-- Danke!
*/

body {
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	min-height: 100%;
	width: 100%;
	position: absolute;
}

html {
	background-color: #fff;
	font: 11px Verdana, Arial, 'Helvetica', sans-serif;
	background-image:  url(../img/bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}


#header_container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	height: 3em;
	z-index: 3;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: transparent;
	background-image: url(../img/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #555555;
	font-size: 13px;
	height: 128px;
	text-align: left;
	z-index: 3;
	margin: 0;
	padding: 0.2em;
}

#header img{
	padding: 0 0 0 9em;
	float: left;
}


/* Navigation */

#menu {
	display: none;
}

/* Inhalt */

#content {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 60px 15px 0;
	background: transparent;
	color: #555555;
	background-image: url(../img/content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#content a:hover {
	color: #990039;
	background: transparent;
	text-decoration: underline;
}

#content h1{
	background: #fff;
	text-align: left;
	color: #555555;
	font: 22px  'Times New Roman', Verdana, sans-serif;
	font-weight: 100;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

#content h2{
	background-color: transparent;
	text-align: left;
	padding: 5px 0 5px 0;
	color: #555555;
	font: 16px  'Times New Roman', Verdana, sans-serif;
	font-weight: bold;
}

#content h3 {
	background-color: transparent;
	text-align: left;
	padding: 5px 0 5px 0;
	text-align: left;
	color: #555555;
	font: 15px  'Times New Roman', Verdana, sans-serif;
	font-weight: bold;
}

#content h4 {
	background-color: transparent;
	background-image: url(../img/bulleth4.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0;
	padding: 5px 0 5px 16px;
	text-align: left;
	color: #555555;
	font-weight: normal;
	line-height: 1.7em;
}

#content ul {
	background-color: transparent;
	text-align: left;
	list-style-type: circle;
	margin: 0 0 0 25px;
	padding:  0;
}

#content ul li {
	background-color: transparent;
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
}

#content img {
	display: none;
}


/* Format */

a {
	background-color: transparent;
	color: #555555;
	text-decoration: underline;
	outline: none;
}

p {
	background-color: transparent;
	line-height: 1.7em;
	text-align: left;
}

small {
	background-color: transparent;
	font-size: 10px;
}

.strong {
	font-weight: bold;
}


/* Footer */

#footer {
	margin: 0 auto;
	background-color: transparent;
	font: 10px Verdana, Arial, 'Helvetica', sans-serif;
	color: #555555;
	text-align: center;
	letter-spacing: 0.17em;
	height: 60px;
	width: 100%;
	background-image: url(../img/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#footer a {
	color: #888888;
	text-decoration: none;
}

#footer a:hover {
	color: #990039;
	text-decoration: underline;
	outline: none;
}

#footer small {
	font-size: 9px;
	color: #888888;
}

#footer rot {
	color: #990039;
	font-size: 14px;
	font-weight: bold;
	outline: none;
}

.clear {
	clear: both;
}

