html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  background: #d1a767 url(../images/global/site-bg.png);
}

/* Standardangaben -------------------------------------------------------------------- */
div {
  position: relative;
}

body,td,th,a /* font default */ {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

body,div,form /* margin default */ {
  margin: 0;
  padding: 0;
}

img,table /* border default */ {
  border: none;
  margin: 0;
}

.clear {
  float: none;
  clear: both;
}

/* ------------------------------------------------------------------------------------ */
a {
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */
#background {
  width: 100%;
  min-height: 100%;
  background: url(../images/global/footer-bg.png) repeat-x bottom;
}

/* ------------------------------------------------------------------------------------ */
#header-bg {
  width: 100%;
  height: 100%;
  background: url(../images/global/header-bg.png) repeat-x;
}

/* ------------------------------------------------------------------------------------ */
#site {
  width: 980px;
  /*height: 100%;*/
  margin: auto;
}

/* ------------------------------------------------------------------------------------ */
.request-button {
  position: absolute;
  display: block;
  left: 860px;
  top: 110px;
  z-index: 2;
}

/* ------------------------------------------------------------------------------------ */
#header {
  width: 980px;
  height: 169px;
  }

#header .logo {
  margin: 0;
  margin-left: 25px;
  margin-top: 15px;
  float: left;
}

#header #header-block {
  width: 568px;
  height: 169px;
  float: left;
}

/* ------------------------------------------------------------------------------------ */
#breadCrumb {
  position: absolute;
  width: 541px;
  height: 26px;
  top: 124px;
  background: url(../images/breadcrumb/bg.png) no-repeat;
  left: 0;
  padding-top: 19px;
  padding-left: 27px;
}

#breadCrumb {
  font: 10px Georgia;
  color: #9e908a;
}

#breadCrumb a {
  font: 10px Georgia;
  color: #9e908a;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */
#common-menu {
  position: absolute;
  width: 568px;
  height: 20px;
  top: 10px;
  left: 0;
  text-align: right;
}

#common-menu,
#common-menu a {
  font: 10px Georgia;
  color: #908989;
}

#common-menu .flags {
  display: inline-block;
  margin-top: 5px;
}

#common-menu .flags .flag {
  margin-left: 5px;
}

/* ------------------------------------------------------------------------------------ */
#header h1 {
  font: 20px Georgia;
  color: #C59E5B;
  padding-top: 60px;
  padding-left: 27px;
  width: 470px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------------------------------------------ */
#site-content {
  width: 980px;
  background: url(../images/content/bg.png) repeat-y 349px top;
}

/* ------------------------------------------------------------------------------------ */
#col-left {
  width: 390px;
  height: auto;
  float: left;
  padding-bottom: 200px;
}

#col-right {
  width: 590px;
  height: auto;
  float: left;
}

/* ------------------------------------------------------------------------------------ */
#logo-block {
  width: 369px;
  height: auto;
  margin-left: 21px;
  background: url(../images/global/logo-block-bg-left.png) no-repeat;
  font-size: 0;
}

#logo-block .header-img {
  margin: 0;
  margin-left: 9px;
}

/* ------------------------------------------------------------------------------------ */
#logo-block-shadow {
  position: absolute;
  top: 20px;
  left: 390px;
  width: 9px;
  height: 560px;
  background: url(../images/global/logo-block-bg-right.png) no-repeat;
  z-index: 5;
}

/* ------------------------------------------------------------------------------------ */
#main-menu {
  width: 360px;
  min-height: 200px;
  margin-left: 9px;
  background: url(../images/menu/main-bg.png) repeat-y;
}

/* Vertikale Linie */
#main-menu .v-line-bg {
  width: 142px;
  background: url(../images/menu/v-line-bg.png) repeat-y 127px;
  float: left;
}

#main-menu .v-line-top {
  width: 142px;
  background: url(../images/menu/v-line-top.png) no-repeat 127px top;
}

