/***************************************************************************
* General Configuration
***************************************************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(../img/body_bg.gif) top center repeat-y;
  color: #625c5c;
  font: 11px Verdana, Arial, sans-serif;
  height: 100%;
  text-align: center;
}

#container {
  height: auto !important;
  height: 100%;
  left: 50%;
  margin-left: -475px;
  min-height: 100%;
  position: absolute;
  text-align: left;
  width: 950px;
}

img {
  border: 0;
  vertical-align: middle;
}

/* the following rule is recognized only by IE */
* html body #container {
  margin-left: -474px;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

a {
  color: #d2251e;
}

a:hover {
   color: #625c5c;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

.clearAfter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

/***************************************************************************
* Header
***************************************************************************/

#header {
  height: 115px;
  margin: 0 1px;
}

/* Top Header
*****************************/

#topHeader {
  border-bottom: 1px solid #fff;
  height: 34px;
}

#topHeaderL {
  float: left;
  height: 34px;
  width: 232px;
}

.linkHome {
  background: url(../img/linkHome.gif) top left no-repeat;
  display: block;
  float: left;
  height: 11px;
  margin-left: 70px;
  margin-right: 18px;
  margin-top: 12px;
  text-decoration: none;
  width: 13px;
}

.linkSitemap {
  background: url(../img/linkSitemap.gif) top left no-repeat;
  display: block;
  float: left;
  height: 11px;
  margin-right: 18px;
  margin-top: 12px;
  text-decoration: none;
  width: 13px;
}

.linkContact {
  background: url(../img/linkContact.gif) top left no-repeat;
  display: block;
  float: left;
  height: 11px;
  margin-right: 18px;
  margin-top: 12px;
  text-decoration: none;
  width: 13px;
}

/* the following rule is recognized only by IE */
* html body #topHeaderL .linkHome {
  margin-left: 40px;
}

#topHeaderR {
  background: #d1261e;
  float: left;
  height: 34px;
  width: 716px;
}

#speedbar {
  color: #fff;
  float: right;
  margin: 5px 5px 0 0;
}

#speedbar a {
  color: #fff;
}

#speedbar a:hover {
  text-decoration: none;
}


/* Logo
*****************************/

#logo {
  border-top: 1px solid #e4e4e4;
  height: 79px;
  float: left;
  width: 232px;
}

.homeLink {
  background: url(../img/logo.gif) top left no-repeat;
  display: block;
  height: 79px;
  text-decoration: none;
  width: 232px;
}

/* Header Menu
*****************************/

#menuHeader {
  border-top: 1px solid #625c5c;
  float: left;
  height: 79px;
  width: 716px;
}

#menuHeader ul {
  float: right;
  list-style: none;
}

#menuHeader ul li {
  float: left;
}

/* Header Box
*****************************/

#hotlineBox {
  clear: left;
  float: none;
  height: 100px;
  width: 232px;
}

#hotlineBoxContent {
  padding: 16px 0 0 16px;
}

#hotlineBoxContent h1.csc-firstHeader {
  color: #62595a;
  font: 11px Verdana, Arial, sans-serif;
  margin-bottom: 5px;
}

#hotlineBoxContent p.bodytext {
  color: #d1261e;
}

/* Flash Image
*****************************/

#flashImage {
  float: left;
  margin-top: 1px;
  width: 716px;
}

/***************************************************************************
* Main
***************************************************************************/

#main {
  margin: 0 1px;
  padding-bottom: 59px;
  width: 948px;
}

/***************************************************************************
* Sidebar
***************************************************************************/

#sidebar {
  background: #e4e4e4;
  border-top: 1px solid #fff;
  float: left;
  padding-bottom: 40px;
  width: 232px;
}

/* Main Menu
*****************************/

#sidebar ul.menuMain {
  list-style: none;
  text-transform: uppercase;
}

#sidebar ul.menuMain li h2 {
  background: #d1261e url(../img/level1act.gif) right no-repeat;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 12px Verdana;
  font-weight: bold;
  padding: 5px 10px;
}

#sidebar ul.menuMain li a {
  color: #fff;
  display: block;  
  text-decoration: none;
}

#sidebar ul.menuMain li:hover {
  background: #625c5c;
}

#sidebar ul.menuMain li.active-sub {
  background: #625c5c url(../img/level1sub.gif) right no-repeat;
}

#sidebar ul.menuMain li.menuMain-sub1 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#sidebar ul.menuMain li.menuMain-sub1 a {
  background: #e4e4e4;
  color: #625c5c;
  display: block;
  font: 11px Verdana;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
}

#sidebar ul.menuMain li.menuMain-sub1 a:hover {
  color: #d1261e;
}

#sidebar ul.menuMain li.menuMain-sub2 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#sidebar ul.menuMain li.menuMain-sub2 a {
  background: #e4e4e4;
  color: #625c5c;
  display: block;
  font: 10px Verdana;
  font-weight: bold;
  padding: 5px 5px 5px 45px;
  text-decoration: none;
}

#sidebar ul.menuMain li.menuMain-sub2 a:hover {
  color: #d1261e;
}

#sidebar ul.menuMain li.active a {
  color: #d1261e;
}

