
 /* =======  ::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:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

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

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

/* CONTENT */
.webTextOnlyComment {
    font-size: 0.8em;
    font-weight: bold;
}

/* 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;
  text-decoration:none;
  color:#000000;
}


#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{
  margin:0px 0px 0px 25px;
  font-size: 1em;
  font-weight: normal;
  line-height:1.4em;
  font-family: arial, helvetica, verdana, sans-serif;
  clear:both;
}

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

/* Zwischenueberschfit rechte spalte */
.infoFlex h3{
  margin-bottom:0px;
  padding-bottom: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 {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #006699;
    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:visited {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

.webTableLink:hover {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;
}

.webTextLinkBold:link, .webTextLinkBold:active, .webTextLinkBold:visited {
    margin:0px 0px 0px 0px;
    font-weight: bold;
    color: #006699;
    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, .Ebene1: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:visited, .webTeaserLink:hover {
    font-size: 0.9em;
    color: #006699;
    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;
}

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

.webSitemapLevelZero:link, .webSitemapLevelZero:active, .webSitemapLevelZero:visited, .webSitemapLevelZero:hover {
    font-size: 1em;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

.webSitemapLevelOne:link, .webSitemapLevelOne:active, .webSitemapLevelOne:visited, .webSitemapLevelOne:hover {
    font-size: 1em;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

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

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

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

/* *************************************************************************** */
/* 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:visited, .webShopCatLink:hover {
    font-size: 0.9em;
    color: #006699;
    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{
  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;
}
.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;
}

#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;
    clear:both;
}
#webContentDivBroad {
    width: 960px;
    clear:both;
}

/* 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;
}
.webBlaetternDiv .webServiceContent{
  color: #000000 !important;
}
.webListPageShow{   margin:0; }

/* *************************************************************************** */
/* FLEX-MODULE                                                                 */
/* *************************************************************************** */
.linkInternImg {
  float:left;
  margin-right: 11px;
}
.linkExternImg {
  float:left;
  margin-right: 10px;
}
/* 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 0px;
    padding: 0 0 0 20px;
}

ul.webToTop li{
    list-style-image:url(/images/icons/ico_top.gif);
    padding:0 0 0 2px;
    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;
}



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

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:: /musikautomaten/styles/subsite_style.css ========  */ 
/******************************************/
/* SUBSITE MMA                            */
/******************************************/

#webHeaderDiv {
    height: 124px;
    background-image: url(/musikautomaten/images/header_banner.jpg);
    margin:0;
}

.webHeaderBildFR {
    background-image: url(/musikautomaten/images/header_banner_fr.jpg) !important;
}

.webHeaderBildIT {
    background-image: url(/musikautomaten/images/header_banner_it.jpg) !important;
}

.webHeaderBildEN {
    background-image: url(/musikautomaten/images/header_banner_e.jpg) !important;
}

#webServiceNavigationDiv{
    height:2.3em;
    background:#CCC;
    padding-left:4px;
    margin:0;
    border:none;
    background-image: url(/musikautomaten/images/bg_service.jpg);
    background-repeat: no-repeat;
}

#webNavigatorDiv {
  background:#faf8eb;
  margin:0px 0px 5px 0px;
  padding:2px 10px 3px 13px;
  border-bottom: 1px solid #cccccc;
}

/* CONTENT-BEREICH INNEN (NORMAL) */
#webInnerContentSmall{
  padding:0px 10px 0px 10px;
  margin:20px 25px 0px 25px;
  background-color:#faf8eb;
}
/* CONTENT-BEREICH INNEN (BREIT) */
#webInnerContentBroad{
}

ul.webSpracheDiv{
  margin:4px 10px 0px 0px;
}


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

/* Ebene 1*/
.webNavigationEbene1Div{
  color:#58585a;
  background-color:#faf8eb;
}
.webNavigationEbene1TextDiv{
  color:#ffffff;
}
/* Ebene 2*/
.webNavigationEbene2Div{
  color:#000000;
  background-color:#ffffff;
}
li div.webNavigationAktuell{
  voice-family:"\"}\"";
  voice-family:inherit;
  color:#000000;
  background-color:#d0c5a7;
}
html>body li div.webNavigationAktuell { margin-top:0; }
li div.webNavigationAktiv{
  voice-family:"\"}\"";
  voice-family:inherit;
  color:#000000;
  background-color:#a38844;
}
html>body li div.webNavigationAktiv { margin-top:0; }
.webNavigationEbene2TextDiv{
  color:000000;
}

/* Ebene 1*/
.webNaviEbene1:link, .Ebene1:active, .webNaviEbene1:visited {
    color: #58585a;
}
.webNaviEbene1:hover {
    color: #58585a;
}

/* Ebene 2*/
.webNaviEbene2:link, .webNaviEbene2:active, .webNaviEbene2:visited {
    color: #58585a;
}
.webNaviEbene2:hover {
    color:#58585a;
}

/* Ebene 3*/
.webNaviEbene3:link, .webNaviEbene3:active, .webNaviEbene3:visited {
    color: #58585a;
}
.webNaviEbene3:hover {
    color: #58585a;
}

/* Ebene 4*/
.webNaviEbene4:link, .webNaviEbene4:active, .webNaviEbene4:visited {
    color: #58585a;
}
.webNaviEbene4:hover {
    color: #58585a;
}

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

.webNavigationAktuell {
    background:#dacfb4;
    color:#000000;
}

/* Ebene 1*/
.webNavigationAktuell .webNaviEbene1:link, .webNavigationAktuell .webNaviEbene1:active, .webNavigationAktuell .webNaviEbene1:visited  {
  color:#000000;
}
.webNavigationAktuell .webNaviEbene1:hover{
  color:#000000;
}

/* Ebene 2*/
.webNavigationAktuell .webNaviEbene2:link, .webNavigationAktuell .webNaviEbene2:active, .webNavigationAktuell .webNaviEbene2:visited  {
  color:#000000;
}
.webNavigationAktuell .webNaviEbene2:hover{
  color:#000000;
}

/* Ebene 3*/
.webNavigationAktuell .webNaviEbene3:link, .webNavigationAktuell .webNaviEbene3:active, .webNavigationAktuell .webNaviEbene3:visited  {
  color:#000000;
}
.webNavigationAktuell .webNaviEbene3:hover{
  color:#000000;
}

/* Ebene 4*/
.webNavigationAktuell .webNaviEbene4:link, .webNavigationAktuell .webNaviEbene4:active, .webNavigationAktuell .webNaviEbene4:visited  {
  color:#000000;
}
.webNavigationAktuell .webNaviEbene4:hover{
  color:#000000;
}


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

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

/* Ebene 2*/
.webNavigationAktiv .webNaviEbene2:link, .webNavigationAktiv .webNaviEbene2:active, .webNavigationAktiv .webNaviEbene2:visited  {
    color:#ffffff;
}
.webNavigationAktiv .webNaviEbene2:hover{
    color:#ffffff;
}

/* Ebene 3*/
.webNavigationAktiv .webNaviEbene3:link, .webNavigationAktiv .webNaviEbene3:active, .webNavigationAktiv .webNaviEbene3:visited  {
    color:#ffffff;
}
.webNavigationAktiv .webNaviEbene3:hover{
    color:#ffffff;
}


/* *************************************************************************** */
/* LINK-STYLES                                       */
/* *************************************************************************** */

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

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

.webTextLink {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #a38844;
    text-decoration: underline;
}
.webTextLink:link, .webTextLink:active, .webTextLink:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #a38844;
    text-decoration: underline;
}

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

