body {
  margin:      0;
  /*padding:     0;*/
  color: #25324B;
  font-family: sans-serif;
  font-size: 0.8em;
  background: #EAEAEA;

  /* center IE */
  text-align: center;

}

#title {
  text-align: left;

  margin-top:    5px;
  margin-bottom: 5px;
  height:        100px;
  max-height:    100px;

  /*border-style:  solid;
  border-color:  black;
  border-width:  1px 0;*/
  
  /*vertical-align: middle; */
  color:             #FFFFFF;
  font-size: x-large;
  font-weight: bold;

  /*background:        #25324B;*/
  background-image:  url("images/header-gradient.png");
  background-repeat: repeat-x;
}

#title_logo {
  height: 100px; 
  width: 225px;  
  background-image: url("images/title-logo.png");
}

#title_logo span {
  display: none;
}

#content {

  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */

  /*position: relative;*/
  width: 810px;
  /*margin-left: 10%;
  clear: both;*/
}

#links {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;

  /*border-style: solid;
  border-width: 1px;*/
}

#footer {
  margin-top: 2em;
  padding-top: 2em;
  text-align: center;
  font-size: x-small;
  clear: both;
}

.ad {
  height: 250px;
  width: 300px; 
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  margin-bottom: 5px;
}

.center {
  padding-top: 1em;
  /*margin-left: 100px;*/
  width: 810px;
  clear: both;
}

.left {
  padding-top: 1em;
  /*margin-left: 100px;*/
  width: 410px;
  float: left;
  /*border-width: 1px;
  border-style: solid;*/
}

.right {
  float: right;
  padding-top: 1em;  
  width: 400px;
  /*margin-right: 0;*/
  /*border-width: 1px;
  border-style: solid;*/
}

h1 {
  font-size: large;
  text-decoration: underline;
  margin-top: 0px;
  /*background-image:  url("fuppes-small.png");
  background-repeat:   no-repeat;
  background-position: right; */
}

h2 {
  font-size: 1.2em;
}

ul {
  line-height:1.4em;
}

.warning {
  /*font-size: 1.1em;*/
  color: red;
}

.small_box_head {
  background-image:  url("images/small-box-head.png");
  background-repeat:   no-repeat;
  width: 400px;
  
  text-align: center;
  vertical-align: bottom;
  color: #eaeaea;
  font-weight: bold;  

  padding-top: 7px;

  height: 34px;

  /* IE 5.5 hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  height: 27px;
}

.small_box_body {
  background-image:  url("images/small-box-middle.png");
  background-repeat:   y-repeat;  

  margin: 0px;
  padding: 0px;
  padding-right: 15px;  

  width: 400px;

  /* IE hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  width: 385px;
}

.top_p {
  margin-top: 0px;
}

.top_h {
  margin-top: 0px;
}

.top_obj {
  margin-top: 0px;
}

.bottom_obj {
  margin-bottom: 0px;
}

.small_box_body p {

  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 10px;
}

.small_box_body ul {
  margin: 0px;
  padding: 0px;
  margin-left: 40px;  
}

.small_box_foot {
  background-image:  url("images/small-box-bottom.png");
  background-repeat:   no-repeat;
  height: 20px;
  
  text-align: right;
  padding-right: 20px;
  font-size: x-small;


  width: 400px;

  /* IE hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  width: 380px;
}









.wide_box_head {
  background-image:  url("images/wide-box-head.png");
  background-repeat:   no-repeat;
  width: 810px;
  
  text-align: center;
  vertical-align: bottom;
  color: #eaeaea;
  font-weight: bold;  
  padding-top: 7px;

  height: 34px;

  /* IE hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  height: 27px;
}

.wide_box_body {
  background-image:  url("images/wide-box-middle.png");
  background-repeat:   y-repeat;  

  margin: 0px;
  padding-left: 15px;
  padding-right: 10px;  


  width: 810px;

  /* IE hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  width: 785px;
}

.wide_box_body p {
 
  margin-bottom: 0px;
  /*margin-left: 5px;  */
  margin-right: 10px;
}

.wide_box_body ul {
  margin: 0px;
  padding: 0px;
  margin-left: 40px;  
}



.wide_box_foot {
  background-image:  url("images/wide-box-bottom.png");
  background-repeat:   no-repeat;
  height: 20px;
  
  text-align: right;
  padding-right: 20px;
  font-size: x-small;

  width: 810px;

  /* IE hack */
  voice-family:"\"}\"";
  voice-family:inherit;

  width: 790px;

}




