/* *************************************************************************** */
/* LAYOUT-STYLES FÜR WEBSEITE UND CMS                                          */
/* *************************************************************************** */

/* *************************************************************************** */
/* ALLGEMEINE STYLES                                                           */
/* *************************************************************************** */

.floatRight {
  float:right;
  text-align:right;
}
.floatLeft  { float: left; }
.textLeft   { text-align:left; }
.textCenter { text-align:center; }
.textRight  { text-align:right; }
.clearBoth {
  clear:both;
  line-height:1px;
}
.marginLeft   { margin-left:10px; }
.marginRight  { margin-right:10px; }
.marginRightSmall { margin-right:2px; }
td.textAlignRight { text-align:right; }

/* Accesskeys */
.webBlindThis
{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

/* *************************************************************************** */
/* BODY                                                                        */
/* *************************************************************************** */
img { border:0px; }
/* BODY-BEREICH */
.webBody {
  margin:0;
  padding:0;
}
#webBodyDiv {
  margin:0;
  width:960px;
  text-align:left;
}
#webFooter {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin:0px 0 20px 235px;
  padding:5px 0;
  width:515px;
  text-align:left;
  font-size:0.9em;
}
#webFooterBroad {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin:0px 0 20px 235px;
  padding:5px 0;
  width:725px;
  text-align:left;
  font-size:0.9em;
}

/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */
#webHeaderDiv {
    width:100%;
    padding:0;
    margin:0 0 1px 0;
    height: 103px;
    background-image: url(/images/bg_header_portal.jpg);
    background-repeat: no-repeat;
}
.webHeadTitleDiv {
  display:none;
  float:left;
  margin:0;
  padding:13px 0 0 10px;
}
#webLogoDiv {
  width:140px;
  height:80px;
  float:left;
}
#webLogoDiv h1 {
  text-indent:-9999px;
  margin:0;
  padding:0;
}
#webLogoDiv h1 a {
  display:block;
  text-decoration:none;
  height:80px;
}
#webHeaderLinks {
  width:525px;
  float:right;
  text-align:right;
}

/* admin-Link */
#adminch {
    height:20px;
    width:525px;
    padding:0;
    margin:0;
    /*background-image: url(/images/adminch.jpg);
    background-repeat: no-repeat;*/
}

#adminch a {
    display:block;
    margin-right:20px;
    padding:0;
    padding-top:2px;
    font-size:0.9em;
    font-weight:bold;
}

/* *************************************************************************** */
/* SERVICE NAVIGATION                                                          */
/* *************************************************************************** */
#webServiceNavigationDiv{
  height:35px;
  background:#CCC;
  padding-left:4px;
  margin:0;
  border-bottom:1px solid #FFF;
}
#webServiceContentDiv {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  height:30px;
  width:730px; /* wichtig fuer Opera */
}
#webServiceContentDiv ul {
  padding:0px;
  margin:0px;
  margin-left:18px;
  list-style-type:none;
}
#webServiceContentDiv li {
  float:left;
  margin:0px;
  margin-right:5px;
  padding-right:5px;
  background-image:url(/images/pipe.gif);
  background-repeat: no-repeat;
  background-position:right 5px;
  voice-family:"\"}\"";
  voice-family:inherit;
}
html>body #webServiceContentDiv li { background-position:right bottom; }
#webServiceContentDiv .last {
  float:left;
  margin:0px;
  margin-right:5px;
  padding-right:5px;
  background:none;
}
#webServiceContentDiv li a {
  display:block;
  margin-top:5px;
}
.WebCmsContentDiv {
  margin:0;
  padding:0;
}

