/* -----  ----------------------------------------- ----- */
/* -----  das MedienKombinat GmbH - WG EINHEIT eG   ----- */
/* -----  Autoren: Dirk Thalheim / Tim Neugebauer   ----- */
/* -----  ----------------------------------------- ----- */

/* -----  ------------------- ----- */
/* -----  Generelle Angaben   ----- */
/* -----  ------------------- ----- */

html, body {

}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:1.125em; 
    background: url(../images/bg.jpg) repeat-x #aac9e1;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0 0 1em 0;
}

.clear {
        clear: both;
}

.red {
        color:#E41B3B;
}

/* -----  -------------- ----- */
/* -----  Layoutraster   ----- */
/* -----  -------------- ----- */

#allwrapper {
        margin: 0px auto;
    width: 60em;  
    text-align: center;
}

#wrapper {
        display: block;
        width: 75em;
        text-align: center;
        padding: 0;
        font-size: 0.8em;
}

#servicenavibox {
        position:absolute;
        top:0px;left:0px;
        display: block;
        width: 100%;
        height: 1.95em;
        line-height: 1.95em;
        text-align: left;
        margin: 0;
        padding: 0;
}

#headerbox {
        position:relative;
        display: block;
        width: 100%;
        height:13.75em;
        text-align: left;
        margin: 0;
        padding: 0;
        background:#FFE07F;
}
a#kontakt_flag {
  background:transparent url(../images/kontakt.png) no-repeat 0 0;
  height:79px;
  left:-26px;
  overflow:hidden;
  position:absolute;
  text-indent:-9999px;
  top:97px;
  width:26px;
}

#headerbox img {
        border: none;
        width:100%;
        height:100%;
}

#topnavibox {
        display: block;
        width: 100%;
        height: 2em;
        line-height:2em;
        text-align: left;
        margin: 0;
        padding: 0;
        background-color: #E41B3B;
        border-bottom:1px #005aab solid;
}

#contentbox {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 2em 0 0 0;
        background: url(../images/shadow.gif) repeat-x #fff;
}

#wrapper_contentbox_left {
        display: block;
        float: left;
        width: 13.28em;
        text-align: left;
        margin: 0;
        padding: 0;
}

#contentbox_main {
  width: 59.72em;
  display:block;
  float:left;
  margin:0 0 0 2em;
  padding:0;
}

#contentbox_middle {  
      display:block;     
      float:left;
        width: 28.86em;
        text-align: left;
        margin: 0 2em 0 0;
        padding: 0;
}

#contentbox_right {
       display:block;     
      float:left;
        width: 28.86em;
        text-align: left;
        margin: 0;
        padding: 0;
}


#footerbox {
        display: block;
        height: 2em;
        text-align: left;
        margin: 0;
        padding: 0 20px 0 20px;
        background-color: #FFF;
}

/*---------------------------------*/
/* -----  Service Navigation ----- */
/*---------------------------------*/

#servicenavibox ul {
        display: block;
        margin:  0 2em 0 2.5em;
        padding: 0;
        font-size: 0.8em;
}

#servicenavibox ul li {
        display:inline;
        float: left;
        /*height: 1em;*/
        margin: 0;
        padding: 0 1em 0 1em;
        list-style: none;
        color: #888;
}

#servicenavibox ul li a:link,
#servicenavibox ul li a:visited {
        color: #888;
        text-decoration: none;
}

#servicenavibox ul li a:hover {
        color: #0D3688;
}

#servicenavibox ul li.cur a {
        color: #888;
}

/*-----------------------------*/
/* -----  Top Navigation ----- */
/*-----------------------------*/

#topnavibox ul {
        display: block;
        float: left;
        margin: 0;
        padding: 0 0 0 2.8em;
        height: 2em;
        line-height: 2em;
        color:#fff;
        background:#E41B3B;
        border-right:dotted #fff 1px;
}

#topnavibox ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        border-left:dotted #fff 1px;
}

