﻿* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
	background-color: #000000;
}

body {
	font-family: verdana, arial, sans-serif;
	background-color: #000000;
}

#container {
	width: 900px;
	height: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: absolute;
}

/*Container */

#content {
	position: absolute;
	width: 569px;
	padding-right: 10px;
	padding-top: 20px;
	margin-top: 80px;
	text-align: justify;
	font-size: 12px;
	color: #fff;
}

#content table {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#content td {
	width: 160px;
	text-align: center;
	vertical-align: middle;
}

#content a {
	color: #ffffff;
	text-decoration: none;
}

/* rechter Container */

#right {
	position: absolute;
	width: 310px;
	margin-left: 579px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

.righttext {
	margin: 0 0 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	text-align: justify;
}

#rightad {
	margin: 0 0 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#right table {
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

#right td {
	width: 100px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#right a {
	color: #ffffff;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

.p {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 20px 0 20px 10px;
	padding: 5px 0 5px 0;
}

/* Footer */

#footer {
	margin-top: 20px;
	padding: 5px 0 5px 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #fff;
}

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

/* Bilder */

.galerie {
	border: 5px #fff groove;
}

.bild {
	margin-left: auto;
	margin-right: auto;
	border: 7px #fff groove;
}

.pfeil {
	border: 0px none;
}

.bildrechts {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #000079;
	background: #B2CCE5;
}

.bildrechtsor {
	margin: 10px 0px 10px 10px;
	border: 0px;
	float: right;
	padding: 5px 0px 5px 5px;
	font-size: 10px;
	text-align: center;
}

.bildlinksor {
	margin: 10px 10px 10px 0px;
	border: 0px;
	float: left;
	padding: 5px 5px 5px 0px;
	font-size: 10px;
	text-align: center;
}

/* Überschriften */

h1 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px 10px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}

h2 {
	text-align: left;
	font-size: 12px;
	font-style: oblique;
	color: #fff;
	margin: 15px 0 15px 10px;
}

h3 {
	text-align: left;
	font-size: 12px;
	font-style: oblique;
	color: #fff;
	margin: 15px 0 20px 10px;
}

h4 {
	font-size: 12px;
	text-decoration: underline;
}

h5 {
	text-align: left;
	font-size: 16px;
	font-style: oblique;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 5px 0;
}

h6 {
	text-align: left;
	font-size: 12px;
	font-style: oblique;
	color: #fff;
	margin: 5px 0 10px 20px;
}
