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

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body {
	background-color: #D6DE7B;
	color: black;
	font: 100.01%/1.4 sans-serif;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center; /* Zentrierung im Internet Explorer - horizontal centering for IE Win quirks */
}
/*
#distance {
	width: 100px;
	height: 50%;
	background-color: #FF0000;
	margin-bottom: -13.75em; /* half of container's height */
/*	float: left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
/*	text-align:left;
	height:27.5em;
	width:45em;
	clear:left;
	background-color:#D6DE7B;
	border:1px solid #c93;
	border-top-color:#fff;
	border-left-color:#fff;
}

#container div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}

#container div h2 {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	margin:1em 0 0;
}

#container div h3 {
	font-size:100%;
	font-weight:bold;
	margin:.5em 0 0 .75em;
}

#container ul {
	margin-left:2em;
}

#container li span {
	font-size:70%;
}

#container h1 {
	font-size:120%;
	padding-top:2.4em;
	margin-left:2.4em;
}

#container p {
	margin:1.5em 13.6em 1.5em 3em;
}

address {
	font-weight:normal;
	font-size:80%;
	font-style:normal;
	text-align:right;
	margin:0 20em 0 3em;
}
*/
p,div,i,li,ul,ol,td {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
}

img {
	border : 0px;
}

th {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
}

h3 {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-weight: bold;
}

a {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : underline;
}

a:link {
	color : #669933;
}

a:visited {
    color : #808080;
}

a:active {
	color : #C0C0C0;
}

a:hover {
	color : #808080;
}

hr {
	color : #808080;
}

.size1 {
	font-size : xx-small;
}

.size2 {
	font-size : x-small;
}

.size3 {
	font-size : small;
}

.size4 {
	font-size : medium;
}

.size5 {
	font-size : large;
}

.size6 {
	font-size : x-large;
}

.size7 {
	font-size : xx-large;
}

.hidden {
	color : #D6DE7B;
	background-color: #D6DE7B;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
}

.navi {
	color : #FFCC66;
	background-color: #CC6600;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : underline;
}

.navigruen {
	color : #D6DE7B;
	background-color: #669933;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : underline;
}

.rubrik {
	color : #669933;
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-weight: bold;
}

.kopfzeile {
	color : #CCCCCC;
	background-color: #808080;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
}

.saison {
	color : #669933;
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-weight: bold;
}

.xxsmallgruen {
	color : #669933;
	font-family : "Times New Roman", Times, serif;
	font-size : xx-small;
}

.datum {
	color : #CC6600;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}

.thema {
	color : Black;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}

.link {
	color : #669933;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : underline;
}

#container {
  	position: relative;
  	height: 100%;
  	width: 100%;
  	background: #D6DE7B;
}

#frontpage {
	position: absolute;
	top: 30%;
	left: 15%;
	margin: -100px 0px;
	width: 70%;
	min-width: 500px;
	height: 67%;
	min-height: 400px;
	background: #D6DE7B;
/*	border:  	  	1px solid #000;	*/
}
/*
div#frontpage {
	line-height:250%;
	text-align : center;
	vertical-align : middle;
    margin : 1em 20%;
    width : auto;
    padding : 0;
	border : 1px solid black;
}
*/
div#frontpage1 {
	float : left;
    margin: 10% auto;
	width : 65px;
	height : auto;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
/*	border : 1px solid black;	*/
}

div#frontpage2 {
	text-align : center;    /* Seiteninhalt wieder links ausrichten */
    margin : 0 auto;     /* standardkonforme horizontale Zentrierung */
	padding-left: 15%;
    width : 350px;
	height : auto;
/*	border : 1px solid black;	*/
}

div#frontpage3 {
	position: absolute;
	right: 0;
	bottom: 0;
	float : right;
	width : auto;
	height : auto;
    font-size: 0.83em;
	text-align: right;
/*	border : 1px solid black;	*/
}

p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0;
	padding: 0;
    text-align: right;
}