#topnavibox .searchfield {
      margin: 0;
      padding:0;
        width:100%;
        text-align:center;
        border-left:dotted #fff 1px;
        height: 2em;
        line-height: 2em;
        color:#fff;
}

#topnavibox ul li a:link,
#topnavibox ul li a:visited {
        display: block;
      color:#fff;
        text-decoration: none;
        line-height: 2em;
        padding: 0 2em 0 2em;
}

#topnavibox ul li a:hover {
        color:#fff;
        background-color: #005aab;
}

#topnavibox ul li.cur a {
        color:#fff;
        background-color: #005aab;
}

#topnavibox .searchfield input {
  width:13em;
  font-size:100%;
  padding: 0;
  margin: 0 0 0 1em;
  border: 1px solid #636366;
}

/*----------------------*/
/*--- Sub Navigation ---*/
/*----------------------*/

#subnavibox {
  margin: 0;  
}

#subnavibox ul{
  display: block;
  width: 13.25em;
  list-style:none;
  margin:0;
  padding: 0 0 1em 0;
  background-color: #c0cee2;
}

#subnavibox ul li{
  display: block;
  font-size: 0.85em;
    font-weight: normal;
}

#subnavibox ul li a:link,
#subnavibox ul li a:visited {
  display: block;
  width: 11.45em;
  margin: 0 0 0.125em 0;
  padding: 0.25em 1em 0.25em 3em;
  color: #005aab;
  border-left: 0.125em solid #c0cee2;
  text-decoration:none;
}

#subnavibox ul li a:hover {
  /*color: #FFF;
  background-color: #005aab;
  border-left: 0.125em solid #e41b3b;*/
  text-decoration:underline;
}

#subnavibox ul li.level_2_cur a:link,
#subnavibox ul li.level_2_cur a:visited{
  color: #FFF;
  background-color: #005aab;
  border-left: 0.125em solid #e41b3b;
}

#subnavibox ul li.level_3 a:link,
#subnavibox ul li.level_3 a:visited,
#subnavibox ul li.level_3_cur a:link,
#subnavibox ul li.level_3_cur a:visited{
  display: block;
  width: 10.45em;
  margin: 0;
  padding: 0.5em 1em 0.5em 4em;
  color: #e41b3b;
  border-left: 0.125em solid #c0cee2;
  background-image: url(../images/arrow_mehrlesen.jpg);
  background-repeat: no-repeat;
  background-position: 3em 0.75em;
  line-height: 0.85em ! important;
}

#subnavibox ul li.level_3 a:hover {
  text-decoration:underline;
}


#subnavibox ul li.level_3_cur a:link,
#subnavibox ul li.level_3_cur a:visited {
  text-decoration: underline;
  background-color: #c0cee2 ! important;
}

/*-----------------------------*/
/*--- Breadcrumb Navigation ---*/
/*-----------------------------*/

#breadcrumb {
  margin:0;
  padding: 0 0 1em 0;
  font-size:0.8em;
  color:#888;  
}
  
#breadcrumb h2{
  display:inline;
  color:#005AAB;
  font-size:1em;
}

#breadcrumb a:link,
#breadcrumb a:visited{
  color:#888;  
}

/*----------------------------------*/
/* -----  Schriftenskalierung ----- */
/*----------------------------------*/

#fontSmall {
  cursor:pointer;
  font-size:80%;
}

#fontMed {
  cursor:pointer;
}

#fontLarge {
  cursor:pointer;
  font-size:140%;
}

/*---------------------------------------*/
/*--- Allgemeine Contentdeklarationen ---*/
/*---------------------------------------*/

#contentbox a:link,
#contentbox a:visited {
  color:#005AAB;
  text-decoration:underline;
}

#contentbox .more,
#contentbox .internal-link,
#contentbox_main .size_small a.internal-link {
  display:block;
  text-align:right;
}

#contentbox a img{
  border:none;
}

#contentbox .hr {
  background:url(../images/dot_blue_h.gif) repeat-x;
  height:1px;
  display:block;
}

#contentbox b,
#contentbox strong{
  color:#E41B3B;
  font-weight:bold;
}