.webUnterseiteClass {
}

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

.webTableLink:hover {
    margin:0px 0px 0px 0px;
    font-weight: normal;
    color: #a38844;
    text-decoration: underline;
}

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

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

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

#webServiceContentDiv li {
  background-image:url(/musikautomaten/images/pipe.gif);
}

/********************
Headerbereich
********************/

#webHeaderLinks {
  width:300px;
  float:left;
  text-align:left;
  height: 125px;
}

#webHeaderLinks a{
  display:block;
  width: 270px;
  margin:5px 0px 5px 20px;
  height: 110px;
}

#webHeaderLinks a h1 {
  position:absolute;
  left: -999px;
  top: -999px;
}

#webHeaderLinks a H2{
  position:absolute;
  left: -999px;
  top: -999px;
}


/**********************************
FLEXMODUL ABSTÄNDE
**********************************/

.webFlexAbstand0 { margin-bottom:0px; border: 1px solid #faf8eb; }
.webFlexAbstand1 { margin-bottom:9px; border: 1px solid #faf8eb; }
.webFlexAbstand2 { margin-bottom:18px; border: 1px solid #faf8eb; }
.webFlexAbstand3 { margin-bottom:27px; border: 1px solid #faf8eb; }
.webFlexAbstand4 { margin-bottom:36px; border: 1px solid #faf8eb; }


/**********************************
Footer
**********************************/
#footerlogo {
	float: left;
	margin: 0 67px 0 0;
}
#webFooter {
	width: 535px;
	float: left;
	margin:20px 0 0 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;

}
#webFooterText {
	color: #666666;
	margin: 0 0 0 10px;
}

/***********************************
LEGENDE unter den Bildern mit Rand
***********************************/
div.webLegende{
    border:none;
}




/*****************************
rechte Spalte
*****************************/

.webFlexBothDiv{
  color:#a38844;
  background-image:none;
  padding:5px 0 4px 0px;
}

.webTeaserLink:link, .webTeaserLink:active, .webTeaserLink:visited, .webTeaserLink:hover {
  color:#a38844;
}

.webShopCatLink:link, .webShopCatLink:active, .webShopCatLink:visited, .webShopCatLink:hover {
  color:#a38844;
}

.infoFlex h3 {
	margin: 0 0 0 0;
}

/****************************
Sitemap
****************************/

#webSitemapDiv a {
  color:#a38844;
}

/***********************
Buttons
***********************/

.webFormSearchButton{
    background-color:#faf8eb;
    border:1px solid #ccc;
    color:#000;
}

.webFlexTopDiv{
  border-top:1px solid #ccc;
  background:#faf8eb;
}


.webFlexBothDiv{
  padding:5px 0 4px 10px;

}

.webTeaserText {
  padding-left:10px;
}

span.webTeaserText {
  padding-left:0px;
}

.flexZwischenueberschrift span.webTeaserText {
  padding-left:10px;
}


input.webFormButton {
    border:1px solid #6A6969;
    background-color: #faf8eb;
}

.FormoButton{
    border:1px solid #6A6969;
    background-color: #faf8eb;
}

/*Endfärben der Shop Tabellen*/
.webTableHeader, .webTableCaption, #shopCustomerData .webTableHeaderRight, #shopSubmitOrder .webTableHeaderRight {
background-color: #faf8eb !important;
}



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


