body {
  font-family: Arial, Verdana, Calibri, sans-serif;
  font-size: 10px;
  color: #000;
  background-color: rgba(135,206,255,0.1); /*#F5F5F5;*/
}
* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 40px;
  color: #4F94CD;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.6em;
  margin-bottom: 16px;
}
p {
  font-size: 1.5em;
  margin: 5px;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/*#################### wrap ####################*/
#wrap {
  width: 950px;
  margin: 30px auto;
  background-color: #fff; /*rgba(135,206,255,0.1); #e3f3fd;*/
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  border: 0px solid #fff;
  border-radius: 15px;
}
/*#################### Head ####################*/
#head {
  height: 100px;
  position: relative;
  background-image: url(../img/logo_head.png);
  background-repeat: no-repeat;
  background-position: left;
}
#headImg {
  position: relative;
  left: 600px;
}
#oeffnung {
	position: absolute;
	right: 0px;
	top: 15px;
}
#oeffnung h3 {
	font-size: 12px;
	margin: 0px;
}
#oeffnung p {
	font-size: 12px;
	margin: 0px;
}
#language {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#language a{
  font-size: 1em;
  color:  inherit;
  text-decoration: none;
}
#language img {
  margin-left: 5px;
  margin-right: 10px;
}
/*#################### Banner ####################*/
#banner {
  height: 250px;
  overflow: hidden;
  margin-top: 5px;
}
#banner ul li {
  float: left;
}
/*#################### Navigation ####################*/
#mainnav {
  height: 30px;
  margin-top: 15px;
}
/*#################### Content ####################*/
#content {
  margin-top: 25px;
  text-align: center;
}
/*#################### Content Table ####################*/
#content table {
	font-size: 1.6em;
	border-collapse: collapse;
}
#content td {
	padding: 5px 10px;
	border: 2px solid #fff; /*#D1D1D1;*/
}
/*#################### Footer ####################*/
#footer {
    border-top: 2px solid #0C3C66;
}
#footer div {
    height: 25px;
}
#address {
	width: 590px;
	float: left;
}
#subnav {
    margin-left: 600px;
}
#subnav li {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
    font-size: 15px;
    margin-top: 10px;
}