#contentbox .date{
  display:inline;  
  line-height: 1.2em;
  padding:0 0.75em 0 1.5em;
  background: url(../images/arrow.gif) 0 0.2em no-repeat;
  color:#888;
}

#contentbox .right{
  text-align:right;
}

#contentbox .important{
  color:#0C3587;
}

#contentbox_main ul{
    margin:0 0 1em 2.7em;
  padding: 0 0 0 1.2em;
}

#contentbox_main ul li{
  padding: 0 0 0.2em 0;
  line-height:1.2em;
}


.csc-textpic-intext-left-nowrap{
  padding:0 0 0 2.7em;
}

/*-----------------*/
/*--- Formulare ---*/
/*-----------------*/
#contact_check {
  visibility:hidden;
}

#contentbox form{
        padding: 0;
}

#contentbox .row{
  display:block;
  margin:0;
  padding:0 2em 1em 2.7em;
  clear:both;
}

#contentbox .row h2,
#contentbox .row p{
    padding:0em 0em 1em 0em ! important;  
}

#contentbox .form,
#contentbox .form_left,
#contentbox .form_right{
  display:block;
  font-size:1em;
  line-height:2em;
}

#contentbox .form{
  padding: 0em 0em 1.1em 0em;

}

#contentbox .form_left{
  clear:both;
    float:left;
    width:40%;
    padding: 0em 0em 1em 0em;
}

#contentbox .contactform_left{
      width:7.3em ! important;
}

#contentbox .contactform_input{
      width:15em;
}

#contentbox .repairform_input{
      width:14em;
}

#contentbox .form_right{
    float:left;
    padding: 0em 0em 1em 0em;
    margin:0;
}

#contentbox .inputform,
#contentbox .selectform,
#contentbox .submitform{
        line-height:1em;
        border:1px solid #888;
        background-color:#fff;
        color:#000;
}

#contentbox .select{
    width:80%;
}

#contentbox .selectform{
    margin:0;
    width:100%;
}

#contentbox textarea{
  display:block;
  margin:0;padding:0.2em;
}
#contentbox_main div.ul-input ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.1em solid #7F9DB9;
    clear: none;
    height: 8.5em;
    overflow: auto;
    padding: 1em;
    list-style:none;
    margin:0.1em 0 2em;
    width:16.5em;
  }
#contentbox_main div.ul-input ul li {
  width:14.5em;
  height:auto;
  list-style:none;
  padding:0;
  clear:both;
  line-height:1.2em;
  }
#contentbox_main div.ul-input ul li span {  
  padding-bottom: 0.6em;
}  
#contentbox_main div.ul-input ul li input {
  margin:0 0.8em 0 0;
  float:left;
  }  
#contentbox_main .ul-input ul li.first span{
  background: none repeat scroll 0 0 transparent;
    border-bottom: 0.1em solid #ddd;
    margin: 0 0 0.6em;
    padding-bottom:0.7em;
  }
#contentbox_main form.search .coloumn_2 {
  width:20.5em;
  }
#contentbox_main form.search .coloumn_2 .form_left,
#contentbox_main form.search .coloumn_2 .form_right {
  padding-bottom:0.8em;
  }
#contentbox_main .box .size_small img {
  margin-bottom:2em;
  }
#contentbox_main div.ul-input ul li span {
  display:block;
  float:right;
  width:12em;
  }    
/*--------------------*/
/*--- Content left ---*/
/*--------------------*/

#contentbox_left {
  width:100%;
  margin:0;
  padding:0
}

#wrapper_contentbox_left strong{
        font-size:1.1em;
}

#wrapper_contentbox_left .box {
  width:100%;
  padding: 0;
  margin: 0 0 2.2em 0;
  background-color: #C0CEE2;
  font-size:0.8em;
  line-height:1.5em;
  overflow:hidden;
}

#wrapper_contentbox_left h1{
  background-color:#005AAB;
  color:#fff;
  font-size:1.2em;
  font-weight:normal;
  line-height: 2em;
  padding:0 0 0 2.9em;
  margin:0;
  border-bottom: 1px solid #E41B3B;
}