.webMMDetails{
    color:#333333;
    font-weight:bold;
}

.webMMDetailsKontext{
    color:#333333;
    font-size: 1em;
    font-weight:bold;
}


/* *************************************************************************** */
/* EVENTS                                                                      */
/* *************************************************************************** */

.eventRow{
    padding: 5px 5px 5px 10px;
    background-color: #fdfcf5;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
}

.eventRow p{
    color: #333;
    font-size: 0.88em;
}

.eventRow p strong{
    font-size: 1.2em;
}

.eventRow img{
    float: right;
    margin-left: 5px;
}

.eventTitle{
    margin:0px 0px 12px 0px;
    font-size: 1.1em !important;
    font-weight: bold;
    color: #A48946 !important;
}

.eventDate{
    font-size: 0.9em;
    color:#666666;
}

.eventTitle a, .eventTitle a:link, .eventTitle a:active, .eventTitle a:visited, .eventTitle a:hover {
    margin:0px 0px 12px 0px;
    font-weight: bold;
    text-decoration:underline;
    color:#000000;
}

.hinweisDevelop, .hinweisDevelop a:link, .hinweisDevelop a:visited  {
    color: #ff0000;
    font-size: 9px;
    text-decoration: none;
}

/*Testbereich*/
#veranstaltungsdatum {          /*Kalender*/
    background-color: #ffffff;
}


/*
 * Smoothness Theme for jQuery UI Datepicker
 * Generated by Theme Roller ( http://ui.jquery.com/themeroller/ )
 * Authors:
 *      Filament Group ( http://www.filamentgroup.com )
 *      Marc Grabanski ( http://marcgrabanski.com/ )
*/
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
    font-size: 12px !important;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 10px; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    background: #D0C5A7;
    font-size: 1.1em;
    width: 165px;
  border-top: 2px solid #A48946;
    padding: 2.5em 0.1em 0.5em 0.1em;
    position: relative;
}

.ui-datepicker-unselectable{
    font-size: 11px !important;
}

#ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
    background: #ffffff;
}

.ui-datepicker-inline {
    float: left;
    display: block;
}

.ui-datepicker-control {
    display: none;
}

.ui-datepicker-current {
    display: none;
}

.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    left: .5em;
    top: .4em;
    background: #FFF url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}

.ui-datepicker-next {
    left: 1.6em;
  background: url(/images/arrow_up.gif) 0 0 no-repeat;

}
.ui-datepicker-prev {
    left: 0.4em;
  background: url(/images/arrow_down.gif) 0 0 no-repeat;
}
/*
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background: #FFF url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}*/