/* *************************************************************************** */
/* GLOBAL NAVIGATION                                                           */
/* *************************************************************************** */
#webGlobalNavigationDiv{
  height:28px;
  background:#CCC;
  border-bottom:0px solid #FFF;
  padding-left:1px;
  margin:0px;
}
#webGlobalContentDiv {
  float:left;
  width:958px;
}
#webGlobalContentDiv ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
#webGlobalContentDiv li {
  padding:0;
  margin:0;
  float:left;
  display:block;
}
#webGlobalContentDiv li a { display:block; }
.WebCmsContentDiv {
  margin:0;
  padding:0;
}

/* *************************************************************************** */
/* NAVIGATION LINKS                                                            */
/* *************************************************************************** */
#webNavigationDiv {
  float:left;
  background:#FFF;
  width:210px;
  overflow:hidden;
}
#webNavigationDiv ul {
  list-style-type:none;
  padding:0px;
  margin:20px 0 0 0;
  border-top:1px solid #CCC;
}
#webNavigationDiv li {
  margin:0;
  padding:0;
}
#webNavigationDiv ul ul {
  margin:0;
  padding:0;
  border-top:none;
}
/* Ebene 1*/
.webNavigationEbene1Div{
  padding:0px 0px 2px 0px;
  display:block;
  border-bottom:1px solid #CCC;
}
.webNavigationEbene1TextDiv{
  margin:0px 0px 0px 20px;
  padding:4px 0px 0px 0px;
}
/* Ebene 2*/
.webNavigationEbene2Div{
  border-bottom:1px solid #CCC;
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
li div.webNavigationAktuell{ /* für IE 5 alles ein bisschen annersch */
  margin-top:-3px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body li div.webNavigationAktuell { margin-top:0; }
li div.webNavigationAktiv{ /* für IE 5 alles ein bisschen annersch */
  margin-top:-3px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body li div.webNavigationAktiv { margin-top:0; }
.webNavigationEbene2TextDiv{
  margin:0px 0px 0px 34px;
  padding:2px 0px 0px 0px;
}
/* Ebene 3*/
.webNavigationEbene3Div{
  border-bottom:1px solid #CCC;
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
.webNavigationEbene3TextDiv{
  margin:0px 0px 0px 48px;
  padding:2px 0px 0px 0px;
}

/* Ebene 4*/
.webNavigationEbene4Div{
  border-bottom:1px solid #CCC;
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
.webNavigationEbene4TextDiv{
  margin:0px 0px 0px 62px;
  padding:2px 0px 0px 0px;
}

/* *************************************************************************** */
/* NAVIGATOR                                                                   */
/* *************************************************************************** */

#webNavigatorDiv {
  background:#ccc;
  margin:0px 0px 5px 0px;
  padding:2px 10px 3px 13px;
}
#webNavigatorDiv ul {
  margin-left:0;
  padding-left:0;
  display:inline;
  border:none;
}
#webNavigatorDiv ul li {
  margin-left:0;
  border:none;
  list-style-type:none;
  display:inline;
}

/* *************************************************************************** */
/* INHALTSBEREICH                                                              */
/* *************************************************************************** */
/* CONTENT-BEREICH AUSSEN (NORMAL) */
#webContentDiv {
    width: 965px;
}
#webContentDivBroad {
    width: 960px;
}

/* CONTENT-BEREICH INNEN (NORMAL) */
#webInnerContentSmall{
  float:left;
  width:565px;
  padding:20px 25px 0px 25px;
  voice-family:"\"}\"";
  voice-family:inherit;
  width:515px;
}
html>body #webInnerContentSmall {
    width: 515px;
}

/* CONTENT-BEREICH INNEN (BREIT) */
#webInnerContentBroad{
  float: left;
  width:700px;
  padding: 20px 0px 0px 25px;
  voice-family:"\"}\"";
  voice-family:inherit;
  width:725px;
}
html>body #webInnerContentBroad {
    width: 725px;
}

/* CONTENT-SPALTE TOP*/
.webTopInfo{
  margin:4px 0px 9px 0px;
  text-align:left;
}