#wrapper_contentbox_left h2{
  color:#005AAB;
  font-size:1.1em;
  font-weight:normal;
  margin:0;
}

#wrapper_contentbox_left h1.csc-firstHeader{
  background: url(../images/left_home.gif) no-repeat #005AAB ! important;;
  margin:0 0 1em 0 ! important;
}

#wrapper_contentbox_left h1.home{
  background: url(../images/left_home.gif) no-repeat #005AAB;
  margin:0 0 1em 0 ! important;
  padding-bottom:0.1em;
}

#wrapper_contentbox_left h1.phone{
  background: url(../images/left_phone.gif) no-repeat #005AAB;
  margin:1em 0 1em 0 ! important;
  padding-bottom:0.1em;
}

#wrapper_contentbox_left img{
  margin: 0; padding: 0; border: 0;
}

#wrapper_contentbox_left .box p{
  margin: 0;
  padding: 0em 1em 1em 1em;
  border: 0;
}

#wrapper_contentbox_left .contact{
  padding: 0 0 0 3.5em;
}

#wrapper_contentbox_left .hr{
  margin: 1em 0 1em 3.5em;
}

#wrapper_contentbox_left h2.phone{
  background: url(../images/left_phone_cnt.gif) 0.8em 0.2em no-repeat;
  padding: 0 0 0 3.1em;
}

#wrapper_contentbox_left h2.at{
  background: url(../images/left_at_cnt.gif) 0.8em 0.2em no-repeat;
  padding: 0 0 0 3.1em;
}

/*-------------------------------------*/
/*--- Content middle & right & main ---*/
/*-------------------------------------*/

#contentbox_main .box{
  display:block;
  padding: 0 2em 2em 0;
  margin: 0 0 2em 0;
  background-color: #f6e7b7;
  font-size:0.9em;
  line-height:1.5em;
}

#contentbox_main .box h1 {
  background-color:#FCB814;
  color:#005AAB;
  font-weight:normal;
  font-size:1.1em;
  line-height: 2em;
  padding:0 0 0 2.5em;
  margin:0 -1.75em 2.3em 0;
  border-bottom: 1px solid #005AAB;
  background:url(../images/right_sun.gif) no-repeat #FCB814;
}

#contentbox_main .bg_frau h1,
#contentbox_main .size_small h1,
#contentbox_main .size_long h1 {
  margin:0 0 2.3em 0;
}

#contentbox_main .box h1.search{
  background:url(../images/right_search.gif) no-repeat #FCB814;
}

#contentbox_main .box h1.sun{
  background:url(../images/right_sun.gif) no-repeat #FCB814;
  line-height:1.9em;
}

#contentbox_main .box h1.build{
  background:url(../images/right_build.gif) no-repeat #FCB814;
}

#contentbox_main .box h1.info{
  background:url(../images/right_info.gif) no-repeat #FCB814;
  line-height:1.9em;
}

#contentbox_main h1.phone{
  background:url(../images/left_phone.gif) no-repeat #FCB814;
}

#contentbox_main .box h2{
  color:#005AAB;
  font-weight:normal;
  font-size:1em;
  margin:0px;
  padding: 0em 2em 1em 2.7em;
}

#contentbox_main .box h3{
  color:#E41B3B;
  font-weight:normal;
  font-size:1em;
  margin:0px;
  padding: 0em 2em 1em 2.7em;
}

#contentbox_main .box h4{
  color:#E41B3B;
  font-weight:bold;
  font-size:1em;
  margin:0px;
  padding: 0em 2em 1em 2.7em;
}

#contentbox_main .box .small{
  font-size:0.8em;
  line-height:0.8em;
  color:#666;  
}

#contentbox_main .box p{
  margin:0px;
  padding: 0em 2em 1em 2.7em;
}

#contentbox_main .box ol{
  list-style-position:inside;
  padding:0;margin:0;
}

