﻿@charset "utf-8";
/* CSS Document */

*{
}
html, body {
margin: 0px;
padding: 0px;
height: 95%;
}
body {
text-align: center;
font: normal 0.9em/normal Verdana, Arial, Geneva, sans-serif;
color: #FFF;
}
/*Anker Tags alle Link Attribute*/
a {
}
a:link{
	color:#BF0000;
	text-decoration: none;
}
a:visited{
	color:#BF0000;
	text-decoration: none;
}
a:hover{color:#FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}
a:active{color:#FFFFFF;
	text-decoration: none;
}
/*Ende der Anker Tags*/

/*Alle Überschriften Header*/
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
/*Ende Überschriften*/

/*Inline Elemente*/
b {
}
button{
}
cite{
}
code{
}
em {
}
i {
}
img {
}
input {
}
iframe {
}
label {
}
map {
}
object {
}
script {
}
select {
}
span {
}
strong {
}
textarea {
}
/*Ende Inline*/

/*Block Elemente*/
address {
}
blockquote {
}
center {
}
div {
}
fieldset {
}
form {
}
hr {
}
ol {
}
p {
}
table {
}
ul {
}
/*Ende Block*/

/*Layout*/
#container {
	background: url('../images/marmor.jpg');
	min-height: 99%;
	height: auto!important;
	height: 100%;
	width: 95%;
	text-align: left;
	padding: 1em;
	position:relative;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
	margin: 2em auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#kopfZeile {
	height: 11em;
	background: none;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}
#kopfZeile hr {
	background: none;
	background-color:#BF0000;
	color: #BF0000;
	height: 1px;
	width: 95%;
}
#Headline {
	background: none;
	color: #000000;
/*	text-shadow: 3px 3px 4px #808080;
	filter:DropShadow(color=#808080, offx=2, offy=2);
	filter:Blur(direction=135, strength=2);
	*/
}
#Menue {
	width: 14em;
	background: #BF0000;
	float: left;
}
#hauptTeil {
	background: none;
	margin-left: 15em;
	padding: 0.5em;
	padding-left:2em;
	color: #000000;
}
#Navigation table {

}
#Navigation table a {
	font: inherit;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding: 0.5em;
}
#Navigation table a:hover {
	text-decoration: none;
	display: block;
	background: #7F7F7F;
}
.spalten {
}
#fussZeile {
	background: none;
	color: #7F7F7F;
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 0.5em;
}
