
 /* =======  ::Datei:: styles/standard/styles_text.css ========  */ 
/* *************************************************************************** */
/* TEXT-STYLES FÜR WEBSEITE UND CMS                                            */
/* *************************************************************************** */

/* schriftgroesse / -stil global setzten */
html{
  font-size: 100.01%;
}

body {
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 0.75em;
}

html,body {
    height: 100%;
}

.bold, .bold:visited, .bold:link, .bold:active {
  font-weight:bold;
}

div,form,td {
    padding: 0px;
    margin: 0px;
}
table { font-size:1em; }
.webText th, .webText td    { text-align:left; }
.webTable th, .webTable td  { text-align:left; }
form br { clear: both; }
form { clear:left; }
a:link, a:active, a:focus {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

a:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #660099 ;
    text-decoration: underline;
}

a:hover {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

/* *************************************************************************** */
/* TEXTE, ÜBERSCHRIFTEN ETC.                                                   */
/* *************************************************************************** */

/* TITLE */
.webTitle{
    margin:0px 0px 12px 0px;
    font-size: 1.5em;
    font-weight: bold;
    line-height:30px;
}

.webTitle a, .webTitle a:link, .webTitle a:active, .webTitle a:visited, .webTitle a:hover {
    margin:0px 0px 12px 0px;
    font-weight: bold;
    line-height:30px;
    text-decoration:none;
    color:#000000;
}

/* Subsite Titel */
#webSubsiteTitle{
  margin:20px 0px 0px 20px;
}

#webSubsiteTitle a:link, #webSubsiteTitle a:active, #webSubsiteTitle a:visited, #webSubsiteTitle a:hover{
    color:#006699;
    font-weight:bold;
    font-size: 1.2em;
    font-weight:bold;
  text-decoration:none;
}
/* Headerbereich */
#webHeaderLinks a{
  font-weight:bold;
  display:block;
  text-decoration:none;
  color:#000000;
  font-size:1.2em;
  margin:10px 20px 0px 0px;
}


#webHeaderLinks h1 {
  display:block;
  margin:30px 20px 0px 0px;
  font-size:1.2em;
  font-weight:bold;
  color:#000;
}

#webHeaderLinks h1 a {
  color:#000;
}

/* ZWISCHENUEBERSCHRIFT */
.webSubTitle{
  margin: 0px 0px 0px 0px;
  font-size: 1.4em;
  font-weight: bold;
}
h1, .webTitleH1{
  font-size: 1.5em;
  font-weight: bold;
}
h2, .webTitleH2{
  font-size: 1.4em;
  font-weight: bold;
}
h3, .webTitleH3{
  font-size: 1.3em;
  font-weight: bold;
}
h4, .webTitleH4{
  font-size: 1.2em;
  font-weight: bold;
}
h5, .webTitleH5{
  font-size: 1.1em;
  font-weight: bold;
}
h6, .webTitleH6{
  font-size: 1em;
  font-weight: bold;
}

/* LEADTEXT */

.webLead{
  font-size:1em;
  font-weight: bold;
}

/* FLIESSTEXT (font-family, font-weight, font-size auf jeden Fall mitangeben, da WordModul es benötigt als "FONTBASE") */
.webText{
  margin:0px 0px 0px 0px;
  font-size: 1em;
  font-weight: normal;
  line-height:1.4em;
  font-family: arial, helvetica, verdana, sans-serif;
}
.webTextDms{
  font-size: 1em;
  font-weight: normal;
  line-height:1.4em;
}

/* LEGENDE */
.webLegende{
    margin:0px 0px 0px 0px;
    font-size: 0.9em;
    font-weight: normal;
}
/* LEGENDE unter den Bildern ohne Rand (wegen Wordmodul) */
span.webLegende{

}
/* LEGENDE unter den Bildern mit Rand */
div.webLegende{
    margin:0px 0px 5px 0px;
    padding:5px 0;
    font-size: 0.9em;
    font-weight: normal;
    display:block;
    border-bottom:1px solid #cccccc;
}

/* Zwischenueberschrift rechte spalte */
.infoFlex h3{
  margin-bottom:0px;
  padding-bottom:0;
}
.infoFlex h3.webTeaserSubTitle {margin:0;}
/* *************************************************************************** */
/* STANDARD LINKS                                                              */
/* *************************************************************************** */