#contentbox_main .box li{
  margin:0px;
  /*padding: -0.5em 2em 0.125em 0.5em; /* Dirk: Fehler beim Verarbeiten des Wertes. Deklaration ignoriert, negatives Padding?*/
  list-style: square;
}

/*--- Accordeon ---*/
#contentbox_main h3.trigger {
  background-color:#FCB814;
  color:#333;
  cursor:pointer;
  font-weight:bold;
  line-height:2em;
  padding:0 5px;
}
#contentbox_main h3.trigger span {
  float:right;
  font-weight:normal;
}
#contentbox_main .tx-cal-controller {
  padding-bottom:1em;
}
#contentbox_main .accordion .show {
  display:block !important;
}

/*-----------------*/
/*--- Footerbox ---*/
/*-----------------*/

#footerbox p{
       display:block;
       font-size:75%;
       padding:0;
       margin:0;
}

#footerbox p.left{
       float:left;
}

#footerbox p.right{
       float:right;
       text-align:right;
}

#footerbox a:link,
#footerbox a:visited{
    color: #888;
    text-decoration:underline;
}

#footerbox a img{
        border: none;
}

/*----------------------------*/
/*--- Content Main Layouts ---*/
/*----------------------------*/

#contentbox_main .box .margin{
  margin:0em 0em 0em 2.7em;
}


#contentbox_main .box .coloumn_2{
  width:50%;
  float:left;
  display:block;
  margin:0em 0em 0em 0em;
  padding:0;
  overflow:hidden;
}

#contentbox_main .box .coloumn_2_right{
  width:50%;
  float:right;
  display:block;
  margin:0em 0em 0em 0em;
  padding:0;
  overflow:hidden;
}

#contentbox_main .box .coloumn_3{
  width:33%;
  float:left;
  display:block;
  margin:0em 0em 0em 0em;
  padding:0;
  overflow:hidden;
}

#contentbox_main .box .border_left{
  background:url(../images/dot_blue_v.gif) repeat-y left;
}

#contentbox_main .box .coloumn_3_2{
  width:66%;
  float:left;
  display:block;
  margin:0em 0em 0em 0em;
  padding:0;
  overflow:hidden;
}

#contentbox_main .box .coloumn_3_border{
  width:33.3%;
  float:left;
  display:block;
  margin:0em 0em 0em 0em;
  padding:0;
  background:url(../images/dot_blue_v.gif) repeat-y right;
  overflow:hidden;
}

#contentbox_main .box .coloumn_2 a,
#contentbox_main .box .coloumn_3 a,
#contentbox_main .box .coloumn_3_2 a,
#contentbox_main .box .coloumn_3_border a,
#contentbox_main .box a {
  display: inline;
  width: auto;
}

/* ----- -------------------------- ----- */
/* ----- Tabellen im Contentbereich ----- */
/* ----- -------------------------- ----- */

table.contenttable {
  display:table;
  margin: 0 0 3em 2.7em;
  padding:1px!important;
  /*background:url(../images/dot_blue.gif);*/
  border: dotted #0C3587 1px;
  width:60em ! important;border-spacing:0;
}

/*table.contenttable tbody{
  background-color: #f6e7b7;
  padding: 1em;
  margin:0!important;
}*/

table.contenttable p {
  padding: 0 ! important;
}

table.contenttable td {
  padding:  0.125em 0.5em 0.125em 0.5em;
  margin:0!important;
  vertical-align: middle ! important;
}
  
/* ----- ------------------------- ----- */
/* ----- Mootools Accordion Slides ----- */
/* ----- ------------------------- ----- */

h2.toggler {
        color: #0C3587;
        margin: 0;
      padding: 0em 2em 0 2.7em !important;
        font-weight: normal ! important;
        cursor: pointer;
        background-position: 0px 8px;
}

.element {
        padding: 0;
 }

/* ----- ------------------------- ----- */
/* ----------------- News -------------- */
/* ----- ------------------------- ----- */

#accordion .news_image {
  float:right;
  padding: 1.3em 0 0 1em;
}

#accordion .hr {
  margin:0.8em 2em 0.8em 2.7em;
}