.ui-datepicker-next a, .ui-datepicker-prev a {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.8em;
    display: block;
    font-size: 9px;
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.ui-datepicker-next a {
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-prev a:hover {
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}

.ui-datepicker-next a:hover {
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-prev a:active {
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}

.ui-datepicker-next a:active {
    background: url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-header select {
    border: 0px solid #d3d3d3;
    color: #555555;
    background: #FFFFFF;
    font-size: 10px;
    line-height: 1.4em;
    position: absolute;
    top: .5em;
    margin: 0 !important;

}

.ui-datepicker-header select.ui-datepicker-new-month {
width: 8em;
left: 4em;
}

.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 12em;
}

table.ui-datepicker {
    width: 13.55em;
    text-align: right;
}

table.ui-datepicker td a {
    padding: .1em .3em .1em 0;
    display: block;
    color: #222222;
    background: #FFF url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    cursor: pointer;
    border: 1px solid #D0C5A7;
  font-size: 0.8em;
}

table.ui-datepicker td a:hover {
    color: #FFF;
  text-decoration: none;
    background: #A48946 url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}

table.ui-datepicker td a:active {
    color: #FFF;
    background: #A48946 url(javascripts/jquery/plugins/jquery_ui/themes/smoothness/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}

table.ui-datepicker .ui-datepicker-title-row td {
    padding: .3em 0;
    text-align: center;
    font-size: 1em;
    color: #222222;
    text-transform: uppercase;
  width: 14%;
    /*border-bottom: 1px solid #d3d3d3;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
    color: #FFF;
  font-weight: bold;
  background: #A48946;
}

table.ui-datepicker .ui-datepicker-title-row td a:hover {
    color: #FFF;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*  ECARDS
----------------------------------------------- */
#ecardthumbs img { cursor:pointer; }
.ecardrahmen {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ecardLast { margin-right:0px; }

.ecardrahmen .media {
  margin: 0 4px 4px 4px;
}
#ecardbig        {  }
form.ecardForm { padding:0; margin:0; }
html>body form.ecardForm { margin:0; }
.ecardCol1Div {
  margin:5px 0 0 0;
}

.warning { color:#de0023; }
#ecardcontainer .warning { font-size:1em; color:#de0023; }
.redTxt  { color:#de0023; }

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

em.teaserhead {
    margin: 0 0 3px 0;
    font-size: 0.91em;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, "Trebuchet MS", Helvetica, sans-serif;
    display: block;
    padding-bottom:4px;
    border-bottom: 1px dotted #000000;
}



/* DATEPICKER */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

#veranstaltungsdatum select{
    font-size: 0.8em;
}

/* The wrapper div */
.datePicker
        {
        position:absolute;
        min-width:21em;
        width:21em;
        z-index:9999;
        text-align:center;
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        background:transparent;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        }
/* The button created beside each input */
.date-picker-control
        {
        border:0 none;
        padding:0;
        margin-left:4px;
        background:transparent url('/images/editmode/datepicker/cal.gif') no-repeat 0 0;
        width:16px;
        height:16px;
        margin-top:0em;
        vertical-align:top;
        cursor:pointer;
        }
/* The next & previous buttons */
.datePicker th button
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        height:1em;
        width:0.8em;
        line-height:0.8em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus
        {
        outline:none;
        }
.datePicker th button.prev-but
        {
        text-align:left;
        }
.datePicker th button.next-but
        {
        text-align:right;
        }
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:auto;
        width:auto;
        text-decoration:none;
        line-height:1.4em;
        }
/* The table */
.datePicker table
        {
        position:relative;
        margin-top:2px;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(/images/editmode/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        }
.datePicker table tfoot td
        {
        background:#fff url(/images/editmode/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        }
/* Common TD & TH styling */
.datePicker table td
        {
        border: 1px solid #ccc;
        padding:0.6em 0.5em 0.5em 0.5em;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:default;
        background:#fff url(/images/editmode/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -50px;
        }
.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        }
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        }
/* The "todays date" style */
.datePicker table td.date-picker-today
        {
        background:#fff url(/images/editmode/datepicker/media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:transparent !important;
        }
/* The "disabled days" style */
.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        }
/* The "cursor" style */
.datePicker table td#date-picker-hover
        {
        background:#fff url(/images/editmode/datepicker/media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
        {
        background-image:none;
        }
#date{
    display: none;
}


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

/*******************************************
Linkliste
*******************************************/

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

.flexDMSLinkListe li{
    margin: 0 0 0 0;
}



/* Download Icon */
.webImgDms{
  width: 22px;
  float: left;
}

.webTextDms{
  margin: 0px;
  width: 95%;
  float: left;
  clear:none;
}

/* *************************************************************************** */
/* Automatische Ankerausrichtung: horizontal oder vertikal einstellbar         */
/* *************************************************************************** */
.auto_anker_horizontal li  {
    display:inline;
    padding:0px 4px;
    border-left:1px solid black;
}
.auto_anker_horizontal li.auto_anker_fstchild {
    border-left:none;
    padding-left:0px;
}

/* Flex Multimedia
    vereinheitlichter Margin
    alles Buendig darstellen
*/
.marginRightCommon{
    margin-right:6px;
}


ul.multiMediazusatz {
    list-style-type:none;
    padding-left:0px;
}




.marginLeftInfoBoxWide {
    margin-left:22px;
}


.multiMediaContainerKontext .multiMediaDaten {
    display:block;
}

* html .multiMediaContainerKontext .marginRightCommon {
    margin-right:4px;
}


