﻿* {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    color: white;
    border: 0;
}

h1, h2, h3, h4 {
    text-shadow: black 1px 1px;
	margin-bottom: 0.7em;
}

html {
    background: #CCC;
	background: #630C0C;
}

sup{
	line-height: 0;
}

blockquote{
	background: #560100;
	background: #4E3838;
	padding: 0.8em;
	border-radius: 0.5em;
}

blockquote p{
	font-style: italic;
	font-size: 1.1em;
	color: #CCC;
	margin: 0;
}

body {
    width: 75%;
    margin: 2em auto;
    background: #600100;
	background: #695656;
    padding: 3em;
    border: 1px solid black;
    -moz-box-shadow: rgba(0,0,0,0.6) 0 2px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0 2px 6px;
	box-shadow: rgba(0,0,0,0.6) 0 2px 6px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    min-width: 25em;
    max-width: 70em;
	position: relative;
}

#header{
    padding-bottom: 1em;
    white-space: nowrap;
    /*overflow: hidden;*/
	/*position: relative;*/
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0;
	margin-right: 100px;
}

#header img, #header span {
    vertical-align: middle;
}

#header span {
    display: inline-block;
    margin-left: 0.56em;
    white-space: normal;
}

#mitglied{
	position: absolute;
	top: 3em;
	right: 3em;
}

#mitglied a{
	display: block;
}

#menu {
    border: double white;
    border-width: 3px 0;
    margin-bottom: 1em;
	padding: 0.1em;
	text-align: center;
}

#menu li{
    display: inline;          
	white-space: nowrap;
	list-style: none;
	padding: 0 0.45em 0 1em;
	background: url(images/bullet.gif) center left no-repeat;        
}

#menu li:first-child {
    background: none;
	padding-left: 0;
}

#menu li a {
    text-decoration: none;
    text-shadow: rgba(255,255,255,0.4) 0 0 3px;
}

#menu li a:hover {
	color: black;
    /*text-shadow: black 0 -1px;
	color: grey;*/
}

.active{
	font-weight: bold;
}

#content{
	font-size: 0.95em;
}

h2{
    font-size: 1.5em;
}

p, blockquote {
    margin-bottom: 1em;
    line-height: 1.5em;
    font-family: Verdana, Arial, sans-serif;
}

table{
	margin-bottom: 1em;
	border-spacing: 0;
}

.table-date{
	width: 20%;
	border-right: 1px solid white;
	vertical-align: top;
}

dl{
	margin-bottom: 1em;
}

td{
	padding: 0 0 1em 0.5em;
}

dt{
	font-style: italic;
}

dd{
	margin: 0 0 1em 1em;
}

dl.reference{
	margin-bottom: 2em;
}

dl.reference dt{
	clear: left;
	float: left;
}

dl.reference dt img{
	vertical-align: bottom;
}

dl.reference dd{
	min-height: 50px;
	margin: 0 0 1.5em 115px;
	font-style: italic;
}

#content img {
    border: 1px solid black;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
	box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
	vertical-align: middle;
}

.left{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.right{
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#content ul{
	margin-bottom: 1em;
	list-style-position: inside;
}

#map{
	border: 0;
}

.clear{
	clear: both;
}

#footer {
    margin-top: 2.86em;/* 2/0.7 */
    border-top: 3px double white;
    text-align: center;
    font-size: 0.7em;
    padding: 0.5em 20px 0 20px;
    position: relative;
}

#sw{
	position: absolute;
	top: 0.5em;
	right: 0;
}