.news_image_left {
  float:left;
}

.news_image_left img {
  margin: 1.3em 1em 0 2.7em;
}


/*-------------------------------*/
/*--- Zusaetzliche Rahmen     ---*/
/*-------------------------------*/

#contentbox_main .bg_frau{
  height:40em;
  margin: 0 -2em -2em 0;
  background-image: url(../images/frau.jpg);
  background-position: right 6.4em;
  background-repeat: no-repeat;
}

#contentbox_main .bg_frau p{
  width:62.5%;
}

#contentbox_main .size_small{
    height:29.5em;
    margin: 0 -2em -2em 0;
}

#contentbox_left .size_small a.internal-link {
  padding: 0 0.85em 0 0;
  background-image: url(../images/arrow_mehrlesen.jpg);
  background-repeat: no-repeat; 
  background-position: right 0.55em;
}

#contentbox_left .size_small{
  height:33.1em;
}

#contentbox_main .size_small a.internal-link {
  padding: 0 1.125em 0 0;
  background-image: url(../images/mehr.gif);
  background-repeat: no-repeat; 
  background-position: right 0.25em;
}

#contentbox_main .size_long{
    height:40em;
    margin: 0 -2em -2em 0;
}

#wrapper_contentbox_left .size_long{
  height:45em;
}

.csc-textpic-intext-right dl {
}
.csc-textpic-intext-right img {
  display: block;
  margin: 0 0 1em 0 ! important;
  }

/*------------------------*/
/*--- Sub Content left ---*/
/*------------------------*/

#contentbox_main .box #left{
  display:block;
  float:left;
  width:43.8em;
  margin:3em 0em 0em 2em;
  padding: 0 2em 0 0;
  background:url(../images/dot_blue_v.gif) repeat-y right;
}

/*------------------------*/
/*---  Exposeemanager  ---*/
/*------------------------*/

#contentbox_middle .tx-wgeexposemanager-pi1 .select,
#contentbox_middle .tx-wgeexposemanager-pi5 .select
{
  width:100%;  
}

#contentbox table.tx_wgeexposemanager_result{
  margin:0px;
  padding: 0em 2em 1em 2em;    
}

#contentbox table.tx_wgeexposemanager_result .head{
  font-weight:bold;
  padding: 1em 0em 1em 0em
}

#contentbox .tx-wgeexposemanager-pi1 .row_small,
#contentbox .tx-wgeexposemanager-pi5 .row_small{
  display:block;
  margin:0;
  padding:0 2em 0em 2.7em;
  clear:both;
}

#contentbox .tx-wgeexposemanager-pi1 .row_small h2,
#contentbox .tx-wgeexposemanager-pi1 .row_small p,
#contentbox .tx-wgeexposemanager-pi5 .row_small h2,
#contentbox .tx-wgeexposemanager-pi5 .row_small p{
  padding:0 0.5em 1em 0 !important;margin:0!important;  
}

#contentbox .tx-wgeexposemanager-pi1 .row_small,
#contentbox .tx-wgeexposemanager-pi1 .row_left,
#contentbox .tx-wgeexposemanager-pi1 .row_right,
#contentbox .tx-wgeexposemanager-pi5 .row_small,
#contentbox .tx-wgeexposemanager-pi5 .row_left,
#contentbox .tx-wgeexposemanager-pi5 .row_right{
  display:block;
  font-size:1em;
  line-height:1em;
}

#contentbox .tx-wgeexposemanager-pi1 .row_left,
#contentbox .tx-wgeexposemanager-pi5 .row_left{
  clear:both;
    float:left;
    width:50%;
    padding: 0;
}

#contentbox .tx-wgeexposemanager-pi1 .row_right,
#contentbox .tx-wgeexposemanager-pi5 .row_right{
    padding: 0;margin:0;
    float: left;
}
  
#contentbox .tx_wgeexposemanager_result {
  border-collapse:collapse;
  width:100%;
}

#contentbox .tx_wgeexposemanager_result tr {
    margin: 0 0 0.5em 0;  
    padding: 0.5em 0 0.5em 0;
    background:url(../images/dot_blue_h.gif) repeat-x bottom;
}

