/* @group Defaults */
html, body {
  width: 100%;
  height: 100%;
}
body {
  background: #d0cfc7 url(/images/bg.jpg) repeat-x left top;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%; /* 1em equals 10px; 1.3em equals 13px etc. */
  margin: 0;
  color: #333;
}
/* @end */



/* @group Layout */
#Wrapper {
  position: relative;
  margin: 0 auto;
  width: 950px;
}
#Header {
  width: 950px;
  height: 146px;
  margin-top: 28px;
  text-align: left;
  background: url(/images/header_bg.jpg) repeat-x;
  position: relative;
}
#Main {
  width: 950px;
  background: #FFF;
  margin: 0 0 14px 0;
  float: left;
  /*overflow: auto;
  display: table;*/
}
#Content {
  width: 610px;
  margin: 25px 0 45px 30px;
  _margin-left: 15px;
  float: left;
}
body.preview #Wrapper {
  width: 850px;
  margin: 0;
}
body.simple #Content {
  width: auto;
  margin: 0;
  float: none;
}
#Sidebar {
  width: 250px;
  margin: 25px 0 0 30px;
  float: left;
  position: relative;
}
#Footer {
  width: 950px;
  height: 99px;
  background: #b7b28e;
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 21px;
  float: left;
}
/* @end */



/* @group Header */
#MetaNavigation {
  position: absolute;
  top: 21px;
  left: 670px;
  width: 250px;
  text-align: right;
}
#MetaNavigation ul {
  font-size: 1.1em;
  line-height: 1.5em;
  text-transform: uppercase;
}
#MetaNavigation ul li {
  background: url(/images/li_meta.gif) no-repeat right;
  padding-right: 14px;
}
#Search {
  position: absolute;
  left: 670px;
  top: 110px;
  width: 250px;
}
#Search form label {
  display: none;
}
#Search form input#query {
  font-size: 1.3em;
  color: #b0b2b4;
  border: none;
  background: #FFF url(/images/search_icon.gif) no-repeat left;
  padding: 5px 4px 2px 28px;
  width: 192px;
  height: 17px;
  float: left;
  vertical-align: middle;
}
#Search form input.submit {
  padding: 0;
}
/* @end */



/* @group Navigation */
#Navigation {
  width: 950px;
  height: 38px;
  display: block;
  background: url(/images/navigation_bg.gif) repeat-x;
  margin-bottom: 7px;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
#Navigation ul {
  margin-left: 17px;
  /*overflow: auto;*/
}
#Navigation ul li {
  float: left;
}
#Navigation ul li a {
  text-decoration: none;
  color: #FFF;
  line-height: 31px;
  height: 31px;
  display: block;
  float: left;
}
#Navigation ul li a:hover,
#Navigation ul li.current a {
  background: #949073;
}
#Navigation ul li.current a {
  position: relative;
  left: -1px;
}
#Navigation ul li a:hover span {
  border-right: 1px solid #949073;
}
#Navigation ul li a span {
  padding: 0 14px;
  border-right: 1px solid #d0cdb5
}
#Navigation ul li.current a span {
  border-right: none;
}
#Navigation ul li#nav_startseite a {
  border-bottom: 7px solid #b7284d;
}
#Navigation ul li#nav_praxis a {
  border-bottom: 7px solid #f46c22;
}
#Navigation ul li#nav_themen a {
  border-bottom: 7px solid #6d2a8f;
}
#Navigation ul li#nav_aktion a {
  border-bottom: 7px solid #00abb4;
}
#Navigation ul li#nav_startseite.current a {
  background: #b7284d;
  position: relative;
  left: -1px;
}
#Navigation ul li#nav_praxis.current a {
  background: #f46c22;
}
#Navigation ul li#nav_themen.current a {
  background: #6d2a8f;
}
#Navigation ul li#nav_aktion.current a {
  background: #00abb4;
}
#SubNavigation h3 {
  font-size: 1.3em;
  line-height: 1.5em;
}
#SubNavigation ul {
  font-size: 1.3em;
  margin-bottom: 2em;
}
#SubNavigation ul li {
  background: url(/images/standard/li.gif) no-repeat left 0.3em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
#SubNavigation ul li a {
  text-decoration: none;
  color: #999;
  line-height: 1.5em;
}
#SubNavigation ul li a:hover {
  color: #333;
}
#SubNavigation ul li.current a {
  color: #949073;
  font-weight: bold;
}
/* @end */



/* @group Sidebar */
#Sidebar {
  font-size: 1.1em;
}
div.box {
  margin-bottom: 2.5em;
}
div.box ul,
div.box p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #666;
}
div.box p {
  margin-bottom: 1em;
}
div.box h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #949073;
  border-bottom: 1px solid #949073;
}
div.box ul li {
  background: url(/images/li.gif) no-repeat left 0.3em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}


#Sidebar .winner ul {
  background: none;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#Sidebar .winner li {
  background: none;
  list-style: none;
  list-style-image: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
#Sidebar .winner li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Sidebar .winner img {
  float: left;
  margin-right: 1em;
}


#Content a.button,
#Sidebar a.button {
  width: 217px;
  height: 28px;
  display: block;
  background: url(/images/button_bg.gif) no-repeat 0 0;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  text-align: right;
  padding-right: 33px;
  color: #666;
  clear: both;
}
#Content a.button:hover,
#Sidebar a.button:hover {
  background-position: 0 -28px;
}
#Content a.button.right {
  float: right;
}
/* @end */



/* @group Footer */
#Logo {
  width: 189px;
  height: 99px;
  float: left;
}
#Footer p {
  margin: 14px 0;
  padding: 0px 21px;
  float: left;
  border-right: 1px solid #d0cdb5;
}
#Footer p.noborder {
  border: none;
  padding-right: 0;
}
#Footer a {
  color: #FFF;
}
#NavigationSystem {
  padding-top: 72px;
  line-height: 1em;
  float: right;
  width: 280px;
}
#NavigationSystem ul {
  text-align: right;
}
#NavigationSystem ul li {
  float: left;
  padding: 0px 7px;
  border-right: 1px solid #d0cdb5;
}
#NavigationSystem ul li.last {
  border: none;
}
/* @end */



/* @group Bannerplatz */
.banner_top {
  text-align: center;
  padding-top: 2em;
}
.banner_top small {
  display: block;
  font-size: 1em;
  margin: 0 auto 2px auto;
  text-align: right;
  width: 728px;
}
/* @end */


