
body {
 background: #e0dcf6 url("./images/background.png") repeat-x center top;
 font-family: Segoe UI,Arial,Helvetica,sans-serif;
 margin: 0px;
 text-align: center;
 color: #4d5058;
}

table {
 font-size: 100%;
}

#content_bg {
 width: 100%;
 min-height: 700px;
 background: url("./images/background_radial.png") no-repeat center top;
 text-align: center;
 float: left;
}

#main {
 margin: 0 auto;
 width: 800px;
}

#nav {
 width: 100%;
 border-bottom: 1px solid #AAAAAA;
 height: 40px;
 padding-bottom: 10px;
}

#top {
 width: 800px;
 padding-top: 10px;
 padding-bottom: 20px;
 text-align: center;
 border-bottom: 1px solid #AAAAAA;
 float: left;
 display: block;
}

#content {
 width: 800px;
 text-align: left;
 margin-top: 10px;
 float: left;
}

#separator {
 margin: 0 auto;
 width: 840px;
 height: 5px;
 border-left: 1px solid #770000;
 border-right: 1px solid #770000;
}

#left {
 width: 544px;
 float: left;
 margin-left: 8px;
}

#right {
 width: 223px;
 float: left;
 margin-right: 8px;
 margin-left: 16px;
}

#footer {
 width: 800px;
 border-top: 1px solid #AAAAAA;
 height: 20px;
 font-size: 11px;
 padding-top: 5px;
 margin-top: 3px;
 text-align: left;
 float: left;
}

#logo {
 height: 155px;
 z-index: 100;
 position: absolute;
 display: block;
 margin: 0 auto;
 padding: 0;
}

#logo_a {
 background: url("./images/logo.png") no-repeat scroll 0 0 transparent;
 height: 155px;
 width: 858px;
 position: relative;
}

h1 {
 font-size: 23px;
 margin-top: 10px;
 margin-bottom: 5px;
}

h1.logo, h1.logo-text {
 font-size:180%;
 margin: 0;
 padding: 0;
 text-transform: uppercase;
}

h1.logo a {
 background: url("./images/logo.png") no-repeat scroll 0 0 transparent;
 display: block;
 height: 155px;
 position: relative;
 width: 858px;
 z-index: 100;
}

h1.logo a span {
 position: absolute;
 top: -1000px;
}

#article
{
 border: 1px solid #AAAAAA;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding: 7px;
 margin-bottom: 15px;
 font-size: 80%;
}

#left_col {
 border: 1px solid #AAAAAA;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding: 7px;
 margin-right: 4%;
 margin-bottom: 15px;
 font-size: 80%;
 float: left;
 width: 46%;
}

#right_col {
 border: 1px solid #AAAAAA;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding: 7px;
 margin-bottom: 15px;
 font-size: 80%;
 float: right;
 width: 46%;
}

h3 {
 margin-bottom: 3px;
 margin-top: 3px;
 font-size: 100%;
 font-weight: bold;
}

h2 {
 margin-bottom: 10px;
 margin-top: 5px;
 font-size: 120%; 
}

#menu {
 list-style: none outside none;
 float: left;
 height: 40px;
 padding-left: 0;
 margin: 10px 0 0 0;
}

#menu li {
 display: inline;
 height: 40px;
}

#menu li a {
 padding: 5px 20px 0;
}

#nav img {
  border: none;
  float: left;
  margin-right: 10px;
}

a {
 text-decoration: none;
 color: #4f3cb1;
}

#absatz {
 line-height: 5px;
}

ul {
 margin: 2px 0 3px 0;
 padding: 0 0 0 25px;
 list-style-type: disc;
 list-style-position: outside;
}

#partner {
  text-align: left;
  margin: 0 0 10px 0;
}

#partner span {
  font-weight: normal;
  margin: 0 0 5px 10px;
}

#partner img {
  border: 1px solid #AAAAAA;
  margin: 0 0 0 0;
  padding: 3px;
  vertical-align: middle;
}

#partner br {
  line-height: 3px;
}

#partner a {
  text-decoration: none;
  border: none;
}

#partner_klein {
  text-align: center;
  margin: 0 0 10px 0;
}

#partner_klein img {
  width: 200px;
  border: 1px solid #AAAAAA;
  padding: 3px;
}

#partner_klein a {
  text-decoration: none;
  border: none;
}

#partner_kleiner {
  text-align: center;
  margin: 0 0 10px 0;
}

#partner_kleiner img {
  width: 160px;
  border: 1px solid #AAAAAA;
  padding: 3px;
}

#partner_kleiner a {
  text-decoration: none;
  border: none;
}