/* Dieser Style wird für die Link-Darstellung im Wordmodul benötigt! */
.webTextLink {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}
.webTextLink:link, .webTextLink:active, .webTextLink:visited,  .webTextLink:focus {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

.webTextLink:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #660099;
    text-decoration: underline;
}
.webTextLink:hover {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

.webUnterseiteClass {
}

.webTableLink:link, .webTableLink:active, .webTableLink:focus {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}
.webTableLink:visited {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #660099;
    text-decoration: underline;
}
.webTableLink:hover {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

.webTextLinkBold:link, .webTextLinkBold:active, .webTextLinkBold:focus {
    margin:0px 0px 0px 0px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.webTextLinkBold:visited {
    margin:0px 0px 0px 0px;
    font-weight: bold;
    color: #660099;
    text-decoration: none;
}
.webTextLinkBold:hover {
    margin:0px 0px 0px 0px;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */

.webHeadTitle {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
  color:#000;
}

.webHeadTitle1 {
  margin:0px 0px 0px 13px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadTitle2 {
  margin:0px 0px 0px 26px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadTitle3 {
  margin:0px 0px 0px 39px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadLink:link, .webHeadLink:visited,.webHeadLink:hover, .webHeadLink:active {
  font-weight: bold;
  color:#000;
}

/* *************************************************************************** */
/* SERVICE NAVIGATION                                                          */
/* *************************************************************************** */

.webServiceContent {
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  vertical-align:middle;
  margin:0px 15px 0px 5px;
  text-decoration: none;
}

.webServiceContent:link, .webServiceContent:active, .webServiceContent:visited, .webServiceContent:hover {
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

a.webServiceContent:hover {
  text-decoration:none;
}

.webServiceLink:link, .webServiceLink:active,.webServiceLink:visited {
  color: #006699;
  font-size: 0.9em;
  font-weight:normal;
  text-decoration:underline;
}
.webServiceLink:hover {
  text-decoration:underline;
  font-size: 0.9em;
  font-weight:normal;
}

/* *************************************************************************** */
/* Global NAVIGATION                                                          */
/* *************************************************************************** */

.webGlobalContent {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align:middle;
  padding:0px 15px 0px 0px;
  display:block;
  padding:6px 10px 6px 10px;

}



.webGlobalContent:link, .webGlobalContent:active, .webGlobalContent:visited {
  font-size: 1.2em;
  font-weight: bold;
  background:#333;
  border-right:1px solid white;
  color: #FFFFFF;
  text-decoration: none;
  display:block;

}

.webGlobalContent:hover {
  text-decoration:none;
  display:block;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
}


.webGlobalContentAktiv {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    background:#FF0000;
    vertical-align:middle;
    margin:0px 15px 0px 0px;
    border-right:1px solid white;
    display:block;
    padding:6px 10px 6px 10px;
}

.webGlobalContentAktiv:link, .webGlobalContentAktiv:active, .webGlobalContentAktiv:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    background:#FF0000;
    text-decoration: none;
}

.webGlobalContentAktiv:hover {
    text-decoration:none;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
}

.webGlobalContentFirst  {
padding-left:20px;
}

/* *************************************************************************** */
/* NAVIGATION LINKS                                                            */
/* *************************************************************************** */

/* Ebene 1*/
.webNaviEbene1:link, .webNaviEbene1:active, .webNaviEbene1:visited {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
    font-weight:bold;
}

.webNaviEbene1:hover {
    font-size: 0.9em;
    color: #000;
    font-weight:bold;
    text-decoration:none;
}

/* Ebene 2*/
.webNaviEbene2:link, .webNaviEbene2:active, .webNaviEbene2:visited {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
    font-weight:normal;
}

.webNaviEbene2:hover {
    font-size: 0.9em;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}

/* Ebene 3*/
.webNaviEbene3:link, .webNaviEbene3:active, .webNaviEbene3:visited {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
}

.webNaviEbene3:hover {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
    font-weight:normal;
}
/* Ebene 4*/
.webNaviEbene4:link, .webNaviEbene4:active, .webNaviEbene4:visited {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
}

.webNaviEbene4:hover {
    font-size: 0.9em;
    color: #000;
    text-decoration:none;
    font-weight:normal;
}

/* *************************************************************************** */
/* Aktuell = die Seite auf der wir uns momentan befinden                       */

.webNavigationAktuell {
    background:#FF0000;
    color:#FFFFFF;
    display:block;
    margin:0;
}

/* Ebene 1*/
.webNavigationAktuell .webNaviEbene1:link, .webNavigationAktuell .webNaviEbene1:active, .webNavigationAktuell .webNaviEbene1:visited  {
  color:#FFFFFF;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene1:hover{
  color:#FFFFFF;
  font-weight:bold;
}

/* Ebene 2*/
.webNavigationAktuell .webNaviEbene2:link, .webNavigationAktuell .webNaviEbene2:active, .webNavigationAktuell .webNaviEbene2:visited  {
  color:#FFFFFF;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene2:hover{
  color:#FFFFFF;
  font-weight:bold;
}

/* Ebene 3*/
.webNavigationAktuell .webNaviEbene3:link, .webNavigationAktuell .webNaviEbene3:active, .webNavigationAktuell .webNaviEbene3:visited  {
  color:#FFFFFF;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene3:hover{
  font-weight:bold;
  color:#FFFFFF;
}
/* Ebene 4*/
.webNavigationAktuell .webNaviEbene4:link, .webNavigationAktuell .webNaviEbene4:active, .webNavigationAktuell .webNaviEbene4:visited  {
  color:#FFFFFF;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene4:hover{
  font-weight:bold;
  color:#FFFFFF;
}

/* *************************************************************************** */
/* Aktiv = Seite im aktiven Pfad                                               */

/* Ebene 1*/
.webNavigationAktiv .webNaviEbene1:link, .webNavigationAktiv .webNaviEbene1:active, .webNavigationAktiv .webNaviEbene1:visited  {
    color:#FF0000;
}

.webNavigationAktiv .webNaviEbene1:hover{
    color:#FF0000;
}

/* Ebene 2*/
.webNavigationAktiv .webNaviEbene2:link, .webNavigationAktiv .webNaviEbene2:active, .webNavigationAktiv .webNaviEbene2:visited  {
    color:#FF0000;
    font-weight:bold;
}

.webNavigationAktiv .webNaviEbene2:hover{
    color:#FF0000;
    font-weight:bold;
}

/* Ebene 3*/
.webNavigationAktiv .webNaviEbene3:link, .webNavigationAktiv .webNaviEbene3:active, .webNavigationAktiv .webNaviEbene3:visited  {
    color:#FF0000;
    font-weight:bold;
}

.webNavigationAktiv .webNaviEbene3:hover{
    color:#FF0000;
    font-weight:normal;
    font-weight:bold;
}

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

.webNavigator{
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
}

a.webNavigator:link, a.webNavigator:active, a.webNavigator:visited, a.webNavigator:hover {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-decoration:none;
}

/* *************************************************************************** */
/* CONTEXT SPALTE                                                              */
/* *************************************************************************** */

.webTeaserTitle{
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
}

.webTeaserSucheDiv .webTeaserTitle {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
}

.webTeaserSubTitle{
    font-size: 0.9em;
    font-weight: bold;
}

.webTeaserText{
    font-size: 0.9em;
    font-weight: normal;
}

.webTeaserLink:link, .webTeaserLink:active, .webTeaserLink:focus, .webTeaserLink:hover {
    font-size: 0.9em;
    color: #006699;
    text-decoration: underline;
}

.webTeaserLink:visited {
    font-size: 0.9em;
    color: #660099;
    text-decoration: underline;
}

/* *************************************************************************** */
/* UMSCHALTUNG SPRACHE                                                         */
/* *************************************************************************** */

.webSpracheAktiv {
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display:block;
    padding: 0px 0px;
    line-height:1.5em;
}

.webSpracheAktiv:link, .webSpracheAktiv:active, .webSpracheAktiv:visited, .webSpracheAktiv:hover {
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height:1.5em;
}

.webSpracheInaktiv {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    display:block;
    padding: 0px 0px;
    line-height:1.5em;
}
.webSpracheInaktiv:link, .webSpracheInaktiv:active, .webSpracheInaktiv:visited, .webSpracheInaktiv:hover {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    line-height:1.5em;
}

.webSpracheInaktiv:hover, .webSpracheAktiv:hover {
  text-decoration: none;
}

.webSpracheDeaktiv {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-decoration: none;
  display:block;
  padding: 0px 0px;
    line-height:1.5em;
}

/* *************************************************************************** */
/* GLOSSAR                                                                     */
/* *************************************************************************** */

/* Anfangsbuchstabe linksbündig */

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

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

.webShopCatLink:link, .webShopCatLink:active, .webShopCatLink:focus, .webShopCatLink:hover {
    font-size: 0.9em;
    color: #006699;
    text-decoration: underline;
}

.webShopCatLink:visited {
    font-size: 0.9em;
    color: #660099;
    text-decoration: underline;
}


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

address {
    font-style: normal;
}

/* FEHLERMELDUNG */

.webFehler {
      font-size: 1em;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px 5px 5px 0px;
}

.webFehlerListe {
    list-style: none;
    padding-left: 7px;
}

/* ENDE FEHLERMELDUNG */


/* EVENTS-TABELLE */

.webTableEventsPreview  .webLabelLeft{
    font-weight: normal;
}

.webTableEventsPreview  .pflichtfeld{
    color:#000;
}

.webTableEventsPreview  .webTableData{
    font-weight: normal;
}

.webTableEvents th a, .webTableEvents th a:link, .webTableEvents th a:visited, .webTableEvents th a:active, .webTableEvents th a:hover{
    color:#000000;
    text-decoration: underline;
}


/* EVENTS-TABELLE ENDE */

/* TABELLEN ENDE */

.webLabel {
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
}

.webLabelLeft {
    font-weight: bold;
    float: left;
    text-align: left;
    width: 140px;
    margin-right: 5px;
}

.webFormInput {
    float: left;
}

.webFieldset {
    font-size: 12px;
    padding-top: 14px;
    padding-left: 14px;
    padding-bottom: 14px;
}

/* LEGEND */
.webLegend {
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#shopCustomerData .webFieldset,#shopSubmitOrder .webFieldset {
    padding: 0px;
    border: 0px solid #fff;
}

/* LEGEND */
#shopCustomerData .webLegend,#shopSubmitOrder .webLegend {
    display:none;
}

#event_registration .webFieldset {
    padding: 0px;
    border: 0px solid #fff;
}

/* LEGEND */
#event_registration .webLegend {
    display:none;
}

.pflichtfeld {
    color: #FF0000;
}
/* Error des Linkchecks (all_functions.php) */
.linkerrorbold{
  color:#F00;
  font-weight:bold;
}
.linkerror{
  color:#F00;
  font-weight:normal;
}

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

ul.webListKontextGlossar{
    list-style: square;
    margin:0px;
    padding:0px;
}

/**** URL in der Suche ***/
.searchUrl {
  color:#999;
}

.webSucheDatei{
    margin:0px 0px 0px 0px;
    font-size: 0.9em;
    font-weight: normal;
}

/*** RSS und XML Styles aus dem NSB /Abo ***/
#xmlWrapper h2{
    margin:0px 0px 12px 0px;
    font-size: 1.3em;
    font-weight: bold;
}
#xmlWrapper h3{
    margin:0px 0px 12px 0px;
    font-size: 1.1em;
    font-weight: bold;
}
#xmlWrapper .nsbtextkasten{
    border:1px solid #BBB;
    padding: 5px;
    background-color:#EEE;
}
#xmlWrapper h4{   /* Für die Footer der Nachrichten */
    margin:0px 0px 12px 0px;
    font-size: 1.1em;
    font-weight: bold;
    border-top:1px solid #000;
}