#main-menu .v-line-bottom {
  width: 142px;
  min-height: 134px;
  background: url(../images/menu/v-line-bottom.png) no-repeat 127px bottom
    ;
}

/* Menu */
#main-menu ul.main-menu {
  width: 142px;
  min-height: 134px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*background: url(../images/menu/v-line.png) no-repeat 127px 15px;*/
}

#main-menu ul.main-menu li {
  width: 142px;
  margin: 0;
  padding: 0;
  text-align: right;
}

#main-menu ul.main-menu li a {
  font: bold 14px Georgia;
  color: #d2b487;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-right: 25px;
  line-height: 30px;
}

#main-menu ul.main-menu li a:hover {
  color: #fff;
}

#main-menu ul.main-menu li.active {
  background: url(../images/menu/main-arrow.png) no-repeat right;
}

#main-menu ul.main-menu li.active a {
  color: #fff;
}

/* Erstes Sub-Menu */
#main-menu ul.main-menu-sub {
  width: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-left: 3px;
  margin-bottom: 15px;
  padding-top: 2px;
}

#main-menu ul.main-menu-sub li {
  width: 200px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c19149;
}

#main-menu ul.main-menu-sub li a {
  display: block;
  width: 190px;
  padding-left: 10px;
  font: 14px Georgia;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 24px;
  margin: 1px 0;
}

#main-menu ul.main-menu-sub li.active a,#main-menu ul.main-menu-sub li.active a:hover
{
  background: #960404 url(../images/menu/sub-select.png) repeat-x;
}

#main-menu ul.main-menu-sub li.active a {
  color: #fff;
}

#main-menu ul.main-menu-sub li a:hover {
  background: #c9913d;
}

/* ------------------------------------------------------------------------------------ */
.info-box {
  width: 309px;
  min-height: 100px;
  margin-top: 10px;
  margin-left: 35px;
}

.info-box.links .header {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 104px;
  height: 104px;
  /*background: url(../images/box/links.png) no-repeat;*/
}

.info-box.downloads .header {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 104px;
  height: 104px;
  /*background: url(../images/box/downloads.png) no-repeat;*/
}

.info-box-top {
  width: 309px;
  height: 22px;
  background: url(../images/box/box-top.png) no-repeat;
}

.info-box-bottom {
  width: 309px;
  height: 22px;
  background: url(../images/box/box-bottom.png) no-repeat bottom;
}

.info-box ul.links {
  width: 309px;
  min-height: 100px;
  background: url(../images/box/box-bg.png) repeat-y;
  margin: 0;
}

.info-box ul.links {
  width: 219px;
  min-height: 100px;
  background: url(../images/box/box-bg.png) repeat-y;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 90px;
}

.info-box ul.links li {
  width: 199px;
  background: url(../images/box/li-arrow.png) no-repeat 3px 5px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.info-box ul.links li a {
  font: 14px Georgia;
  color: #422313;
  display: block;
  padding: 3px 0 3px 5px;
  width: 168px;
  border-bottom: 1px solid #a99076;
}

.info-box ul.links li.last a {
  border-bottom: none;
}

/* ------------------------------------------------------------------------------------ */
img.telefon {
  margin-top: 5px;
  margin-left: 35px;
}

img.dehoga_rlp {
  position: absolute;
  left: 50px;
  bottom: 10px;
}

/* ------------------------------------------------------------------------------------ */
#footer {
  height: 158px;
  width: 980px;
}

#footer .logo {
  margin-left: 50px;
  margin-top: 15px;
}

#footer .logo2 {
  margin-left: 20px;
  margin-top: 15px;
}

#footer #contact-data {
  position: absolute;
  top: 15px;
  left: 358px;
  width: 600px;
  text-align: center;
}

#footer #contact-data,
#footer #contact-data a {
  font: 12px Georgia;
  color: #918b8b;
  line-height: 1.7em;
}

