body {
  background: white url(img/body.png) repeat-x left top;
  font-size: 90%;
  height: 100%;
}


#BodyBottom {
  background: url(img/bodybottom.png) repeat-x left bottom;  
 }

#Wrapper {
  background: url(img/wrapper.png) repeat-y left bottom;  
  width: 840px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  min-height: 100%;  
  height: auto !important;
  height: 100%;
  margin: 0 auto -31px; /* Negativwert Footer */
 
}

#Header {
  background: url(img/header.jpg) no-repeat left top;
  height: 217px;
}

#Main {
  background: url(img/main.png) no-repeat left top;
  height: auto !important;
  height: 474px;
  min-height: 474px;
  padding: 0 200px 25px 55px;
  overflow: visible;
  position: relative;  
}



#Right {
  width: 200px;
  height: 350px;
  min-height: 300px;
  float: right;
  position: absolute;
  right: -50px;
  top: 0;
  background: url(img/right.png) no-repeat top right;
  /*
  border: 1px solid #d0d0d0;
  border-left: none;
  */
  
}

#Footer, #Inner, .Push {
	height: 31px;   
}


#Footer {
  background: url(img/bodybottom.png) repeat-x left bottom;  
  width: 100%;
  /*position: absolute;
  bottom: 0; 
  left: 0;
  */
 
  position: relative;
  margin: 0 auto;  
}


#Footer #Inner {
  background: url(img/footer.png) repeat-x left bottom;  
  width: 840px;
  margin: 0 auto;
  position: relative;
}

#Footer #Inner p {
  font-size: 70%;
  color: #666666;
  position: absolute;
  width: 220px;
  bottom: 0;
  right: 30px;
  text-align: right;
}

/*
#Footer p,
#Footer a {
  text-decoration: none;  
  text-align: center;
  color: #3f4f03;   
  margin: 0;
  padding-top: 3px;
}
*/
#Footer a:hover {
  text-decoration: underline;
}







/* Schalter zur Bestimmung der Sprachen */

#LangSwitch {
  position: absolute;
  right: 20px;
  top: 7px;
}

#LangSwitch a,
#LangSwitch a:link,
#LangSwitch a:visited,
#LangSwitch a:active {
  width: 20px;
  height: 19px;  
  display: block;  
  cursor: pointer;    
  float: left;
  margin-left: 2px;
  border: 1px solid transparent;   
/*  
  border: 1px solid #e6e6e6; 
  border-bottom: 1px solid gray;  
  border-right: 1px solid gray;    
  */
}

#LangSwitch a.active {
  border-top: 1px solid gray;  
  border-left: 1px solid gray;     
  background: white;
}

#LangSwitch a:link.GermanFlag,
#LangSwitch a:visited.GermanFlag,
#LangSwitch a:active.GermanFlag {
  background: url(img/lang/de-active.gif) no-repeat center center;
}

#LangSwitch a.GermanFlag.active {
  background-image: url(img/lang/de-active.gif) no-repeat center center;
}


#LangSwitch a:link.BritishFlag,
#LangSwitch a:visited.BritishFlag,
#LangSwitch a:active.BritishFlag {
  background: url(img/lang/gb-active.gif) no-repeat center center;
}

#LangSwitch a.BritishFlag.active {
  background-image: url(img/lang/gb-active.gif) no-repeat center center;
}

#LangSwitch a:hover.GermanFlag,
#LangSwitch a:hover.BritishFlag {
  border-bottom: 1px solid gray;  
  border-right: 1px solid gray;     
  background-color: #6a74a5;
}