#contentbox .tx_wgeexposemanager_result td {
    margin: 0 0 0.5em 0;
    padding: 0.625em 0.5em 0.625em 0.5em;
}

#contentbox .tx_wgeexposemanager_result .head td {  
    margin: 0;
    padding: 0.25em 0em 1em 0em;
    font-weight: normal ! important;
    color: #005aab;
 }  

#contentbox .tx_wgeexposemanager_result .border_left {
  background:url(../images/dot_blue_v.gif) repeat-y;
  padding: 0.25em 0.5em 0.25em 0.5em;
  display:block;
}

#contentbox .tx_wgeexposemanager_result a {
}  
  
#contentbox .tx_wgeexposemanager_result td p{
    padding: 0 ! important;
}

#contentbox .exposeframe {
  border:2px solid #fff;
}  

#contentbox .verfuegbar {
  color:#e41b3b;  
}

.tx-wgeexposemanager-pi1 .exposeview td,
.tx-wgeexposemanager-pi5 .exposeview td{
  vertical-align:text-top;
}
  
.tx-wgeexposemanager-pi1 .description,
.tx-wgeexposemanager-pi5 .description {
  width:50%;
  display:block;
  float:left;
}

.tx-wgeexposemanager-pi1 .description ul,
.tx-wgeexposemanager-pi5 .description ul{
    margin:0!important;
  padding: 0 0 0 1.2em;
}

.tx-wgeexposemanager-pi1 .description ul li,
.tx-wgeexposemanager-pi5 .description ul li{
  padding: 0 0 0.2em 0;
  line-height:1.2em;
}

.tx-wgeexposemanager-pi1 .rent,
.tx-wgeexposemanager-pi4 .rent,
.tx-wgeexposemanager-pi5 .rent{
  border-collapse:collapse;
}

.tx-wgeexposemanager-pi1 .rent,
.tx-wgeexposemanager-pi1 .rent tr,
.tx-wgeexposemanager-pi1 .rent td,
.tx-wgeexposemanager-pi4 .rent,
.tx-wgeexposemanager-pi4 .rent tr,
.tx-wgeexposemanager-pi4 .rent td,
.tx-wgeexposemanager-pi5 .rent,
.tx-wgeexposemanager-pi5 .rent tr,
.tx-wgeexposemanager-pi5 .rent td{
  padding:0!important;margin:0!important;
}
.tx-wgeexposemanager-pi1 .rent tr,
.tx-wgeexposemanager-pi4 .rent tr,
.tx-wgeexposemanager-pi5 .rent tr{
  background:none!important;
}

.border-dotted{
  padding:1px;
  background:url(../images/dot_blue.gif);
}

.linkmenu{
  background-color: #f6e7b7;
  padding: 0.2em;
}


#wrapper_contentbox_left .tx-wgeexposemanager-pi3 {
  margin: 0;  
}

#wrapper_contentbox_left .tx-wgeexposemanager-pi3 ul{
  display: block;
  width: 13.25em;
  list-style:none;
  margin:0;
  padding: 0 0 1em 0;
  background-color: #c0cee2;
}

#wrapper_contentbox_left .tx-wgeexposemanager-pi3 li{
  display: block;
  font-size: 0.85em;
    font-weight: normal;
    padding:0 0 0 2.9em;
    margin:0 0 1em 0;
}

#wrapper_contentbox_left .tx-wgeexposemanager-pi3 ul li a:link,
#wrapper_contentbox_left .tx-wgeexposemanager-pi3 ul li a:visited {
  display: block;
  width: 11.45em;
  margin: 0;
  padding: 0;
  color: #005aab;
  border-left: 0.125em solid #c0cee2;
}

#wrapper_contentbox_left .tx-wgeexposemanager-pi3 ul li a:hover {
  text-decoration:underline;
}

