a {
	color:#ffffff;
	text-decoration:underline;
	}

#announcecover {
	z-index:99;
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:black;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
	}
	
#announcebox {
	z-index:100;
	position:fixed;
	top:150px;
	width:480px;
	padding:20px 20px 20px 65px;
	visibility:hidden;
	border: 1px solid #003300;
	background-color:#fff;
	background-image: url(/stuff/logo_announce.jpg);
	background-repeat: no-repeat;
	}
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #221d1b;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:.75em;
	min-height:101%
	}

.button_anmelden {
	cursor:pointer;
	background-image:url(/stuff/button_anmelden.png);
	background-repeat:no-repeat;
	width:100px;
	height:28px;
	border-style:none;
	}
	
.button_anmelden:hover {
	background-image:url(/stuff/button_anmelden_hover.png);
	}

.button_dekodieren {
	cursor:pointer;
	background-image:url(/stuff/button_dekodieren.png);
	background-repeat:no-repeat;
	width:100px;
	height:28px;
	border-style:none;
	}
	
.button_dekodieren:hover {
	background-image:url(/stuff/button_dekodieren_hover.png);
	}
	
.button_senden {
	cursor:pointer;
	background-image:url(/stuff/button_senden.png);
	background-repeat:no-repeat;
	width:100px;
	height:28px;
	border-style:none;
	}
	
.button_senden:hover {
	background-image:url(/stuff/button_senden_hover.png);
	}
	
#content {
	background-image:url(/stuff/bg_content.png);
	padding:15px 23px 15px 13px;
	text-align:justify;
	min-height:350px;
	}
	
#fb-hint {
	position:relative;
	left:388px;
	top:-130px;
	width:300px;
	color:#b6e21d;
	background-color:#003300;
	padding:6px;
	line-height:1.1em;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	}
	
#footer {
	width:100%;
	height:70px;
	background-image:url(/stuff/bg_footer.png);
	background-repeat:no-repeat;
	font-size:90%;
	font-weight:bold;
	}

#footer-table {
	width:800px;
	}

#footer-table-left {
	padding-left:10px;
	vertical-align:bottom;
	line-height:1.3em;
	font-size:10px;
	}

#footer-table-right {
	text-align:right;
	vertical-align:bottom;
	}
	
#header {
	width:100%;
	height:140px;
	background-image:url(/stuff/bg_header.png);
	}
	
.heading {
	border-top:1px dotted #003300;
	border-bottom:1px dotted #003300;
	background-color:#FFCC33;
	padding:5px;
	font-weight:bold;
	}

html {
	height:101%;
	}
	
h1 {
	font-size:120%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	color:#FAAD1D;
	}
	
h2 {
	font-size:100%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	color:#B74713;
	}
	
.infobox {
	border: 1px dotted #003300;
	background-color:#d9f088;
	padding:5px;
	margin-bottom:10px;
	}
	
input {
	border:1px solid #153308;
	background-color:#eeeeee;
	}
	
#nav {
	width:100%;
	color:#FAAD1D;
	
	}

#nav-active {
	background-color:#FAAD1D;
	}

#nav-active a{
	color:#153308;
	}
	
#nav-table {
	border-collapse:collapse;
	}

.nav-item {
	padding:2px 12px 2px 12px;
	}
	
.nav-item a {
	color:#FAAD1D;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	}

.nav-item a:hover {
	text-decoration:underline;
	}

.osm-poly{
	font-size:120%;
	border:1px solid #153308;
	padding:10px;
		}
	
p {
	margin-top:0px;
	margin-bottom:10px;
	color: #ffffff;
	}

.table100 {
	width:90%;
	}
	
.table_termin {
	width:100%;
	}

.table_termin td {
	vertical-align:top;
	padding:5px 0px 0px 5px;
	}
	
textarea {
	border:1px solid #FAAD1D;
	background-color:#eeeeee;
	}

#wholepage {
	width:800px;
	margin:10px auto 10px auto;
	}