.webTopInfo fieldset {
  margin:0;
  padding:0;
  border:0px solid #fff; /* nicht rausnehmen - braucht irrsinnigerweise der Opera*/
}

.webTopContentNavigator
{
  margin:0 0 -12px 0;
  width:515px;
  padding:0;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin:0;
}
html>body .webTopContentNavigator
{
    margin:0;
}
.webTopContentNavigatorBroad{
  margin:0px 21px -12px 0;
  width:515px;
  padding:0;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin:0px;
}
html>body .webTopContentNavigatorBroad
{
margin:0px;
}

.webTopContentPrint{ text-align:right; }
.webTopContentLine { }

/* SERVICE-LINKS */
.webInfoServiceDiv{ }

.webPrintBr{
    display:none;
}

/* *************************************************************************** */
/* CONTEXT SPALTE                                                              */
/* *************************************************************************** */
/* INFO-SPALTE DE */
#webInfoDivDe {
  display:block;
  float:left;
  width:165px;
  text-align:left;
  overflow:hidden;
}
/* INFO-SPALTE FR */
#webInfoDivFr {
  display:block;
  float:left;
  width:165px;
  text-align:left;
  overflow:hidden;
}
/* INFO-SPALTE IT */
#webInfoDivIt {
  display:block;
  float:left;
  width:165px;
  text-align:left;
  overflow:hidden;
}
/* INFO-SPALTE EN */
#webInfoDivEn {
  display:block;
  float:left;
  width:165px;
  text-align:left;
  overflow:hidden;
}
/* INFO-BOX */
.webTeaserDiv{
  width:165px;
  text-align:left;
  margin:0px;
  padding:0px;
  /* Mozilla benötigt Border
  border: 1px solid #fff;*/
}

.webTeaserSucheDiv{
  width:165px;
  margin-bottom:-5px;
  padding:0px 0px 0px 0px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-bottom:8px;
}
html>body .webTeaserSucheDiv { margin-bottom:8px; }

#webSucheBroadDiv{
  width:185px;
  float:right;
  margin: -44px 0px 0px 540px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin: -56px 0px 0px 0px;
}
html>body .webSucheBroadDiv
{
    margin: -56px 0px 0px 0px;
}

.webSucheLinkDiv{
    clear:both;
    margin-top: -1px;
}

.webTeaserSucheErweitertDiv{
  width:190px;
  text-align:right;
}
.webTeaserAbstandDiv{
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}
/* WARENKORB + KATEGORIEN */
.webTeaserDivComplete {
  padding:2px 0px 2px 0px;
  border-top:1px solid #000;
  background-color:#FFFFFF;
}
.webTeaserDivComplete .webSitemapLevelOneDiv,
.webTeaserDivComplete .webSitemapLevelTwoDiv,
.webTeaserDivComplete .webSitemapLevelThreeDiv {
  display: inline;
}




/* *************************************************************************** */
/* UMSCHALTUNG SPRACHE                                                         */
/* *************************************************************************** */
ul.webSpracheDiv{
  margin:0px;
  padding:0px;
  list-style-type:none;
  float:right;
  width:185px;
  height:17px;
}
ul.webSpracheDiv li{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  background:url(/images/pipe.gif) no-repeat;
  background-position:left 2px;
}

.webSpracheDiv .last{
  margin:0px 0px 0px 4px;
  padding:0px 0px 0px 6px;
}
.webSpracheDiv .first{
  float:left;
  background:none;
}

.webSpracheInaktivDiv{ vertical-align:bottom; }
.webSpracheAktivDiv{ vertical-align:bottom; }
.webFlexAbstandDiv {  }

/* *************************************************************************** */
/* DYNAMISCHE ÜBERSICHTSLISTEN                                                 */
/* *************************************************************************** */
.webTeaserausgabeBildDivLeft {
  margin: 0px 10px 5px 0px;
  text-align:left;
  float:left;
  width:100px;
}
.webTitleDynDiv{ margin-bottom: 3px; }
.webBlaetternDiv{
  width:100%;
  border-bottom:1px solid #CCC;
  border-top:1px solid #CCC;
}
.webListPageShow{   margin:0; }