/****** Mail to friend ****/

.webMailtoMargin a {
  color:#000;
  padding:0px 5px;
  text-decoration:none;
  font-size:0.9em;
}

/*** versteckte Labels und Texte ****/
.hiddenLabel, .hiddenText, .webTextOnlyComment {
  display: inline; left: -1000px; overflow: hidden; width: 0px; position: absolute; top: -1000px; height: 0px;
}



 /* =======  ::Datei:: styles/standard/styles_forms.css ========  */ 
/* *************************************************************************** */
/* FORM-STYLES FÜR WEBSEITE                                                    */
/* *************************************************************************** */

#webSucheBroadDiv fieldset {
  border:none;
  padding:0;
}
/* EINGABEFELDER */
.webFormInput {
    border:1px solid #CFCFCF;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webTable .webFormInput {
    margin-right:5px;
}

.webFormInputNormal {
    width:120px;
    border:1px solid #006699;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webFormSearchInput {
    width:250px;
    border:1px solid #CCC;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webFormSearchInputBox {
    width:90px;
    float:left;
    margin-top:2px;
    margin-bottom:5px;
    padding-bottom:2px;
}

.webFormSearchButton{
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.9em;
    background-color:#CCC;
    border:1px solid #333;
    color:#333;
    /*height:20px;*/
    float:left;
    margin:2px 0px 0px 4px;
    padding:1px 0px 0px 0px;
    width: 67px;
}

