﻿html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: rgb(192, 192, 192);
	font-size: 101%;
	/* hide overflow:hidden from IE5/Mac */ /* \*/;
	overflow: hidden; 
	/* */
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: rgb(51, 102, 153);
  	font-family: "Arial","Verdana","Helvetica"; 
  	font-size: 100.1%;
  	margin: 0em;
  	color: #000;
}
#wrapper {
  width: 960px;
  margin: auto;
  font-size:1em;
}

#head {
	position: absolute;
	margin-left: -481px;
	left: 50%;
	top: 0;
	width: 960px;
	min-width: 640px;
	height: 140px;
	background: #383D5A;
	font-size: 1em;
	z-index: 5;
	border-right: 1px solid #000;
	border-left: 1px solid #000;

}
#head-titel {
	height: 80px;
	padding-left: 10px;
	width: 100%;
	color: white;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Sans-Serif;
	font-size: 70px;
}
.head-titel2 {
	font-size:60px;	
}

#content {
	/*	display: block;*/
	overflow: auto;
	position: absolute; /*	z-index: 3;*/;
	top: 140px;
	bottom: 22px;
	width: 960px;
	margin-left: -481px;
	left: 50%;
	background: #B5BEC4;
/*	background: #E4EAEF; */
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#content p {
	padding: 5px 5px 0 5px;
	text-align: justify;
	margin-top:0px;
	margin-bottom:2px;
}
#content h1 {
	color:navy;
}
#content .center p {
	text-align:center;
}
#foot {
	text-align: center;
	position: absolute;
	margin-left: -481px;
	left: 50%;
	bottom: 0;
	width: 960px;
	min-width: 960px;
	height: 20px;
	font-size: 0.7em;
	z-index: 5;
	border: 1px solid #000;
	font-weight: normal;
	color: #FFF;
	background: #383D5A;
}
#foot a,
#foot a:visited {
	color:white;
	text-decoration:none;
}
#foot a:hover {
	color:fuchsia;
}

.address {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	bottom: 0;
	position: absolute;
}
.address p,
.address a,
.address a:visited {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:black;
}

ul.SlidingMenu {
  list-style: none;
  padding: 0em;
}
ul.SlidingMenu a {
	padding: 0.52em 1.5em 0.2em;
	text-decoration: none;
	color: #E0E0E0;
	outline: none;
	font-weight: bold;
}
ul.SlidingMenu a:hover {
	font-weight: bold;
	  color: #FFF;
}
ul.Horizontal li {
  float: left;
  text-align:center;
}
ul.SlidingMenu a.act-page-link {
	color:aqua;
}

.ClearFix {
  clear: both;
}
#HorizontalSlidingMenu {
	background: url('images/menubg.png') top left repeat-x;
	position:relative;
	top:0px;
}
#HorizontalSlidingMenu li.Background {
  background: url('images/bg_menu_right.png') top right no-repeat;
}
#HorizontalSlidingMenu li.Background div{
  background: url('images/bg_menu.png') top left no-repeat;
  height: 100%;
  margin-right: 31px;
}

.lefttext {
	float: left;
	width: 650px;
	text-align: justify;
	margin-left:30px;
}
.lefttext ul {
	font-size:0.9em;
	text-align:left;
}
.lefttext ul li {
	margin-bottom:0.5em;
	list-style-type:square;
}
.righttext {
	float: right;
	width: 250px;
	text-align: left;
	margin-right:0px;
	height:100%;
	max-height:100%;
	font-size:0.9em;
}
#content .righttext p {
	text-align: left;
}
.righttext-box {
	background-color:#383D5A;
	color:white;
	padding:0 5px 0 5px;
}

.bild-links {
	border:0;
	margin: 5px 5px 0 0 ;
	float:left;
}
.bild-center {
	border:0;
	margin: 5px 5px 0 0 ;
	text-align:center;
}

.info-box {
	background-color: #808000;
	border: medium #00FFFF groove;
	padding: 5px;
}
/* ---------------------------------------------*/
/* -----------workarounds ----------------------*/
/* ---------------------------------------------*/

* html #head {
	top: 2px;
	width: 962px;
	height: 148px;
}
* html #content {
	top: 0;
	bottom: 0;
	height: 100%;
	width: 962px;
	border-top: 154px solid #fff;
	border-bottom: 50px solid #fff;
}
* html #foot {
	bottom: 2px;
	width: 842px;
	height: 18px;
}
* html .lefttext {
	float: left;
	width: 660px;
	text-align: justify;
	padding-left:10px;
}
* html .righttext {
	float: right;
	width: 260px;
	text-align: justify;
}