/* *************************************************************************** */
/* FLEX-MODULE                                                                 */
/* *************************************************************************** */
.linkInternImg {
  float:left;
  margin-right: 11px;
}
.linkExternImg {
  float:left;
  margin-right: 11px;
}
/* Weitenangabe fuer Darstellung bei 2zeiligem Link */
.linkText{
    float:left;
    width: 95%;
}

/* FLEXMODULE INFOBOXEN */

.webFlexBothDivSubTitle {
  display:block;
  padding:5px 0px 4px 10px;
}

label.webFlexBothDivSubTitle {
  padding: 0px;
  margin:0px;
}

.webFlexTopDiv{
  display:block;
  border-top:1px solid #000;
  margin:11px 0px 5px 0px;
  background:#CCC;
  padding:3px 5px 3px 10px;
}
.webFlexBothDiv{
  display:block;
  padding:5px 0px 4px 10px;
  /* einzelne Schreibweise für ältere Mozilla*/
  background-image:url(/images/bullet.gif);
  background-repeat:no-repeat;
  background-position:left 0.4em;
  voice-family:"\"}\"";
  voice-family:inherit;
}
html>body .webFlexBothDiv {
  background-position:0 0.4em; /* Opera kann keine Kombinationen von Schlüsselwort + Längenangabe */
}

/* ohne Bullet */
.webFlexBothSolidDiv{
  display:block;
  padding:5px 0px 4px 10px;
}

.webFlexBottomDiv{
  display:block;
  height:25px;
}
.webFlexAbstandDiv{ padding:5px 0px 0px 0px; }

/* EINGABEFELD DIV */
.webTextareaBildDivLeft {
  margin:0px 10px 5px 0px;
  text-align:left;
  float:left;
}


/* EINGABEFELD DIV */
.webTextareaBildDivRight {
  margin:0px 0px 5px 10px;
  text-align:left;
  float:right;
  /*width:150px;*/
}

/* Außergewöhnliche Bildgrößen für Text+Bild */
.webTextareaBildDiv1
{
    width:100px;
}
.webTextareaBildDiv4
{
    width:150px;
}
.webTextareaBildDiv3
{
    width:200px;
}
.webTextareaBildDiv2
{
    width:250px;
}
.webTextareaBildDivFull
{
    width:515px;
}


/* POPUP-BILD DIV */
.webPopupBildDiv {
  padding:0px 10px 5px 0px;
  margin-right:10px;
  text-align:left;
  float:left;
  width:140px;
}

/* POPUP-BILD TEXT DIV */
.webPopupBildTextDiv { width:150px; }