input.webFormButton {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 1em;
    /* nur padding left angeben zwecks cross-browser */
    padding-left:10px;
    margin: 0px 3px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
    text-align:left;
}

input.webKontextButton {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.9em;
    /* nur padding left angeben zwecks cross-browser */
    padding-left:10px;
    padding-top:1px;
    padding-bottom:0px;
    margin: 0px 3px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
    text-align:left;
}

.webFormInfoboxInput{
    width: 151px;
}

/* *************************************************************************** */
/* VOLLTEXTSUCHE                                                               */
/* *************************************************************************** */

#volltextsuche .webFormSearchButton{
    margin:0px;
    padding:0px;
}

/* ******************* */
/* ***** WEBSHOP ***** */
/* ******************* */

.webShopGrauDiv label{
  display:inline;
  float:none;
}
.webShopGruenDiv label{
  display:inline;
  float:none;
}

.webTableData label {
  display:block;
  line-height:1.5em;
  width: 40px;
  float:left;
}

/* ***************************** */
/* ***** MAIL TO A FRIEND ****** */
/* ***************************** */

.mailtoafriendForm {
    border-width:1px;
    border-style:solid;
    border-color:#CCC;
    background-color:#FFFFFF;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-size: 1em;
    width:250px;
}

.mailtoafriendTextarea {
    border-width:1px;
    border-style:solid;
    border-color:#CCC;
    background-color:#FFFFFF;
    width:250px;
    height:120px;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    font-size: 1em;
}