/* ------------------------------------------------------------------------------------ */
#col-right div#content-header-img-holder {
  width: 568px;
  height: 250px;
  background: url(../images/content/line-gold.png) no-repeat left bottom;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
}

#col-right .h1-holder {
  width: 568px;
  background: url(../images/content/headline-shadow.png) no-repeat left bottom;
  padding-bottom: 10px;
}

#col-right h1 {
  width: 568px;
  background: url(../images/content/headline-bg.png) repeat-y;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font: 24px Georgia;
  color: #fff;
}

#col-right .content {
  width: 430px;
  margin-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#col-right .content h2 {
  font: 18px Georgia;
  color: #422313;
  line-height: 1.5em;
}


#col-right .content h3 {
  font: 14px Arial;
  color: #951820;
  line-height: 1.5em;
}

#col-right .content h4 {
  font: 19px Georgia;
  color: #422313;
  line-height: 1.5em;
  border-bottom: 1px solid #422313;
  width: 412px;
}

#col-right .content h4 a {
  font: 19px Georgia;
  color: #422313;
  line-height: 1.5em;
}

#col-right .content .text {
  font: 12px Arial;
  color: #2e2a24;
  margin-bottom: 15px;
  line-height: 1.5em;
}
#col-right .content .text hr{
  height: 1px;
}

#col-right .content .text img {
  float: left;
  padding: 1px;
  border: 1px solid #c7b093;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 3px;
}

#col-right .content .text a {
  background: #d9a98f;
}

#col-right .content .highlight-text {
  font: italic 13px Georgia;
  border-left: 2px solid #a5222b;
  padding-left: 15px;
  line-height: 1.7em;
  color: #746959;
  margin-bottom: 15px;
  margin-left: 15px;
}

#col-right .content .highlight-text a {
  background: #d9a98f;
}
/*
#col-right .content .highlight-text a:hover {  
  border-bottom: 1px dotted;
}
*/
#col-right .content .footnote,
#col-right .content .footnote a {
  font: 10px Arial;
  color: #a2937d ;
  margin-bottom: 15px;  
}

#col-right .content .footnote a {
  border-bottom: 1px solid;
}

/* ------------------------------------------------------------------------------------ */
#content dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 30px;
}

#content dt {
  
}

/* ------------------------------------------------------------------------------------ */
form dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 0 !important;
}

form dt {
  
}

/* ------------------------------------------------------------------------------------ */
.message {
  color: #BB0000;
}

/* ------------------------------------------------------------------------------------ */
#col-right .content .overview-entry {
  width: 447px;
  height: 141px;
  background: url(../images/overview/box.png) no-repeat;
  margin-top: 15px;
  margin-bottom: 5px;
}

#col-right .content .overview-entry * {
  cursor: pointer;
}

#col-right .content .overview-entry .img {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 119px;
  height: 119px;
}

#col-right .content .overview-entry .p_img {
}

#col-right .content .overview-entry .overview-text {
  position: absolute;
  top: 11px;
  left: 139px;
  width: 296px;
}

#col-right .content .overview-entry h2 {
  font: 18px Georgia;
  color: #422313;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 2px;
}

#col-right .content .overview-entry .overview-text {
  font: italic 11px Georgia;
  color: #7a6d5b;
  line-height: 1.7em;
  margin-bottom: 0;
}

#col-right .content .overview-holder a.overview-link {
  text-decoration: underline;
}

#col-right .content .overview-entry .link-img {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  opacity: 0.8;
}

/* ----------------Preistabellen------------------------------------------------------- */

.content .text table {
  border-collapse: collapse;
}
.content .text td.zelle1_preise {
  padding: 5px;
  border: 1px solid #c7b093;
}
.content .text td.zelle2_preise {
  background: #dec8a9;
  padding: 5px;
  border: 1px solid #c7b093;
  text-align: right;
  vertical-align: top;
}

/* ------------------------------------------------------------------------------------ */
