/* Start: General Styles */
* {
  font-family: verdana, arial, sans-serif;
}

body,ul,li,p,h1,h2,h3,h4,h5,h6,dd,dl {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
}

body {
  background-color: #F2F2F2;
  color: #000;
}

img {
  border: 0;
}

hr {
  display: none;
}

.hidden,#middleCol dfn {
  height: 1em;
  position: absolute;;
  left: -400em;
}

/* End: General Styles */ /* Start: Header Styles */
#header {
  padding: 3px 15px 5px 0;
  border-bottom: 1px solid #FFF;
  background-color: #155FA4;
  color: #FFF;
  font-size: 0.8em;
  text-align: right;
}

#header a {
  background-color: #155FA4;
  color: #FFF;
}

/* End: Header Styles */
#impressum {
  margin-right: 15px;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

/* Start: Body Layout */
#mainBody {
  max-width: 950px;;
  min-width: 775px;
}

#threeColBody {
  background: url(../img/bg-three-col-body.gif) repeat-y;
  float: left;
  width: 100%;
}

/* End: Body Layout */ /* Start: Left Column Styles */
#leftCol {
  width: 210px;;
  float: left;
}

#logoEKU {
  padding: 50px 0 45px 13px;
  background-color: #FFF;
  color: #000;
  line-height: 0px;
  font-size: 0px;
}

#fadedLogo {
  height: 311px;
  background: url(../img/engel.gif) no-repeat 0px 50px;
}

/* End: Left Column Styles */ /* Start: Middle Column Styles */
#middleCol {
  width: 210px;;
  float: left;
}

#middleCol {
  width: 210px;;
  float: left;
}

#logoAdipositaszentrum {
  padding: 59px 0 44px 8px;
  line-height: 0px;
  font-size: 0;
  border-bottom: 1px solid #fff;
}

#navigation {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

#middleCol ul li {
  display: inline;
}

#middleCol ul li a {
  display: block;
  padding-left: 17px;
  line-height: 2.3em;
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #DAE6F3;
  font-size: 0.75em;
  text-decoration: none;
  font-weight: bold;
  color: #345D83;
}

#middleCol ul li a:visited {
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #E5EEF8;
  color: #345D83;
}

#middleCol ul li a:focus {
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li a:hover {
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li a:active {
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li strong {
  display: block;
  padding-left: 17px;
  font-size: 0.75em;
  line-height: 2.3em;
  background: url(../img/bg-arrow-white-down.gif) no-repeat left center
    #DAE6F3;
  color: #345D83;
}

#middleCol ul li ul li a {
  font-size: 0.7em;
  line-height: 2.1em;
  background: url(../img/bg-arrow-blue-right.gif) no-repeat left center
    #E5EEF8;
  border-top: 1px solid #fff;
  color: #345D83;
  font-weight: normal;
}

#middleCol ul li ul li a:visited {
  background: url(../img/bg-arrow-blue-right-visited.gif) no-repeat left
    center #E5EEF8;
  color: #345D83;
}

#middleCol ul li ul li a:focus {
  background: url(../img/bg-arrow-white-right.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li ul li a:hover {
  background: url(../img/bg-arrow-white-right.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li ul li a:active {
  background: url(../img/bg-arrow-white-right.gif) no-repeat left center
    #76A2D3;
  color: #fff;
}

#middleCol ul li ul li em {
  display: block;
  padding-left: 17px;
  line-height: 2.1em;
  background: url(../img/bg-arrow-white-right-visited.gif) no-repeat left
    center #76A2D3;
  border-top: 1px solid #FFF;
  color: #fff;
  font-size: 0.7em;
  font-style: normal;
}

#navPlaceholder {
  height: 156px;
  margin-bottom: 30px;
  background-image: url(../img/nav-placeholder.gif);
}

/* End: Middle Column Styles */ /* Start: Right Column Styles */
#rightCol {
  margin-left: 420px;
}