.mailtoafriendButton {
    background:url(/images/icon_suchen.gif) right no-repeat #eee;
    font-size:1.0em;
    font-weight:bold;
    color:#333;
    padding-right:25px;
}

.mailtoafriendButtonBack {
    background:url(/images/zurueck.gif) left no-repeat #eee;
    font-size:1.0em;
    font-weight:bold;
    color:#333;
    padding-left:45px;
    padding-right:25px;
}

a.mailtoafriendButtonBack:link,a.mailtoafriendButtonBack:active,a.mailtoafriendButtonBack:visited,a.mailtoafriendButtonBack:hover{
    text-decoration: none;
    font-weight:bold;
    color:#000;
}

/****************************************************************/
/* FORMULAR GENERATOR */
.formo_block{
    margin-bottom:5px;
}

.formo_block input.formoCheck{
    float:left;
}

.formo_block span.formo_text {
    display:block;
    float:left;
    width: 122px;
    font-weight:bold;
}

.formo_block span.formo_text2 {
    display:inline;
    font-weight:bold;
}
.formo_block span.formo_text_frei {
    display:inline;
    font-weight:normal;
}

.FormoTextarea{
    width:386px;
    height:60px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    overflow:visible;
}

.FormoInput{
    width:386px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, helvetica, verdana, sans-serif;
}

.FormoInput1{
    width:40px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, helvetica, verdana, sans-serif;
    margin: 0px 6px 0px 0px;
}

.FormoInput2{
    width:336px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, helvetica, verdana, sans-serif;
}

.FormoButton{
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 1em;
    height:22px;
    padding: 0px 0px 0px 0px;
    margin: 0px 7px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
}

.FormoInfoText span{
    display:block;
    clear:both;
}

.FormoAbsenden span.formo_text{
    display:block;
    clear:both;
}

div.FormoAbsenden{
    clear:both;
    margin-left:125px;
}

/* *************************************************************************** */
/* Aktuell Filter                                                              */
/* *************************************************************************** */

.webFormSearchAktuell{
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 1.1em;
    background-color:#CCC;
    border:1px solid #333;
    color:#333;
    margin:2px 0 0px 5px;
    padding:0px 0px 0px 0px;
}

.themenLeft{
    width: 250px;
    float:left;
    margin:0px 10px 0px 0px;
}

.themenRight{
    float:left;
    width: 120px;
}

/* *************************************************************************** */
/* Webcode Fornular                                                            */
/* *************************************************************************** */
.flexWebcode label{
  display:block;
  font-weight:normal;
}