#wrapper_contentbox_left .tx-wgeexposemanager-pi3 ul li.h1{
  background-color:#005AAB;
  color:#fff;
  font-weight:normal;
  line-height: 2em;
  margin:0 0 1em 0;
  border-bottom: 1px solid #E41B3B;
}  

/* -----  ------------------- ----- */
/* -----    indexed Search    ----- */
/* -----  ------------------- ----- */

.tx-indexedsearch-whatis{
  margin:0px;
  padding: 0em 2em 1em 2.7em;  
}

.tx-indexedsearch .right{
  display:block;float:right;text-align:right;
}

.tx-indexedsearch dl{
  padding:0;
  margin:0 0 1em 2.7em;
  background:url(../images/dot_blue_h.gif) repeat-x bottom;
}

.tx-indexedsearch dd,
.tx-indexedsearch dt{
  padding:0 0 1em 0;
  margin:0;
}

.tx-indexedsearch .browsebox{
  margin:0;padding:0 0 1em 2.7em;  
}
.tx-indexedsearch .browsebox li{
  padding: 0 0.5em 0 0;  
}

/*--------------------------------*/
/*---  WEC MAPS  -----------------*/
/*--------------------------------*/

.tx-wecmap-pi1{
  margin: 0 1em 0 2.7em;
  overflow:hidden;
}

.tx-wecmap-pi1 h1{
  margin:0 0 1em 0!important;padding:0!important;background:transparent!important;
}

.tx-wecmap-pi1 p{
  margin:0!important;padding:0!important;
}

.tx-wecmap-pi1 #map224{
  margin:1em 0 1em 0;
}

/*---------------------------------*/
/*---  SONSTIGES  -----------------*/
/*---------------------------------*/

 textarea {
   font-family: Arial, Verdana, sans-serif ! important;
 }
#contentbox_right #box #accordion .empty
  {
  border:1px solid blue;
  } 
  
/*---------------------------------*/
/*---  VIDEOPLAYER  ---------------*/
/*---------------------------------*/ 

div.tx-wecflashplayer-pi1 div {
  padding-left: 2.7em;
}


/*---------------------------------*/
/*---  Newsticker   ---------------*/
/*---------------------------------*/ 


  #NewstickerWrapper{
    height: 1.8em;
    display: block;
    border-bottom: 1px solid #e41b3b;
    padding: 0 2em 0 3em;
    margin-bottom: 1em;
    margin-right:1px;
    background: #fcb814 url(../images/right_info.gif) no-repeat;   
    overflow: hidden;
  }
  #NewstickerWrapper a.scrollLinkPrev:link,
  #NewstickerWrapper a.scrollLinkNext:link{
    display:block;
    text-decoration:none;
  }
  #NewstickerWrapper .scrollLinkPrev {
    float:left;
    margin-right:1em;
  }
  #NewstickerWrapper .scrollLinkNext {
    float:right;    
    margin-left:1em;
  }
  #Newsticker{
    height: 1.8em;
    display: block;
    overflow: hidden;
    position: relative;
  }

  #Ticker {
    display: block;
    overflow: hidden;
     white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 1.8em;
  }
  #Ticker li {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold ! important;
    line-height: 1.8em;
    margin: 0 0 0 0;
    padding: 0 1em 0 0;
    float: left;
  }
  
  #Ticker li a:link{
    text-decoration:none;
    border-right:solid 1px #005aab;
    padding-right:1em;
  }

  #Ticker li a:hover{
    text-decoration:underline;
  }


/*---------------------------------*/
/*---  Pageteaser   ---------------*/
/*---------------------------------*/ 

.tx-jppageteaser-pi1 {
  height:22em;
  margin-bottom:1em;
  overflow-x:hidden;
  overflow-y:hidden;
}
.tx-jppageteaser-pi1 img {
  float:left!important;
  margin: 0 1em 1em 0;
}

#contentSlider {
  display: block;
  list-style: none;
  margin: 0!important;
  padding: 0!important;
  width:100%;
}

#contentSlider li {
  display: none;
  margin: 0!important;
  padding: 0!important;
}

#contentSlider h2 {
  font-weight:bold!important;
}

