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

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

body {
	font-family: serif;
	background-color: #000000;
}

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

#header {
}


/*Navigation */

#linksrow {
	width: 735px;
}

#links {
	float: left;
	width: 530px;
	height: 32px;
	padding-left: 25px;
	padding-right: 20px;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 20px;
	color: #FFF;
	text-decoration: none;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#links ul li a:hover {
	border-bottom: 1px solid white;
}



/*Container */

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

#content table {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14pt;
	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: 130px;
	margin-left: 759px;
	margin-top: 80px;
	padding-top: 20px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	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: left;
	font-size: 17pt;
	font-style: oblique;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 0;
}

h2 {
	text-align: left;
	font-size: 16pt;
	font-style: oblique;
	color: #fff;
	margin: 15px 0 15px 10px;
	border-bottom: 1px solid white;
}

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: center;
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px 10px;
	border-top: 1px solid #fff;
}

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