.flexWebcode .webCodeInput{
  float:left;
  margin-bottom:5px;
  margin-top:2px;
  padding-bottom:2px;
  width:90px;
}

.flexWebcode .webCodeSubmit{
  background-color:#CCCCCC;
  border:1px solid #333333;
  color:#333333;
  float:left;
  font-family:arial,helvetica,verdana,sans-serif;
  font-size:0.9em;
  margin:2px 0 0 4px;
  padding:1px 0 0;
  width:67px;
}



 /* =======  ::Datei:: styles/standard/styles_layout.css ========  */ 
/* *************************************************************************** */
/* 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;
}
.noSpace {
    height:0px;
    line-height:1px;
    font-size:0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}
.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/header/header_standard.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:0 20px 0 0;
    padding:0;
    padding-top:2px;
    font-size:0.9em;
    font-weight:bold;
}

/* *************************************************************************** */
/* SERVICE NAVIGATION                                                          */
/* *************************************************************************** */
#webServiceNavigationDiv{

  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;
  clear:left;
  background:#CCC;
  border-bottom:0px solid #FFF;
  padding-left:1px;
  margin:0px;
}
html>body #webGlobalNavigationDiv{
  min-height:28px;
  height: auto;
}
#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;
}

/* Abstand der Pfeilchen innerhalb des Navigators nach links*/
#webNavigatorDiv .pfeil{
    margin-left: 0.4em;
}
/* *************************************************************************** */
/* 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:0 0 0 40px;
  padding:0px;
  list-style-type:none;
  width:8.3em;
  height:2.8em;
  float:left;
}
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: 93%;
}

/* 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;
}

/* Downloads */
.webTextDms{
  margin: 0px;
  width: 95%;
  float: left;
  clear:none;
}
/* Download Icon */
.webImgDms{
  width: 23px;
  float: left;
}
/*****************************/
/* 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;
}

/* *************************************************************************** */
/* 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;
}

div.webMailError{
  border:0;
  padding: 0px;
  margin: 0px;
  color: #ff0000;
  font-weight: bold;
}
/* *************************************************************************** */
/* SONSTIGES                                                                   */
/* *************************************************************************** */

/* 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%;
  clear:both;
}

.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;
}
/* ******* automatische Ankternavigationsliste ******* */
ul.auto_anker{
  list-style-type:none;
  margin-left:0;
  padding-left:0;
}
ul.auto_anker li{
  margin-top:5px;
}

/* *************************************************************************** */
/* Multimedia                                                                  */
/* *************************************************************************** */
.multiMediaContainerContent{
  margin: 5px 0;
}
.multiMediazusatz{
  list-style-type:none;
  padding:0;
  margin:5px 0;
}
.multiMediazusatz li{
  margin:2px 0;
  padding:0;
}
.multiMediaDescr{

}
.multiMediaDaten{
  color:#333333;
  font-size:0.9em;
  font-weight:bold;
}
/*
  Multimedia in der rechten Spalte
*/
.multiMediaContainerKontext .multiMediaDatenKey{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}
.multiMediaContainerKontext .multiMediazusatz{
  margin:0;
}
.multiMediaContainerKontext .multiMediazusatz li{
  margin-bottom:1em;
}

.multiMediaContainerKontext{
  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 .multiMediaContainerKontext {
  background-position:0 0.4em; /* Opera kann keine Kombinationen von Schlüsselwort + Längenangabe */
}
/* *************************************************************************** */
/* SITEMAP                                                                     */
/* *************************************************************************** */

#webSitemapDiv ul {
  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: 15px 0 0 0;
  clear:both;
}

#webSitemapDiv li li li{
  border-top:0px solid #ccc;
  margin-left:100px;
  margin-top:4px;
}
#webSitemapDiv li li li li {
    margin-left:50px;
}

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

#webSitemapDiv #webPrinttoolForm input.webSitemapBox {
    float: right;
}

#webSitemapDiv #webPrinttoolForm li {
  margin: 0;
  border-top: 1px solid #ccc;
}

#webSitemapDiv #webPrinttoolForm li li{
  margin: 15px 0 0 0px;
  margin-left:0px;
}

#webSitemapDiv #webPrinttoolForm li li li{
  margin-left:100px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #fff;
}

#webSitemapDiv #webPrinttoolForm li li li li{
  margin-left:50px;
}