#largePicture {
  height: 162px;
  background: url(../img/waage.jpg) no-repeat center #F2F2F2;
  color: #000;
}

#content {
  padding: 5px 35px 24px 18px;
  color: #444;
  float: left;
  background-color: #FFF;
}

#content a {
  color: #345D83;
  background-color: #FFF;
}

#content p.backlink {
  font-size: 0.6875em;
}

#content p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.75em 0;
}

#content .noMargin {
  margin: 0;
}

#content .smallMarginBottom {
  margin-bottom: 0.75em;
}

#content .clear {
  clear: both;
}

#content h1 {
  font-size: 1.5em;
  margin: 0.75em 0;
  font-weight: normal;
}

#content h2 {
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

#content h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#content h4 {
  font-size: 0.8em;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

#content ul {
  padding-left: 17px;
  line-height: 1.5em;
}

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

#content ul li {
  list-style-type: disc;
}

#content li li {
  list-style-type: circle;
}

#content acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

#content .dlImgLandscape {
  width: 292px;
  margin: 1.5em 0;
}

#content .dlImgPortrait {
  width: 222px;
  margin: 1.5em 0;
}

#content .dtImg {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
}

#content .ddImg {
  padding-top: 5px;
  color: #345D83;
  font-size: 0.70em;
  line-height: 1.4em;
  background-color: #FFF;
}

#content .dlFAQ {
  margin-top: 2em;
}

#content .dtFAQ {
  font-size: 0.8em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

#content .ddFAQ {
  font-size: 0.8em;
  padding: 5px 0 0 15px;
  line-height: 1.4em;
  margin-bottom: 0.75em;
}

#content .backTop {
  text-align: right;
  padding-top: 15px;
}

#content .backTop a {
  font-size: 0.75em;
  padding-left: 10px;
  margin-bottom: 0.75em;
  background: url(../img/bg-blue-arrow-backtop.gif) no-repeat bottom left;
}

#content .backTitle {
  padding-top: 25px;
}

#content .backTitle a {
  font-size: 0.75em;
  padding: 20px 0 0 10px;
  margin-bottom: 0.75em;
  background: url(../img/bg-blue-arrow-backtop.gif) no-repeat bottom left;
}

#content table {
  margin: 10px 0;
  border: 1px solid #DAE6F3;
  font-size: 0.8em;
  line-height: 1.5em;
}

#content table caption {
  padding-top: 10px;
  font-weight: bold;
}

#content table th,td {
  padding: 5px;
}

#content .cellmark1 th {
  background: #E5EEF8;
  color: #444;
}

#content .cellmark1 td {
  background: #E5EEF8;
  color: #444;
}

#content .formel {
  padding: 25px 0px 5px 15px;
}

#content .berechnung {
  letter-spacing: 0.25em;
}

#content .nowrapText {
  white-space: nowrap;
}

#anfahrtsplan {
  padding-top: 25px;
}

#anfahrtsplan dl {
  width: 612px;
  margin-left: auto;
  margin-right: auto;
}

#anfahrtsplan dt {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
}

#anfahrtsplan dd {
  padding-top: 5px;
  color: #345D83;
  font-size: 0.70em;
  line-height: 1.4em;
  background-color: #F2F2F2;
}

#backKontakt {
  width: 612px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;;
  background-color: #F2F2F2;
  color: #345D83;
}

#backKontakt a {
  color: #345D83;
  background-color: #F2F2F2;
}

/* End: Right Column Styles */ /* Start: Footer Styles */
#footer {
  clear: both;
  height: 1em;
  border-top: 1px solid #FFF;
  background-color: #DADCDF;
  color: #345D83;
}

/* End: Footer Styles */
.hidden {
  height: 1em;
  position: absolute;
  left: -400em;
}

#fontSize {
  padding-right: 15px;
}

#disclaimer {
  display: none;
}

hr {
  display: none;
}