/* FLEXMODUL ABSTÄNDE */
.webFlexAbstand0 { margin-bottom:0px; border: 1px solid #fff; }
.webFlexAbstand1 { margin-bottom:9px; border: 1px solid #fff; }
.webFlexAbstand2 { margin-bottom:18px; border: 1px solid #fff; }
.webFlexAbstand3 { margin-bottom:27px; border: 1px solid #fff; }
.webFlexAbstand4 { margin-bottom:36px; border: 1px solid #fff; }

/* FLEXMODUL UMBRUCH */
.webFlexBr {
  clear:both;
  font-size:0px;
}

/* Abstand nach oben bei Bildmodulen mit Text */
.webImgLineHeight{
      margin-top: 0.3em;
}

/* Darstellung Listenpunkte für Flexmodul mit TINY Modul */
.flexTextBildLinks ul , .flexTextBildLinks ol , .flexTextBildLinks dl {
    list-style-position:inside;
    margin:0px;
}

.flexTextBildLinks p , .flexTextBildRechts p{
    margin-top:0px;
}

/*****************************/
/* Tabellen Styles fürs Tiny */

.flexTinymceDiv table{
    margin:0;
    padding: 0;
}

.flexTinymceDiv table td, .flexTinymceDiv table th {
    padding: 0px 0.3em 0px 0.3em;
}

/* Rahmen: schwarz */
.flexTinymceDiv table.tinyBorder1{
    border-top:1px solid #000000;
    border-right:1px solid #000000
}

.flexTinymceDiv table.tinyBorder1 td, .flexTinymceDiv table.tinyBorder1 th {
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
}

/* Rahmen: grau */
.flexTinymceDiv table.tinyBorder2{
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

.flexTinymceDiv table.tinyBorder2 td, .flexTinymceDiv table.tinyBorder2 th {
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

/* *************************************************************************** */
/* DRUCKVERSION                                                                */
/* *************************************************************************** */

/* DRUCKVERSION */
#printHeader{ display:none; }
#printBack  { display:none; }
#printBackBroad  { display:none; }
#printUrl   { display:none; }

/* *************************************************************************** */
/* INDEX                                                                       */
/* *************************************************************************** */

/* Anfangsbuchstabe linksbündig */
.webIndex {
  display:block;
  width:350px;
}

.webIndexSubTitle {
   padding:0px;
   background:url(/images/bullet.gif) no-repeat top left;
   padding-left:10px;
   font-weight:bold;
}

.webIndexLetter {
  float:left;
  display:block;
  width:40px;
}
.webIndexWords {
  float:right;
  display:block;
  width:302px;
}

.webIndexTitle {
   font-weight:bold;
}

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

/* *************************************************************************** */
/* SITEMAP                                                                     */
/* *************************************************************************** */

#webSitemapDiv ul { /* IE 5 macht zu viel Abstand nach unten */
  margin:0;
  padding:0;
  list-style-type:none;
}

#webSitemapDiv ul ul ul     { list-style-type:square; }
#webSitemapDiv ul ul ul ul  { list-style-type:none; }
#webSitemapDiv li{
  border-top:1px solid #ccc;
  margin-top:10px;
  /* benötigt Mozilla */
  clear:both;
}

#webSitemapDiv li li li{
  border-top:0px solid #ccc;
  margin-left:140px;
  margin-top:-1px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body #webSitemapDiv li li li { margin-top:0; }
#webSitemapDiv li li li li { margin-left:50px; }
#webSitemapDiv a{
  text-decoration:none;
  color:#000;
}
#webSitemapDiv a{
  text-decoration:underline;
  color:#069;
}
.webSitemapBox {
  margin-top:-17px;
  float:right;
  voice-family:"\"}\"";
  voice-family:inherit;
}
html>body .webSitemapBox { margin-top:-12px; }

#webSitemapDiv li div{
  padding:2px 0 2px 0;
  clear:right;
}

/* *************************************************************************** */
/* PRINTTOOL                                                                   */
/* *************************************************************************** */

#webPrinttoolForm li li li{
  margin-top:3px;
}

.webPrinttoolError{
    display:block;
    width: 515px;
    margin:0px 0px 0px 55px;
    font-weight: bold;
    clear:both;
}

/* *************************************************************************** */
/* MAIL TO A FRIEND                                                            */
/* *************************************************************************** */
.webMailtoafriendBody { margin:0px; }
.webMailtoafriendDiv{
  text-align:left;
  border:1px solid #CCC;
  padding:9px 9px 9px 9px;
  background-color:#FFFFFF;
  margin:10px;
}
.webMailtoafriendDivLeft{
    width: 200px;
    float:left;
}
.webMailtoafriendDivRight{}
.webMailtoafriendMargin{
    margin-top:9px;
}

/* *************************************************************************** */
/* SONSTIGES                                                                   */
/* *************************************************************************** */

/* TEXT-KOMMENTARE */
.webTextOnlyComment{ display:none; }

/* TextOnly */
.textOnlyLeft {
  float:left;
  width:205px;
  margin-top:2px;
}
.documentenInfo {
  margin-bottom:1.7em;
  padding-top:1.7em;
}

#printLogo { display: none; }

/* *************************************************************************** */
/* HR-TAGS                                                                     */
/* *************************************************************************** */

hr {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  border: 0px;
  width: 100%;
}

.webHrBlack {
  color: #000;
  background-color: #000;
  height: 1px;
  border: 0px;
  width: 100%;
}
.webHrGrey {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  border: 0px;
  width: 100%;
}

.webHrBlau { display: none; }
.printHr   { display: none; }


/* *************************************************************************** */
/* TABELLEN                                                                    */
/* *************************************************************************** */
.webTable {
  font-size:1em;
  padding:0px;
  border-width:0px 0px 1px 1px;
  border-style:solid;
  border-color:#ADAEAD;
}
.webTable td {
  padding:5px;
  vertical-align:top;
}
.webTableCaption {
  font-weight:bold;
  background:#DDDDDD;
  text-align:left;
  padding:5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #ADAEAD;
}
.webTableHeaderRight {
  width:100px;
  font-weight:bold;
  vertical-align:top;
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#ADAEAD;
  padding:5px;
}
.webTableHeader {
  font-weight:bold;
  border-width:0px 1px 1px 0px;
  border-style:solid;
  border-color:#ADAEAD;
  padding:0px;
  background:#DDDDDD;
  vertical-align:top;
}
.webTable .webTableHeader {
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#ADAEAD;
  padding:5px;
}
.webTableFooter {
  width: 100%;
  font-weight: bold;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #ADAEAD;
  padding: 2px;
}
.webTableData {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #ADAEAD;
}

/* *************************************************************************** */
/* SHOP                                                                        */
/* *************************************************************************** */

/* Bestellformular */
#shopCustomerData td{
  padding:8px 4px 8px 4px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
}
#shopCustomerData .webTableHeaderRight{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  width:175px;
  text-align:left;
  background-color:#fff;
}
#shopCustomerData table {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#999999;
}
#shopCustomerData th{
  padding:8px 2px 8px 2px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  background-color:#E4E4E4;
}
/* Übersicht */
#shopSubmitOrder td{
  padding:8px 4px 8px 4px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
}
#shopSubmitOrder .webTableHeaderRight{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  width:175px;
  text-align:left;
  background-color:#fff;
}
#shopSubmitOrder table {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#999999;
}
#shopSubmitOrder th{
  padding:8px 2px 8px 2px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  background-color:#E4E4E4;
}