#webPrinttoolForm ul ul ul {
    margin-bottom:0;
}

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


 /* =======  ::Datei:: javascripts/fancybox/fancybox.css ========  */ 
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 200;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/javascripts/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -1px;
	right: -17px;
	height: 17px;
	width: 17px;
	background: url(/javascripts/fancybox/fancy_closebox.png) no-repeat;
	cursor: pointer;
	z-index: 200;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 196;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 192;
}

div#fancy_title {
	position: absolute;
	bottom: -30px;
	margin-top:10px;
	left: -2px;
	width: 100%;
	/*height: 20px;*/
	z-index: 200;
	display: none;
	background-color: white;
	border: 1px solid #444444;
}

div#fancy_title table {
	margin: 0 auto;
	border-left: 0px solid black;
}

div#fancy_title div {
	color:black;
	font: normal 11px Arial;
}

td#fancy_title_left {
	height: 20px;
	width: 15px;
	/*background: transparent url(/javascripts/fancybox/fancy_title_left.png) repeat-x;*/
}

td#fancy_title_main {
	height: 20px;
	font-style: normal;
	font-weight: normal;
	/*background: transparent url(/javascripts/fancybox/fancy_title_main.png) repeat-x;*/
}

td#fancy_title_right {
	height: 20px;
	width: 15px;
	/*background: transparent url(/javascripts/fancybox/fancy_title_right.png) repeat-x;*/
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 190;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 10px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 200;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

a#fancy_left {
	background: transparent url(/javascripts/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right {
	background: transparent url(/javascripts/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}

div#fancy_bg {
	display: none;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 170;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_n.png) repeat-x;*/
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_ne.png) no-repeat;*/
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_e.png) repeat-y;*/
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_se.png) no-repeat;*/
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_s.png) repeat-x;*/
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_sw.png) no-repeat;*/
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_w.png) repeat-y;*/
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_nw.png) no-repeat;*/
}


 /* =======  ::Datei:: /styles/styles_unique.css ========  */ 
/* *************************************************************************** */
/* SEZIFISCHE STYLES FÜR DIESE OE (Ausnahmen, Erweiterungen)                   */
/* *************************************************************************** */

/* Headerbereich */
#webLogoBereich{
  width:78%;
  float:left;
}

#webHeaderLinks {
  width:auto;
  float:none;
  text-align:left;
  margin:0px 0px 0px 43px;
}

#webHeaderLinks a{
  font-size:0.9em;
  margin:0;
  padding:0;
}

#webHeaderLinks h1 {
  margin:0px;
  font-size:1em;
}

#webHeaderLinks .webTitleOrga{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

#webLogoDiv {
    width:300px;
    height:60px;
    float:none;
}

#webHeaderDiv h2{
    margin: 9px 10px 0px 0px;
    font-size:1em;
    width:15%;
    float:right;
}

/* *************************************************************************** */
/* GALERIE                                                                     */
/* *************************************************************************** */

.galerieDiv {
    width:116px;
    float:left;
    margin-right:17px;
}

.galerieDivLast {
    float:left;
    width:115px;
    margin-right:0px;
    margin-left:1px;
}

.galerieLine {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  border: 0px;
  width:515px;
}

.galerieKontextDiv {
    width:39px;
    float:left;
    margin-right:3px;
    voice-family:"\"}\"";
    voice-family:inherit;
    width:35px;
}
html>body .galerieKontextDiv{
    width:39px;
}

.galerieKontextDivLast {
  width:39px;
  float:left;
}

.galerieNoBorder {
    border-width:0;
}


.visibleHidden {
    visibility:hidden;
}


.fancygallery img{
    margin: 3px;
    padding: 2px;
    border: 1px solid #E4E4E4;
}

.fancygallery img:hover{
    margin: 3px;
    padding: 2px;
    border: 1px solid #CCC;
}

/* *************************************************************************** */
/* 404 Error Page                                                              */
/* *************************************************************************** */

.errorGrayBoy {
  border: 1px solid #333333;
  padding:0px 10px;
  margin-bottom:10px;
  background-color:#efefef;
}
.errorGrayBoy ul {
    list-style: square;
    margin:13px;
    padding:0px;
}

/* ******* rss-flex links ******* */
.rsslink {
    padding: 0 0 1px 20px;
    background-image:url('/images/icons/feed.gif');
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 1.3;
}

