/* Allgemeine Daten */
body {
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-size: 100,01%; 
  padding:0px;
  margin:0px;
  background-image: url(../images/bg.jpg);
}
.inhalt { 	
  position:absolute;
  width: 780px; 
  margin: -225px 0px 0px -372px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
}
/* Schatten */
.schatten_oben {
  background-image: url(../images/oben_bg.jpg);
  width: 745px;
  height: 25px;
  display: block;
}
.schatten_unten {
  background-image: url(../images/unten_bg.jpg);
  width: 745px;
  height: 25px;
  display: block;
  float: left;
}
.schatten_links {
  background-image: url(../images/links_bg.jpg);
  width: 25px;
  height: 385px;
  display: block;
  float: left;
}
.schatten_rechts {
  background-image: url(../images/rechts_bg.jpg);
  width: 25px;
  height: 385px;
  display: block;
  float: left;
}
/* Content Styles */
.bg_blau {
  background-image: url(../images/blau_bg.jpg);
  width: 291px;
  height: 373px;
  display: block;
  float: left;
  text-align: center;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 10px;
}
.bg_blau h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 1px;
  border-bottom: 1px solid #3E3E34;
}
.bg_content {
  background-image: url(../images/bg_content.jpg);
  width: 399px;
  height: 383px;
  display: block;
  float: left;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.schatten_content_oben {
  position: absolute;
  left: 317px;
  top: 26px;
  z-index: 2;
}
.schatten_content_unten {
  position: absolute;
  left: 317px;
  top: 403px;
  z-index: 2;
}
.content_fenster {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 367px;
  height: 351px;
  background-image: url(../images/schatten_buch.jpg);
  background-repeat: repeat-y;
  background-color: #EAEAE2;
  border-top: 1px solid #706F5A;
  border-right: 1px solid #706F5A;
  border-bottom: 1px solid #706F5A;
  padding-left: 25px;
  padding-top: 20px;
  color: #706F5A;
  font-size: 0.70em;
}
.content_fenster h1 {
  margin-top: 0px;
  border-bottom: 1px solid #706F5A;
  padding-left: 5px;
  padding-bottom: 3px;
}
.content_fenster .text {
  padding-left: 5px;
  padding-right: 15px;
}
.content_fenster .text a {
  color: #646346;
}
.content_fenster img {
  border: 1px solid #706F5A;
}
/* Menu */
.menu {
  float: right;
  margin-top: 89px;
  width: 102px;
}
.menu img {
  padding-top: 4px;
}