/* ALLGEMEINES */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background-color: #EEEEEE;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* CONTAINER */
div#container {
	width: 760px;
	margin: 0px auto;
	position: relative;
	min-height: 590px;
	height: 100%;
	background-image: url('../img/background.gif');
	background-repeat: repeat-y;
	background-position: center;
}

div#container * {
	text-align: left;
}

/* HEADERBILD */
img#img_header {
	position: fixed;
	margin-left: 207px;
	border: none;
}

/* NAVIGATION */
div#navigation {
	position: fixed;
	bottom: 0px;
	width: 200px;
	background-image: url('../img/nav_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 306px;
	text-align: right;
	z-index: 2;
}

div#navigation img {
	padding: 0px;
	margin: 0px;
	border: none;
}

/* CONTENT */
div#content {
	position: absolute;
	bottom: 25px;
	margin-left: 200px;
	width: 560px;
	z-index: 1;
}

/* HTML-ELEMENTE IM CONTENT */
div#content img.unterschrift {
	padding: 18px 0px 0px 5px;
	width: 95px;
	height: 41px;
}

div#content h1 {
	padding: 0px 207px 0px 40px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

div#content p + h1 {
	padding-top: 20px;
	padding-bottom: 0px;
}

div#content img {
	display: block;
	margin-left: 40px;
	margin-bottom: 5px;
}

div#content cite {
	display: block;
	padding: 15px 207px 100px 40px;
	text-align: left;
	font-size: 40px;
	color: #3A589C;
	line-height: 44px;
	font-style: normal;
}

div#content p {
	padding: 15px 207px 0px 40px;
	text-align: left;
}

div#content ul, div#content ol {
	padding: 0px 207px 0px 40px;
	margin: 15px 0px 0px 20px;
}

div#content p + ul {
	margin-top: 0px;
}

div#content a:link, div#content a:active, div#content a:visited {
	text-decoration: underline;
	color: #589ECC;
}

div#content a:hover {
	text-decoration: underline;
	color: #7dbce5;
}

div#content img.bildrahmen {
	background-color: #EEEEEE;
	padding: 10px !important;
	border: none;
	margin-bottom: 20px;
	z-index: 5;
}

div#content img.ohnerahmen {
	border: none;
	margin-bottom: 20px;
}

/* TRENNER */
div#trenner {
	display: none;
}