/* *************************************************************************** */
/* GENERELLE LAYOUT ANPASSUNGEN eHealth                                        */
/*                                                                             */
/* Hellblau: #009EE0                                                           */
/* Dunkelblau: #172983                                                         */
/* Grau (Servicenavigation): #5c5c5c                                           */
/* Blau für Links: #006699                                                     */
/* Grau hell: #CCCCCC                                                          */
/* Grau dunkel: #333333                                                        */
/* *************************************************************************** */

/* HEADER */
/*
#webHeaderLinks{
    display: inline;
    left: -1000px;
    overflow: hidden;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px;
}*/

/* SERVICE NAVIGATION */
#webServiceNavigationDiv{
    background:#5c5c5c;
}

#webServiceContentDiv ul {
  margin-left:14px;
}

#webServiceNavigationDiv .webServiceContent{
    color:#FFFFFF;
}

#webServiceNavigationDiv #webServiceContentDiv li {
  background-image:url(/images/pipe2.gif);
}
#webServiceNavigationDiv #webServiceContentDiv .last {
  background:none;
}

/* GLOBAL NAVIGATION */
#webGlobalNavigationDiv ul{
  margin:0px 0px 0px 7px;
}
.webGlobalContent {
    font-size: 0.9em;
    color: #000000;
    padding:7px 10px 7px 10px;
}
.webGlobalContent:link, .webGlobalContent:active, .webGlobalContent:visited {
    font-size: 0.9em;
    background:#CCCCCC;
    color: #000000;
    border-right:1px solid #000000;
}
.webGlobalContent:hover {
    font-size: 0.9em;
}
.webGlobalContentAktiv {
    font-size: 0.9em;
    background:#009EE0;
    border-right:1px solid #009EE0;
    padding:7px 10px 7px 10px;
}
.webGlobalContentAktiv:link, .webGlobalContentAktiv:active, .webGlobalContentAktiv:visited {
    font-size: 0.9em;
    background:#009EE0;
}

/* NAVIGATION LINKS */

#webNavigationDiv ul {
  border-top:1px solid #000000;
}
/* Ebene 1*/
.webNavigationEbene1Div{
  border-bottom:1px solid #000000;
}
/* Ebene 2*/
.webNavigationEbene2Div{
  border-bottom:1px solid #000000;
}
/* Ebene 3*/
.webNavigationEbene3Div{
  border-bottom:1px solid #000000;
}
/* Ebene 4*/
.webNavigationEbene4Div{
  border-bottom:1px solid #000000;
}
/* Aktiv */
.webNavigationAktuell {
    background:#009EE0;
}
/* Ebene 1*/
.webNavigationAktiv .webNaviEbene1:link, .webNavigationAktiv .webNaviEbene1:active, .webNavigationAktiv .webNaviEbene1:visited  {
    color:#009EE0;
}
.webNavigationAktiv .webNaviEbene1:hover{
    color:#009EE0;
}
/* Ebene 2*/
.webNavigationAktiv .webNaviEbene2:link, .webNavigationAktiv .webNaviEbene2:active, .webNavigationAktiv .webNaviEbene2:visited  {
    color:#009EE0;
}
.webNavigationAktiv .webNaviEbene2:hover{
    color:#009EE0;
}
/* Ebene 3*/
.webNavigationAktiv .webNaviEbene3:link, .webNavigationAktiv .webNaviEbene3:active, .webNavigationAktiv .webNaviEbene3:visited  {
    color:#009EE0;
}
.webNavigationAktiv .webNaviEbene3:hover{
    color:#009EE0;
}

/* SPRACH NAVIGATION */
ul.webSpracheDiv li{
  background-image:url(/images/pipe2.gif);
}
.webSpracheAktiv:link, .webSpracheAktiv:active, .webSpracheAktiv:visited, .webSpracheAktiv:hover {
    color: #FFFFFF;
}
.webSpracheInaktiv {
    color: #FFFFFF;
}
.webSpracheInaktiv:link, .webSpracheInaktiv:active, .webSpracheInaktiv:visited, .webSpracheInaktiv:hover {
    color: #FFFFFF;
}
.webSpracheDeaktiv {
    color: #CCCCCC;
}

/* HON Logo */

#boxLogo {
    margin-top: 15px;
}

#boxLogo p{
    float:right;
    text-align:left;
    width: 65%;
    margin-top: 0;
    font-size:0.9em;
}


