body {
  background-image: url(img/back.jpg);
  text-align: center;
   color: #444444;
}



#container{
  background-color: #FFF8E5;
  width: 850px;
  height: 580px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -290px;
  margin-left: -425px;
  
}

#top{
  background-image: url(img/toptop.jpg);
  height: 30px;
  text-align: right;
}
#topbild{
  position: relative;
  z-index: 1;
  background-image: xurl(img/topbild.jpg);
  height: 156px;
}

#topbottom{
  background-image: url(img/topbottom.jpg);
  text-align: right;
  height: 20px;
}

#submenu{
  position: relative;
  z-index: 5;
  float: left;
  width: 178px;
  height: 300px;
  margin: 0px auto;
  margin-top: -20px;
  background-image: url(img/sec_nav.jpg);
  text-align: center;
  font-family: Zurich BT, Arial, sans-serif;
  font-size: 0.9em;
  color: #FFFFFF;
}

#submenuright{
  float: right;
  width: 190px;
}

#logos {
 float: right;
  width: 85px;
  height: 290px;
}

#innersubmenuright{
  margin-top: 30px;
}

.box{
  width: 162px;
  height: 70px;
  border: 1px solid #00571A;
  font-family: Zurich CS, Univers Roman, Sans-Serif;
  font-size: 0.65em;
  text-align: left;
  color: #00571A;
  margin: 7px;
}

.innerbox{
  margin: 0px;
}

#text{
  position: relative;
  z-index: 2;
  margin-left: 0px;
  float: left;
  text-align: left ;
  background-color: #FFF8E5;
  height: 290px;
  width: 450px;
  font-size: 0.75em;
  font-family: Arial, Sans-Serif;
}


 #textgross{
  position: relative;
  z-index: 2;
  margin-left: 60px;
  float: left;
  text-align: left ;
  background-color: #FFF8E5;
  height: 290px;
  width: 520px;
  font-size: 0.75em;
  font-family: Arial, Sans-Serif;
}

#innertext{
  position: relative;
  z-index: 3;
  margin-top: 20px;

}

#innertextgross{
  position: relative;
  z-index: 3;
  margin-top: 0px;

}

#untenoben{
  text-align: right;
  clear: both;
  background-image: url(img/topbottom.jpg);
  color: #FFFFFF;
  height: 20px;
}

#untenunten{
  clear: both;
  height: 85px;
}


#speck{
  position: absolute;
  z-index: 10;
  margin-top: -138px;
  margin-left: 13px;
  background-image: url(img/speckoben.gif);
  width: 213px;
  height: 53px;
}

h1{
 margin: 0px;
 padding: 0px;
 font-family: Arial, Sans-Serif;
 font-size: 1.5em;
 color: #00571A;
 text-align: right;
 letter-spacing: 0.05em;
 font-weight: normal;
}

.mehr{
  margin-top: 2px;
  color: #444444;
  text-align: right;
}

.box h1{
 margin-bottom: 5px;
 font-weight: bold;
 font-family: Arial, Sans-Serif;
 text-align: left;
 font-size: 1.1em;
}

a:link {
	color: blue;
	text-decoration: none;

}
a:visited {
	color: green;
	text-decoration: none;
}
a:hover {
	color: #green;
	text-decoration: overline underline;
}
a:active {
	color: #ffffff;
	border: none;
}
img {
  border: none;
}



