/* layout */

html {
  height:100%;
  background-color:#fff;
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: url(/fileadmin/template/img/background.gif);
  background-repeat: repeat-y;
  overflow: auto;
  min-height:100%;
}

body.home {
  background: url(/fileadmin/template/img/background-home.gif) repeat-y #FFFFFF; 
}
/*
.home #content {
  background-color: #C7CBC1;
  line-height: 200%;
  padding: 30px 50px 30px 30px;
  width: 533px;
}
*/
.home #content {
  background-color: #FFFFFF;
  line-height: 200%;
  padding: 0px 50px 30px 30px;
  width: 573px;
  margin-top:-10px;
}

.home #content h1 {
  color: #000000;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1.4px;
  line-height: 50px;
  margin: -2px 0 29px 0;
  text-transform: uppercase;
  width: 240px;
}

.home #content p {
  line-height: 22px;
  letter-spacing: 0.8px;
}

.clear {
  clear: both;
}

#logo_bar_top {
  z-index: 1;
  position: fixed;
  width: 999px;
  height: 145px;
  background: url(/fileadmin/template/img/background-head.gif) no-repeat 0 0; 
}

#container {
  padding-top: 145px;
  width: 999px;
  padding-bottom: 72px;
}

#navigation {
  width: 120px;
  float: left;
  margin-right: 12px;
}

#content {
  background-color: #fff;
  width: 388px;
  float: left;
  margin-right: 20px;
  padding-bottom: 25px;
  line-height: 17px;
}

#content .csc-textpic-text table,
#content table.contenttable {
margin-top:-7px;
padding:0;
}
#content div.csc-textpic-imagewrap {
margin-bottom:7px;
}


#picframe {
  background-color: #000;
  width: 234px;
  float: left;
  margin-right: 20px;
}

#picframe div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image,
#picframe div.csc-textpic,
#picframe div.csc-textpic div {
  margin-left: 0 !important;
}

#picframe div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 9px !important;
}

#teaser {
  width: 215px;
  float: left;
}

#logo_top {
    background-color: #FFFFFF;
    height: 145px;
    padding: 0 1px;
    position: absolute;
    right: 0;
    width: 457px;
}

#logo_bottom {
  position: absolute;
  top: 26px;
  left: 533px;  
}

/* navigation */

#navigation .menu {
  background-color: #fff;
  padding-bottom: 1px;
  padding-left: 0;
}

#navigation a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

#navigation a:hover { color: #f09;}

#navigation .item a {
  padding-bottom: 2px;
}

#navigation .item {
  background-color: #000;
  color: #fff;
  font-size: 10pt;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-left: 20px;
  padding-bottom: 2px;
}

#navigation .active {
  background-color: #000;
  color: #f09;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-left: 20px;
  padding-bottom: 2px;
}

#navigation .active a {
  color: #f09;
}

#navigation ul{
  margin: 0;
  list-style-type: none;
  padding-top: 10px;
  padding-left: 10px;  
  background-color: #000;
  margin-top: -8px;
  margin-bottom: -2px;
}


#navigation li {
  height: 17px;
}

#navigation li.active {
  padding: 0; 
  margin: 0;
}

#navigation .active ul li a {
  color: #fff;
}

#navigation .active ul li.active a {
  color: #f09;
}

ul.first {
  margin-top: 6px;
  height: 19px;
}

/* content */

#content .bodytext {
  margin-top: 0;
  padding-top: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#content .news_item {
  clear: both;
  margin-bottom: 10px;
  line-height: 17px;
}

#content .news_item .datum {
  font-weight: bold;
  font-size: 11px;
  padding-top: 1px;
  float: left;
  text-align: right;
}

#content .news_item .text {
  font-size: 12px;
  margin-left: 58px;
  margin-bottom: 5px;  
  line-height: 17px;
}

#content .news_item .time {
  font-weight: bold;
  font-size: 11px;
  color: #000;
  margin: 0 0 5px 60px;
}

#content a {
  padding-left: 3px;
  font-size: 10px;
  color: #f09;
  font-weight: bold;
  text-decoration: none;
}

#content a.mail,
#content a.external-link-new-window {
  padding-left: 0;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}

#content .news_item a:hover {
  text-decoration: underline;
}


#content .line {
  margin: 5px 0 15px 60px;
  height: 6px;
  background-image: url(/fileadmin/template/img/line.gif);
}

#content .important {
  color: #ff0099;
  font-size: 18px;
  line-height: 28px;  
  margin-top: -5px;
  width: 360px;
}

#content .name-of-person {
  color: #f09;
  font-size: 10px;
  padding-top: 7px;
}

#content h1 {  
  font-size: 16px;
  margin: -2px 0 10px 0;
  color: #f09;
}

#content td {
  vertical-align: top;
}

#content td h3 {
  font-size: 11px;
  width: 50px;
  font-weight: bold;
  margin: 0;
}

#content td a {
  margin: 0;
  padding: 0;
}

#content h2 {
  font-size: 12px;
  margin: 24px 0 10px 0;
}

#content h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}

#content table {
  padding-bottom:10px;
  margin-bottom: 5px;
}

#content .text {
  font-size: 12px;
  margin-bottom: 10px;
}

#content li {
  font-size: 12px;
  padding-left: 0;
  margin-left: -28px;
}

#content p.bodytext {
  margin: 0;
  padding: 0;
}

#content .text p {
  line-height: 17px;
}

#content .leer {
  height: 5px;
}

/* picframe */

#picframe .left {
  float: left;
}

#picframe .right {
  bottom: 0;
  position: absolute;
  left: 614px;
}
/* teaser */

#teaser .newsbox {
  position: absolute;
  font-weight: bold;
  top: 180px;
  left: 786px;
  font-size: 12px;
  padding: 10px 0;
  line-height: 17px;
  margin-bottom: 90px;
  width: 215px;
}

#teaser .newsbox p.bodytext {
  width: 193px;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}

#teaser .newsbox a {
  padding-left: 3px;
  color: #ff0099;
  text-decoration: none;
  font-size: 10px;
}

#teaser .newsbox a:hover {
  text-decoration: underline;
}


td.spacer_black {
  background:#000;
}


* html #navigation ul {
  margin-top:0;
}

* html #logo_bottom { 
  position:fixed;
  float:right; 
  margin-right:110px;
}


/* IE png fix */

img, div {
  behavior: url(iepngfix.htc);
}

* html #navigation {
  margin-top:-150px;
}

* html #content {
  margin-top:-125px;
}

* html #picframe {
  margin-top:-127px;
}

* html #content div {
  margin-right:-12px
;}