/* *************************************************************************** */
/* VOLLTEXTSUCHE                                                               */
/* *************************************************************************** */
#volltextsuche .webSearchLeft{
    width: 150px;
    float:left;
}

/* EVENTS                                                                      */
/* *************************************************************************** */
.webTableEvents {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#999999;
}
.webTableEvents th{
  padding:8px 2px 8px 2px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  background-color:#E4E4E4;
}
.webTableEvents td{
  padding:8px 4px 8px 4px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
}
.webTableDataDotted {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #ADAEAD;
  border-top:1px solid #ADAEAD;

}
.webTableDataRed {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #ADAEAD;
  background: #FF9A9C;

}

/* Veranstaltungsdetails: */
.webTableEventsDetail {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#999999;
}
.webTableEventsDetail .displaynone{
  display:none;
}
ul.tableList {
  list-style-type:none;
  margin:0;
  padding:0;
}
ul.tableList ul{
  list-style-type:disc;
}
.webTableEventsDetail caption{
  font-weight: bold;
  background: #DDDDDD;
  text-align: left;
  padding: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #ADAEAD;
}
.webTableEventsDetail th{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  width:175px;
  text-align:left;
}
.webTableEventsDetail td{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
}

.webTableCaptionSmall { font-size: 1em; }

/* Veranstaltungen Vorschau */
.webTableEventsPreview {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#999999;
}
.webTableEventsPreview caption{
  font-weight: bold;
  background: #DDDDDD;
  text-align: left;
  padding: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #ADAEAD;
}
.webTableEventsPreview th{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
  width:175px;
  text-align:left;
}
.webTableEventsPreview td{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#999999;
  vertical-align:top;
}
form label{
  font-weight:bold;
}


