@charset "UTF-8";

/* Standards */

body {
  background: black url(../gfx/bg_main.jpg) top left no-repeat;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  margin:0px;
}

a {
  color:#1e1e1e;
  font-weight:bold;
  text-decoration:underline;
}

a:hover {
  color:#a9843c;
}

h1 {
  font-size:23px;
  font-weight:bold;
  font-style:italic;
  color:#a9843c;
}

h2 {
  font-style:italic;
  font-weight:bold;
  font-size: 14px;
  margin: 0px;
  padding:0px;
}

hr {
  background-image:url(../gfx/h_line.png);
  background-repeat:no-repeat;
  background-position:left;
  height:9px;
  width:744px;
  border:none;
  padding:0px;
  margin:0px;
  margin-bottom: 20px;
}

/* Layout */

.logo {
  position:absolute;
  top:5px;
  left:100px;
  width:216px;
  height:165px;
  border:none;
}

.menu {
  background: #1e1e1e;
  position:absolute;
  top: 177px;
  left: 199px;
  height:37px;
  width:800px;
  margin:5px 0;
}

.menu ul {
  margin:0px; 
  padding:0px; 
  list-style-type:none;
}

.menu ul li  {
  float:left;
}
  
.menu ul li a {
  display:block; 
  color:#a9843c; 
  text-decoration:none; 
  padding:4px 21px 3px 22px; 
  font-weight:normal;
}

.menu ul li a:hover  {
  background:#a9843c; 
  color: white;
}

.menu ul li.last {
  position: absolute;
  top: 0px;
  left: 700px;
}

.menu ul li.last a:hover {
  height: 28px;
  width: 56px;
}

.menu ul li.last .menu_act {
  position: absolute;
  top: 0;
  height: 28px;
  width: 56px;
}

.menu_act {
  background:#a9843c; 
  color: white !important;
}

/*.menu ul li.last:hover {
  width: 104px;
}
.menu ul li.last a.menu_act {
  width: 61px;
}*/

.main {
  position:absolute;
  top: 217px;
  left: 199px;
  /*min-height: 681px;*/
  width: 800px;
  /*background:url(../gfx/bg_content.jpg) repeat-y;*/
  background: url(../gfx/contentBG-long.jpg);
}

.main .inner {
  padding-left: 23px;
  padding-right: 39px;
  padding-bottom: 75px;
}

.main_start {
  position:absolute;
  top: 217px;
  left: 199px;
  height:685px;
  height: 735px;
  width:800px;
  background:url(../gfx/bg_content_start.jpg) no-repeat;
}

.content {
  height:205px;
  left:22px;
  position:absolute;
  top:40px;
  width:450px;
}

.content table {
  padding:0px;
  border:0px;
}

.content td {
  padding: 1px 10px 1px 0px;
}

.content_img_right {
  left:480px;
  position:absolute;
  top:85px;
  border:none;
}

.content_start {
  height:205px;
  left:22px;
  position:absolute;
  top:35px;
  width:462px;
}

.box_gr {
  height:333px;
  left:538px;
  position:absolute;
  top:76px;
  width:202px;
  padding:20px; 
  background:url(../gfx/bg_box_gross_start.png); 
  background-repeat:no-repeat;
}

.box_gr ul {
  padding-left:10px;
  margin-left:0px;
}

.box_gr li {
  list-style-type:disc;
  padding-bottom: 12px;
}

.box_kl {
  height:135px;
  left:538px;
  position:absolute;
  top:436px;
  width:202px;
  padding:20px; 
  background:url(../gfx/bg_box_klein_start.png); 
  background-repeat:no-repeat;
}

.btn_noty {
  border:none;
  height:35px;
  left:0px;
  position:absolute;
  top:125px;
  width:224px;
}

.startTeaser IMG {
  position: relative;
  top: 0px;
}

.content .csc-textpic-intext-right-nowrap p {
  width: 445px;
}

.content .csc-textpic-intext-right-nowrap IMG {
  left:480px;
  position:absolute;
  top:85px;
  border:none;
}

.content table.contenttable tbody tr td p {
  width: 200px !important;
}

.content .csc-textpic-caption {
  font-weight: bold;
}

.linksBorderBig {
  width: 735px;
  border: 1px solid #bb9e67;
  background: #f7f4eb;
  padding: 10px;
  margin-bottom: 10px;
}

.linksBorderBig .csc-textpic .csc-textpic-imagewrap .csc-textpic-image a IMG {
}

.footer_start,
.footer {
  position: absolute;
  left: 460px;
  color: white;
}

.footer_start {
  top: 910px;
}

.footer {
  /*top: 735px;*/
  height: 30px;
  margin-top: 30px;
  position: absolute;
  left: 260px !important;
}

.footer_start a,
.footer a {
  text-decoration: none;
  color: white;
  font-weight: normal;
}

.footer_start a:hover,
.footer a:hover {
  color:#008ac9;
}