/***************************************************************************
* Content
***************************************************************************/

#content {
  border-top: 1px solid #fff;
  float: left;
  padding: 10px 10px;
  width: 696px;
}

#content h1 {
  color: #d1261e;
}

#content p.bodytext {
  margin: 8px 0;
}

#content .font1{
  color: #d1261e;
}

#content .font2 {
  color: #625c5c;
}

#content h1, #content h2 {
  margin-bottom: 5px;
  margin-left: -2px;
}
#content h3 {
  margin-bottom: 5px;
}


#content .csc-textpic .csc-textpic-image {
  padding-top: 5px;
}

#content .csc-textpic-caption {
  font-size: 10px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

#content ul {
  list-style: none;
  margin: 0 0 8px 5px;
}

#content ul li {
  /*background: url(../img/arrow_list.gif) left 4px no-repeat;*/
  background: url(../img/list_kreis.gif) left 4px no-repeat;
  padding-left: 10px;
}

#content ul li a {
  color: #d1261e;
}

#content ul li a:hover {
  color: #625c5c;
}

#content ol li {
  margin-left: 25px;
}

/* Teaserlist Settings
*****************************/

#content .tx-abteaserlist-pi1 {
    width: 696px;
}

#content .tx-abteaserlist-pi1 .t1_teaserItem {
    width: 100%;
}

#content .tx-abteaserlist-pi1 .t1_teaserItemContent {
    float: left;
    width: 486px;
}

#content .tx-abteaserlist-pi1 .t1_teaserItemHeader,
#content .tx-abteaserlist-pi1 .t1_teaserItemHeader a {
    color: #d1261e;
    padding-bottom: 5px;
    width: 486px;
}

#content .tx-abteaserlist-pi1 .t1_teaserItemImage {
    /*background: #fff;*/
    float: left;
    height: auto;
    padding: 0;
    width: 200px;
}

#content .tx-abteaserlist-pi1 .t1_teaserItemText {
    width: 486px;
}

/* Frame Settings
*****************************/

#content .boxRoundEdgeContent {
  background: #e4e4e4;
  border: 1px solid #625c5c;
  padding: 0 10px;
}

#content .boxRoundEdgeContent h1,
#content .boxRoundEdgeContent h2,
#content .boxRoundEdgeContent h3 {
  padding-top: 5px;
}

#content .csc-frame-frame2 {
  border-bottom: 1px solid #625c5c;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#content .csc-frame-frame3 {
  border-bottom: 1px dashed #625c5c;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#content .boxRoundEdgeTop,
#content .boxRoundEdgeBottom {
  margin: 10px 0;
}


/***************************************************************************
* Footer
***************************************************************************/

#spacer {
  background: #fff;
  height: 7px;
  width: 948px;
}

/* the following rule is recognized only by IE */
* html body #spacer {
  height: 0;
}

#footer {
  background: #fff;
  bottom: 0;
  height: 57px;
  left: 1px;
  position: absolute;
  width: 948px;
}

/* Copyright
*****************************/

#copyright {
  background: #fff;
  border-top: 3px solid #e4e4e4;
  clear: both;
  color: #625c5c;
  float: left;
  height: 33px;
  padding-left: 25px;
  padding-top: 14px;
  width: 207px;
}

/* the following rule is recognized only by IE */
* html body #copyright {
  margin-top: 0;
}

/* Menu Footer
*****************************/

#footerMenu {
  border-top: 3px solid #d1261e;
  color: #d1261e;
  float: left;
  text-transform: uppercase;
  height: 33px;
  width: 716px;
}

#footerMenu ul {
  height: 33px;
  line-height: 2em;
  list-style: none;
  padding-top: 10px;
}

#footerMenu li {
  float: left;
  font-size: 1em;
  text-align: center;
}

#footerMenu ul li a {
  color: #d2251e;
  padding: 0 10px;
  text-decoration: none;
}

#footerMenu ul li a:hover {
   color: #625c5c;
}

/***************************************************************************
* allg. Formular
***************************************************************************/


/* Mail Formular
*****************************/

#content .csc-mailform {
  margin: 5px 0 15px;
}

#content .csc-mailform input,
#content .csc-mailform select {
   width: 150px;
}

#content .csc-mailform fieldset {
  border: none;
  padding: 5px 5px 0 5px;
}

#mailformname,
#mailformemail,
#mailformwunschtermin,
#mailformaddress {
  border: 1px solid #625c5c;
}

#content .csc-mailform fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}

#content .csc-mailform fieldset dl {
  width: auto;
}

#content .csc-mailform fieldset dt {
  float: left;
  margin-right: 6px;
  padding: 0 0 .5em 0;
  text-align: right;
  width: 120px;
}

#content .csc-mailform fieldset dd {
  padding: 0 0 .5em 0;
  width: auto;
}  

#content .csc-mailform fieldset textarea {
  width: 300px;
}

#content .csc-mailform .csc-mailform-check {
  border: none;
  width: auto;
}

#content .csc-mailform .csc-mailform-submit {
  background: #e4e4e4;
  border: 1px solid #625c5c;
  color: #625c5c;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: auto;
}