/*** RSS und XML Styles aus dem NSB /Abo ***/
#xmlWrapper h2{ }
#xmlWrapper h3{ }
#xmlWrapper .nsbtextkasten{ }
#xmlWrapper h4{   /* Für die Footer der Nachrichten */
  margin:25px 0px 12px 0px;
}
#xmlWrapper #messageredirect a{   /* Für die Footer der Nachrichten */
  display:block;
  margin:5px 0px 10px 0px;
}
#xmlWrapper #originator dd{
  display:block;
  margin: 2px 0 10px 0;
  padding:0;
}
#xmlWrapper #originator dt{
  margin-top:5px;
  display:block;
  padding:0;
}

#webRssFeed hr{
    display:none;
}

#webRssFeed .rssColumnRight, .webSingleNews .rssColumnRight{
  margin-left:70px;
}
#webRssFeed .rssColumnLeft, .webSingleNews .rssColumnLeft{
  width:70px;
  float:left;
}
.flexRss label{
  font-weight:bold;
}


/*********************** DEBUG **********************/
pre.debug{
  font-size: 13px;
  color:red;
  background-color:#CCC;
  width:100%;
  overflow:auto;
  height:200px;
}
/*********************** SEITENANFANG **********************/
ul.webToTop {

    margin: 0px 0px 0px 16px;
}

ul.webToTop li{
    list-style-image:url(/images/icons/ico_top.gif);
    padding:0px;
    margin: 10px 0px 10px 0px;
}

/* Allgemeine Definition von horizontal dargestellten Listen */
ul.horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.horizontal.centered {
    text-align: center;
}

ul.horizontal li {
    display: inline;
    padding: .1em .1em;
}
/* *************************************************************************** */
/* GLOSSAR                                                                     */
/* *************************************************************************** */

/* Anfangsbuchstabe linksbündig */

.webGlossar {
    margin-top: 10px;
}

.webGlossarLetter {
    float: left;
    display:block;
    width: 40px;
}

.webGlossarWords {
}

.webGlossar dl, .webGlossar ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    margin-bottom: 20px;
}

.webGlossar dt, .webGlossar li {
   margin-left:75px;
   padding:0px;
   background:url(/images/bullet.gif) no-repeat top left;
   padding-left:10px;
   font-weight:bold;
}

.webGlossar dd{
   margin:0px 0px 10px 75px;
   padding:0px;
}

.webGlossarDetail dt{
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-top:1px solid #CCC;
}

.webGlossarDetail dd{
   margin-left:130px;
   margin-top:10px;
}

.rssListHome{
  margin:0px;
  margin-left:20px;
  padding:0px;
  list-style-type:square;
}

/* ******* Aktuell Angebot / letzte Aenderungen - Suchmaske ******* */
.searchOfferDiv1 {
  width:190px;
  float:left;
  margin-top:6px;
}
.searchOfferDiv2 {
  width:180px;
  float:left;
  margin-top:6px;
}
.searchOfferDiv3 {
  width:65px;
  float:left;
  margin-top:6px;
}
.webNSBButton{
  background-color:#CCCCCC;
  border:1px solid #333333;
  color:#333333;
  font-family:arial,helvetica,verdana,sans-serif;
  font-size:0.9em;
  width:67px;
}

.flexAktuell select#themen{
    width: 175px;
}

/* ******* popup ******* */
body#popup{
  margin:0;
  padding:0;
}

