* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body {
  background: #e0e0dd;
  }

#all {
    /*background: url(images/white_background.gif) repeat-y top center;*/
    font-size: 13px;
    margin: 50px;
}

#page {
  width: 750px;
  margin: 0px auto;
  background: #ffffff url(images/background.png) repeat-x;
  }

li {
  list-style-type: none;
  }

li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  }

p {
  font-size: 1em;
  color: #333;
  line-height: 21px;
  width: 550px;
  margin: 12px 10px 9px 0;
  }

h1 {
  font-size: 1.5em;
  color: #FF7200;
  padding-bottom: 30px;
  }

img {
  border: none;
  }

#header {
  background: url(images/logo.png) no-repeat top right;
  height: 111px;
  }

/*** Navigation ***/

#navigation {
  line-height: 1em;
  padding-top: 39px;
  margin-left: 125px;
  height: 28px;
  }

#navigation li {
  float: left;
  margin: 0 17px 0 0;
  background: url(images/nav_right.png) no-repeat bottom right;
  }

#navigation li span {
  background: url(images/nav_left.png) no-repeat scroll 0pt;
  display: block;
  float: left;
  padding: 0 5px;
  }

#navigation li a {
  background: url(images/nav_bg.png) repeat-x;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left;
  color: #555;
  }

#navigation li a:hover {
  color: #FF7200;
  }

#navigation li.active a {
  color: #FF7200;
  }

  /*** Fu�Zeile ***/

  #footer_line {
  border-top: 1px solid #AAA;
  display:block;
  margin: 0 15px;
  }

#footer {
margin: 0 0 5px 30px;
}

#footer li {
float: left;
margin: 4px 0px 5px 3px;
font-size: 10px;
 }

#footer li a {
font-weight: normal;
color: #333;
text-decoration: underline;
}

#footer li a:hover {
text-decoration:none;
}

#footer li a span {
display: block;
float: left;
}

/*** Inhalt ***/
#content,
#content_float {
  height: 450px;
padding-left: 125px;
  }

#content_long {
  height: 600px;
  padding-left: 125px;
  }

  #content_slong {
  height: 1350px;
  padding-left: 125px;
  }





#content img {
  padding-bottom: 10px;
  }

#content_float img.float_right {
float: right;
margin-left: 20px;
margin-top: 20px;
 width:140px;
 height:185px;
}

#content_float p {
width: 420px;
}

#content a,
#content_float a {
color: #333;
font-weight: normal;
}

#content a:hover,
#content_float a:hover {
  text-decoration: none;
  }

#content .be {
  font-size: 0.8em;
  }

#content .logo {
  letter-spacing: 0.2em;
  }

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
}