/* *************************************************************************** */
/* TEXT-STYLES FUR 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 {
    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, UBERSCHRIFTEN 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 benotigt 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 fur die Link-Darstellung im Wordmodul benotigt! */
.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;
}

.actions a:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url(sprite.png);
}

.webTextLink.external.right,
.webTeaserLink.external.right {
    background-position: right center;
    padding-right: 20px;
}

.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 linksbundig */

.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{   /* Fur 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 FUR 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 FUR 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/bg_header_portal.jpg);
    background-repeat: no-repeat;
}
.webHeadTitleDiv {
  display:none;
  float:left;
  margin:0;
  padding:13px 0 0 10px;
}
#webLogoDiv {
  width:140px;
  height:80px;
  float:left;
}
#webLogoDiv h1 {
  text-indent:-9999px;
  margin:0;
  padding:0;
}
#webLogoDiv h1 a {
  display:block;
  text-decoration:none;
  height:80px;
}
#webHeaderLinks {
  width:525px;
  float:right;
  text-align:right;
}

/* admin-Link */
#adminch {
    height:20px;
    width:525px;
    padding:0;
    margin:0;
    /*background-image: url(../images/adminch.jpg);
    background-repeat: no-repeat;*/
}

#adminch a {
    display:block;
    margin: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;
  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{ /* fur 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{ /* fur 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;
  margin-bottom:1.7em;
}
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                                                              */
/* *************************************************************************** */
#webInfoDiv {
  display:block;
  float:left;
  width:165px;
  text-align:left;
  overflow:hidden;
}
/* INFO-BOX */
.webTeaserDiv{
  width:165px;
  text-align:left;
  margin:0px;
  padding:0px;
  /* Mozilla benotigt 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;
}

.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 UBERSICHTSLISTEN                                                 */
/* *************************************************************************** */
.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: 6px;
  margin-top: 3px;
}
/* Weitenangabe fuer Darstellung bei 2zeiligem Link */
.linkText {
    float:left;
}

/* 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 fur altere 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 Schlusselwort + Langenangabe */
}

/* 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;*/
}

/* Aubergewohnliche Bildgroben fur 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 ABSTANDE */
.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 fur 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 furs 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 linksbundig */
.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;
}
/* Ubersicht */
#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{   /* Fur die Footer der Nachrichten */
  margin:25px 0px 12px 0px;
}
#xmlWrapper #messageredirect a{   /* Fur 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: 0 0 0 9px;
    padding: 0 0 0 9px;
}

ul.webToTop li{
    list-style-image:url(../images/icons/ico_top.gif);
    padding:0 0 0 5px;
    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 linksbondig */

.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;
}
.button{
  background-color:#CCCCCC;
  border:1px solid #333333;
  color:#333333;
  font-family:arial,helvetica,verdana,sans-serif;
  font-size:0.9em;
}

.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 fur altere 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 Schlusselwort + Langenangabe */
}

/* *************************************************************************** */
/* 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;
}

/* *************************************************************************** */
/* ROLLOUT                                                                     */
/* *************************************************************************** */

/* *********************************** */
/* Neue Link-Styles PORTAL             */
/* *********************************** */

/* Globalnavi */
a.webGlobalContent:hover,
a.webGlobalContent:focus {
    background: #FF0000;
}

/* Globalnavi Aktiv*/
.webGlobalContentAktiv:active,
.webGlobalContentAktiv:hover,
.webGlobalContentAktiv:focus {
    color:#FF0000;
    background: #FFFFFF !important;
}

a.webNaviEbene1:hover,
a.webNaviEbene1:focus,

a.webNaviEbene2:hover,
a.webNaviEbene2:focus,

a.webNaviEbene3:hover,
a.webNaviEbene3:focus,

.webNavigationAktiv a.webNaviEbene1:hover,
.webNavigationAktiv a.webNaviEbene1:focus,

.webNavigationAktiv a.webNaviEbene2:hover,
.webNavigationAktiv a.webNaviEbene2:focus {
    background: #FF0000;
    color: #FFFFFF;
}

/* Service Navigation, Sprachwahl, Bdreadcrumbtrail */
a.webServiceContent:hover,
a.webServiceContent:focus,

a.webNavigator:hover,
a.webNavigator:focus,

a.webSpracheInaktiv:hover,
a.webSpracheInaktiv:focus,

a.webSpracheAktiv:hover,
a.webSpracheAktiv:focus {
    background: #FF0000;
    color: #FFFFFF;
}

/* Bundesverwaltung admin.ch */
#adminch a:hover,
#adminch a:focus {
    background: #FF0000;
    color: #FFFFFF;
}

/* Bezeichnung des Portals*/
#webHeaderLinks a:hover,
#webHeaderLinks a:focus {
    background: #FF0000;
    color: #FFFFFF;
    display: inline-block;
}

/* Sprunglinks im Header */
.sprungunsichtbar:hover,
.sprungunsichtbar:active,
.sprungunsichtbar:focus {
    background: #FF0000 !important;
    color: FFFFFF !important;
    display: block;
    position: absolute;
    left: 365px;
    top: 73px;
    padding: 15px;
    width: 200px;
    height: 2px;
    font-size: 1.2em;
    text-align:center;
}


 /* =======  ::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/standard/styles_amt.css ========  */ 
/* *************************************************************************** */
/* AMT LAYOUT (andere Bilder und Farben)                                       */
/* *************************************************************************** */

#adminch {
    height:20px;
    width:525px;
    padding:0px;
    margin:0px;
    background-image: none;
}

#adminch a {
    display:block;
    margin-right:20px;
    padding:0px;
    padding-top:2px;
    font-size:0.9em;
    font-weight:bold;
}

#depart {
    height:20px;
    width:525px;
    padding:0px;
    margin:0px;
    display:block;
}

#depart a {
    margin:0px 20px 0px 0px;
    padding-top:4px;
    display:block;
    color:#FFFFFF;
    font-size:0.9em;
}

#webHeaderDiv {
    width:100%;
    padding:0;
    margin:0 0 1px 0;
    height:103px;
    background-image: url(../images/background_header_bakom.jpg);
    background-repeat: no-repeat;
}

#webHeaderLinks h1 {
    display:block;
    margin:10px 20px 0px 0px;
    font-size:1.2em;
    font-weight:bold;
    color:#000;
}

#webHeaderLinks h1 a {
    color:#000;
}

/* *************************************************************************** */
/* GLOBAL NAVIGATION                                                           */
/* *************************************************************************** */

.webGlobalContentAktiv {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    background:#006699;
    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:#006699;
    text-decoration: none;
}

.webGlobalContentAktiv:hover {
  text-decoration:none;
}

.webGlobalContentFirst  {
    padding-left:20px;
}

.webNavigationAktuell {
    background:#006699;
    color:#FFFFFF;
    display:block;
    margin:0;
}

/* *************************************************************************** */
/* 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;
}

/* *************************************************************************** */
/* Aktuell = die Seite auf der wir uns momentan befinden                       */

.webNavigationAktuell {
    background:#006699;
    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;
}

/* *************************************************************************** */
/* Aktiv = Seite im aktiven Pfad                                               */

/* Ebene 1*/
.webNavigationAktiv .webNaviEbene1:link, .webNavigationAktiv .webNaviEbene1:active, .webNavigationAktiv .webNaviEbene1:visited  {
    color:#006699;
}

.webNavigationAktiv .webNaviEbene1:hover{
    color:#006699;
}

/* Ebene 2*/
.webNavigationAktiv .webNaviEbene2:link, .webNavigationAktiv .webNaviEbene2:active, .webNavigationAktiv .webNaviEbene2:visited  {
    color:#006699;
    font-weight:bold;
}

.webNavigationAktiv .webNaviEbene2:hover{
    color:#006699;
    font-weight:bold;
}

/* Ebene 3*/
.webNavigationAktiv .webNaviEbene3:link, .webNavigationAktiv .webNaviEbene3:active, .webNavigationAktiv .webNaviEbene3:visited  {
    color:#006699;
    font-weight:bold;
}

.webNavigationAktiv .webNaviEbene3:hover{
    color:#006699;
    font-weight:normal;
    font-weight:bold;
}

/* *************************************************************************** */
/* ROLLOUT                                                                     */
/* *************************************************************************** */

/* *********************************** */
/* Neue Link-Styles DEPARTEMENT/AMT    */
/* *********************************** */

/* Globalnavi */
a.webGlobalContent:active,
a.webGlobalContent:hover,
a.webGlobalContent:focus {
    background: #006699 !important;
}
/* Globalnavi Aktiv*/
.webGlobalContentAktiv:active,
.webGlobalContentAktiv:hover,
.webGlobalContentAktiv:focus {
    color:#006699;
    background: #FFFFFF !important;
}

a.webNaviEbene1:active,
a.webNaviEbene1:hover,
a.webNaviEbene1:focus,

a.webNaviEbene2:active,
a.webNaviEbene2:hover,
a.webNaviEbene2:focus,

a.webNaviEbene3:active,
a.webNaviEbene3:hover,
a.webNaviEbene3:focus,

.webNavigationAktiv a.webNaviEbene1:active,
.webNavigationAktiv a.webNaviEbene1:hover,
.webNavigationAktiv a.webNaviEbene1:focus,

.webNavigationAktiv a.webNaviEbene2:active,
.webNavigationAktiv a.webNaviEbene2:hover,
.webNavigationAktiv a.webNaviEbene2:focus {
    background: #006699;
    color: #FFFFFF;
}

/* Service Navigation, Sprachwahl, Bdreadcrumbtrail */
a.webNavigator:active,
a.webNavigator:hover,
a.webNavigator:focus,

a.webSpracheInaktiv:active,
a.webSpracheInaktiv:hover,
a.webSpracheInaktiv:focus,

a.webSpracheAktiv:active,
a.webSpracheAktiv:hover,
a.webSpracheAktiv:focus {
    background: #006699;
    color: #FFFFFF !important;
}

/* Bezeichnung des Portals*/
#webHeaderLinks a:active,
#webHeaderLinks a:hover,
#webHeaderLinks a:focus {
    background: #006699;
    color: #FFFFFF;
    display: inline-block;
}

/* Bundesverwaltung admin.ch */
#webHeaderLinks #adminch a:active,
#webHeaderLinks #adminch a:hover,
#webHeaderLinks #adminch a:focus {
    background: #FFFFFF;
    color: #006699;
}

/* Departement */
#webHeaderLinks #depart a:active,
#webHeaderLinks #depart a:hover,
#webHeaderLinks #depart a:focus {
    background: #FFFFFF;
    color: #006699;
}

/* Sprunglinks im Header */
.sprungunsichtbar:active,
.sprungunsichtbar:hover,
.sprungunsichtbar:focus {
    background: #006699 !important;
    color: FFFFFF !important;
}



 /* =======  ::Datei:: /styles/styles_unique.css ========  */ 
/* *************************************************************************** */
/* SEZIFISCHE STYLES FUR DIESE OE (Ausnahmen, Erweiterungen)                   */
/* *************************************************************************** */


/* Honey-Pot */

.formo_block_feld1{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}


/* *************************************************************************** */
/* 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;
}

/* zusaetzlicxh fur Tiny */
/* zusatzliche Uvek Wordmodul Styles */
.webWmTextBold{
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: bold;
    line-height:1.4em;
    font-family: arial, helvetica, verdana, sans-serif;
}

.webWmTextItalic{
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    line-height:1.4em;
    font-family: arial, helvetica, verdana, sans-serif;
}


.webMMDetails{
    color:#333333;
    font-weight:bold;
}

.webMMDetailsKontext{
    color:#333333;
    font-size: 1em;
    font-weight:bold;
}
/* *************************************************************************** */
/* FACHKONTAKT                                                                 */
/* *************************************************************************** */

#cleanBody{
    padding:0px;
    margin:0px;
    height:90%;
}

#cleanBody .webMailtoafriendDivLeft{
    width: 140px;
    float:left;

}

/* *************************************************************************** */
/* RTV                                                                         */
/* *************************************************************************** */
.rtv_table1 {
  border:1px solid #000000;
  border-collapse:collapse;
  width: 515px;
}
.rtv_table1 td {
  border:1px solid #000000;
  padding:3px;
  vertical-align:top;
}

.rtv_table1_bg {
  background-color: #CCCCCC;
  font-weight:bold;

}
/* Darstellung Listenpunkte fur Flexmodul mit TINY Modul */
.flexTextBildLinks ul , .flexTextBildLinks ol , .flexTextBildLinks dl {
    list-style-position:inside;
    margin:0px;
}

/****************************************************************/
/* CMS-TOOLS FORM-GENERATOR (von X)*/
/****************************************************************/
.formZeile {
    margin: 0px 0 10px 0;
    padding:0;
    clear:both;
}
.fg_html {
    font-size:1em;
}
.fg_feldname, .formDesc {
    /*
    float:left;
    width: 120px;
    display:block;
    font-weight:normal;
    */
}
.formBox {
    /*
    float:left;
    width: 60%;
    */
}
.fg_input {
    border: 1px solid #CCCCCC;
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-family: arial, helvetica, verdana, sans-serif;
}
.fg_textarea {
    width: 200px;
    height: 100px;
}
.fg_button {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.9em;
    height:19px;
    padding: 0px 0px 0px 0px;
    margin: 10px 7px 3px 0px;
    border:1px solid #333;
}
.fg_headline {
    font-weight:bold;
    font-size:1.2em;
}
.fg_beschreibungstext {
    display:block;
    margin:15px 0px;
}

.formGenerator label{
    font-weight:normal;
}
.webFlexListe{
  line-height:1.4em;
}

.flexMultimedia img{
  margin: 0 5px 0 0;
}

.webcodeLabel{
  font-size: 0.9em;
}




/* *************************************************************************** */
/* Entscheiddatenbank                                                                  */
/* *************************************************************************** */

#edb-such-maske fieldset{
    border: none;
    padding: 0;
    margin: 0 0 20px -5px;
}
#edb-such-maske fieldset legend{
    display: none;
}

#edb-entscheid-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.edb-such-ergebnis-nummer {
    float: left;
    margin: 0 5px 0 0;
}

.edb-such-ergebnis-infos {
    float: left;
    width: 490px;
}
.edbWebTableHeaderRight {
  width:100px;
  vertical-align:top;
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#ADAEAD;
  padding:5px;
}


#edb_themen, #edb_kategorien{
  /*border: 1px solid red;*/
  min-width: 360px;
  width: 360px;
}

#edb_volltextsuche{
  /*border: 1px solid red;*/
  min-width: 340px;
  width: 320px;
}

/* Felder ausblenden im Internet */
#edb-entscheid-details tr.hideRow {
    display: none;
}

/* *********************************** */
/* Neue Link-Styles Allgemein          */
/* *********************************** */

/* Textlinks */
a:active,
a:hover,
a:focus,

.inhaltsBereich a:active,
.inhaltsBereich a:hover,
.inhaltsBereich a:focus,

.documentenInfo a:active,
.documentenInfo a:hover,
.documentenInfo a:focus,

#webFooterText a:active,
#webFooterText a:hover,
#webFooterText a:focus,

#webSitemapDiv a:active,
#webSitemapDiv a:hover,
#webSitemapDiv a:focus,

a.webShopCatLink:active,
a.webShopCatLink:hover,
a.webShopCatLink:focus,

a.webTextLink:active,
a.webTextLink:hover,
a.webTextLink:focus {
    background: #006699;
    color: #FFFFFF;
}

/* Servicelinks */
a.webServiceLink:active,
a.webServiceLink:hover,
a.webServiceLink:focus {
    background: #006699;
    color: #FFFFFF;
}

/* Allgemein */
a.webTeaserLink:active,
a.webTeaserLink:hover,
a.webTeaserLink:focus {
    background: #006699;
    color: #FFFFFF;
}

/* Subsite Titel */
#webSubsiteTitle a:active,
#webSubsiteTitle a:hover,
#webSubsiteTitle a:focus{
    color:#FFFFFF;
}

/* Formular generell*/
#FORMBUILDER input[type=text], #FORMBUILDER textarea, .flexRssSubscriber input.formWidth2
{
    border:1px solid;
}

input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus
{
    background: #ECF3F6;
}


/* Buttons */
.formo_block input.FormoButton:active,
.formo_block input.FormoButton:hover,
.formo_block input.FormoButton:focus,

input.webFormSearchButton:active,
input.webFormSearchButton:hover,
input.webFormSearchButton:focus,

input.webFormSearchAktuell:active,
input.webFormSearchAktuell:hover,
input.webFormSearchAktuell:focus,

input.webCodeSubmit:active,
input.webCodeSubmit:hover,
input.webCodeSubmit:focus,

input.webFormButton:active,
input.webFormButton:hover,
input.webFormButton:focus,

input.stellenSearchButton:active,
input.stellenSearchButton:hover,
input.stellenSearchButton:focus,

input.button:active,
input.button:hover,
input.button:focus {
    background: #006699;
    color: #FFFFFF;
}

/* Sprunglinks im Header */
.sprunglinks {
    width: 200px;
    float: left;
}

.sprunglinks ul {
    margin: 0;
    padding: 0;
}
.sprunglinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sprungunsichtbar {
    display: inline;
    left: -999px;
    top: -999px;
    position: absolute;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

/* ******************* */
/* KEIN HOVER/FOCUS    */

/* Bildergalerie */
.fancygallery a:active,
.fancygallery a:hover,
.fancygallery a:focus {
    background: none;
}

/* Imperia Flexmodul Auswahl */
body.webBodyShow table tr td a:active,
body.webBodyShow table tr td a:hover,
body.webBodyShow table tr td a:focus {
    background: none;
}

/* Editmode */
body.webBodyShow .webTeaserDiv a:active,
body.webBodyShow .webTeaserDiv a:hover,
body.webBodyShow .webTeaserDiv a:focus,

body.webBodyShow .inhaltsBereich a:active,
body.webBodyShow .inhaltsBereich a:hover,
body.webBodyShow .inhaltsBereich a:focus{
    background: none;
    color: #006699;
}


/* *************************************************************************** */
/* CX805 Korrektur Sprachwechsel                                               */
/* bei Anzeige von 125 Prozent (Systemsteuerung)                               */
/* *************************************************************************** */
ul.webSpracheDiv {
    /* 4 Sprachen */
    width: 10.8em;
} 
ul.webSpracheDiv .first {
    clear: both;
}


/* BAKOM CSS Base tags */
table {
    font-size: 1.0em;
    empty-cells: hide;
}

table.header {
    padding: 0;
    margin: 0;
    border: none;
    width: 960px;
    margin-bottom: 20px;
}

table.content {
    padding: 0;
    margin: 0;
    border: none;
    width: 960px;
    padding-right: 20px;
}

table.body {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

/* Content (page content - center of the site) */
.title {
    margin-top: 0px;
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.titleBold {
    margin-top: 0px;
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.subtitle {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #000000;
    text-decoration: none;
}

.text {
    font-weight: normal;
    font-size: 1.0em;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

.textBlue {
    font-weight: normal;
    font-size: 1.0em;
    color: #006699;
    text-decoration: none;
}

.textBold {
    font-weight: bold;
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;
}

.textBlueBold {
    font-weight: bold;
    font-size: 1.0em;
    color: #006699;
    text-decoration: none;
}

.textwhite
{
    font-weight: normal;
    font-size: 1.0em;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
}

.error {
    font-weight: normal;
    font-size: 1.0em;
    color: red;
    text-align: left;
    text-decoration: none;
}

.errorGeneral {
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    padding: 5px;
    border: red 1px solid;
}

.formButtons {
    padding-bottom: 20px;
    padding-top: 20px;
}

.buttonDisabled {
	font-family:arial,helvetica,verdana,sans-serif;
	font-weight: normal;
    font-size:0.9em;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    background-color: #dddddd;
    color: #aaaaaa;
    text-decoration: none;
}

.helpButton,a.helpButton,a.helpButton:link,a.helpButton:active,
a.helpButton:visited,a.helpButton:hover {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
    font-size: 1.0em;
    background-color: #cccccc;
    color: #006699;
    height: 20px;
    text-decoration: none;
}

.multipleSelect {
	width: 100%;
}

/* Result tables after a search */
table.data {
	margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
 	border-top: #D4D4D4 1px solid;
 	border-left: #D4D4D4 1px solid;
 	border-right: #D4D4D4 1px solid;

    width: 98%;
    border-collapse: collapse;
    text-align: left;
}

table.vatRefundLumpSum {
    margin: 0;
    padding: 0;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    text-align: center;
}
table.vatRefundLumpSum thead {
    background-color: #ccc;
}
table.vatRefundLumpSum th {
    margin: 0;
    padding: 5px;
}
table.vatRefundLumpSum td {
    border: 1px solid #ccc;
}
table.data th {
	margin: 0;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 2px;
    border-bottom: #D4D4D4 1px solid;
    vertical-align: top;
    text-align: left;
}

table.data td {
	margin: 0;
	padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 2px;
    border-bottom: #D4D4D4 1px solid ;
    vertical-align: top;
}

table.data td.number_column, table.data th.number_column {
	text-align: right;
}

table.data td.center_column, table.data th.center_column {
	text-align: center;
}

table.data .middle {
    vertical-align: middle;
}

table.data td.empty_column {
	height: 20px;
}

td.spaceSubtitle {
    height: 5px;
}

/* Welcome page */
.welcome {
    width: 100%;
    vertical-align: top;
}

.welcomeNews {
    vertical-align: top;
    width: 50%;
    padding-bottom: 20px;
}

.welcomeNewsDate {
    width: 90px;
}

.welcomeLinks {
    vertical-align: top;
    padding-left: 25px;
}

.welcomeLinksList {
    padding-bottom: 20px;
    list-style: none;
}

.welcomeLinksListDiv {
    padding-left: 20px;
}

.welcomeLinksListItem {
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

/* Help and FAQ screens */
.help {
    padding: 10px;
    margin: 10px;
    /*  just in case if border is later needed
    border: 1px;
    border-color: #cccccc;
    border-style: solid;
    float: left; */
}

.faq {
    padding: 10px;
    margin: 10px;
    /*  just in case if border is later needed
    border: 1px;
    border-color: #cccccc;
    border-style: solid;
    float: left; */
}

/* Sitemap */
ul.sitemap {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sitemapLevel1 {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: #000000 1px solid;
    font-weight: bold;
}

.sitemapLevel2 {
    padding-bottom: 5px;
    padding-left: 50px;
    font-weight: normal;
}

.sitemapLevel3 {
    padding-bottom: 5px;
    padding-left: 100px;
    font-weight: normal;
}

.sitemapLevel4 {
    padding-bottom: 5px;
    padding-left: 150px;
    font-weight: normal;
}

hr {
	color: black;
}

table.dataTable {
	border-collapse: collapse;
}
table.dataTable td {		
	border-top: 2px solid #cccccc;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

table.dataTable td.top {        
    border-top: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;    
}

.text_large1 {
	width: 70px;
}

.text_large2 {
	width: 100px;
}

.text_large120 {
    width: 120px;
}

.text_large3 {
	width: 160px;
}

.text_large4 {
	width: 220px;
}

.md_field_input {
	width: 190px;
}

.numbero_field_input {
	width: 90px;
}

.text_large5 {
	width: 250px;
}

.text_large6 {
	width: 322px;
}

.text_large7 {
    width: 500px;
}

div.path_navigation {
	padding-left: 15px;
}
table.normal {
	border-collapse: collapse;
}
table.normal td {
	vertical-align: top;
}
.text_readonly {
	background-color: #eaeaea;
}
tr.table_header {
    background-color: #cccccc;
}

tr.table_content {
    background-color: #eeeeee;
}

textarea {
	overflow: auto;
	font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
}

select {
	overflow: auto;
}

.max_available_width {
	width: 100%;
}

input:focus {
    background-color: transparent;
}

div.fileinputs {
    position: relative;
    height: 30px;
    width: 350px;
    vertical-align: top;
}

.hidden {
    background-color: transparent;
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    margin: 0;
}

.hiddenWithoutFileName {
    background-color: transparent;
    position: absolute;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    margin: 0;
    left: -153px;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 90%;
    vertical-align: top;
}

div.fakefile input {
    margin-bottom: 5px;
    margin-left: 0;
}
.textarea_disabled
{
    COLOR: #aaaaaa;
}

.noPaddingTd td, 
.noPaddingTd td input {
	padding-left: 0px;
	margin-left: 0px;	
}

.largerButton {
	height: 44px;
	padding: 1px;
	overflow: visible;
}

table.networkFaultReportForm {	
	border-collapse: collapse;
	width: 100%;
}
table.networkFaultReportForm td.align-top {
	vertical-align: top;
}
table.networkFaultReportForm td.label {
	width: 40%;
}
table.networkFaultReportForm input.checkbox,
table.networkFaultReportForm input.radio {
	margin-left: 0;
}
table.networkFaultReportForm td.label-1 {
	padding-top: 14px;
}
table.networkFaultReportForm td.label-auto {
	width: 22%;
}
table.networkFaultReportForm textarea {
	resize: none;
}
table.networkFaultReportForm .label-top {
	float: left;
}
table.networkFaultReportForm .subtitle {
	padding: 20px 0 10px;
}
table.networkFaultReportForm .subtitle p {
	margin: 0;
	font-size: 76%;
	font-weight: normal;
}
table.networkFaultReportForm .text-1 {
	width: 30px !important;
}
table.networkFaultReportForm .text-2 {
	width: 45px !important;
}
table.networkFaultReportForm .center {
	text-align: center;
}
table.networkFaultReportForm .radio-tz {
	margin-left: 0px;
	margin-right: 0px;
}
table.networkFaultReportForm td.network-timezone {
	vertical-align: bottom;	
}

.network-fault-summary table{
	width : 100%;
}
.flexLinkExternIntern {
    display: inline-table;
    *zoom: 1; 
  	*display: inline;
    vertical-align: top;
}
.customerSelection {
	width: 100%;
	text-overflow: ellipsis;	
}
.emt-margin-top-1 {
	margin-top: 5px;
}
a[name="button_zone"] {
	text-decoration: none;
}

.uid-data-field {
	background-color:#efefef;
}

.italic-text {
	font-style: italic;
}

.col-md-text {
	width: 230px;
}

.text-right {
	float: right;
}

.back-btn-migration {
	float: left;
	margin-left: 100px;
}

.continue-btn-migration {
	float: right;
	margin-right: 100px;
}

.md-btn {
	width: 100px;
}

.md-text-field {
	width: 149px;
}

body.webBody .ui-menu .ui-menu-item-wrapper {
	text-align: left;
}

.zip-code-autocomplete {
	max-height: 200px;
	width: 190px !important;
	overflow-y: auto;
}

.margin-top-15 {
	margin-top: 15px;
}

.city-input-field {
	float: right;
	margin-right: 3px;
}

.col-md-text-with-icon {
	width: 230px;
}

.col-md-fix-size-migration {
	max-width: 170px;
}

.col-sm-fix-size-migration {
	max-width: 230px;
}

.col-npa-max-width {
	max-width: 130px;
}

.col-npa-max-width .error {
	max-width: 113px;
}

.ui-menu.zip-code-autocomplete .ui-state-active {
	margin: 0;
}

.migration-individual-btn {
	width: 230px;
	display: block;
	margin-bottom: 10px;
}

.migration-individual-btn:disabled:hover {
	background-color: #CCCCCC;
	border: 1px solid #333333;
    color: #333333;
}

.migration-enterprise-btn {
	width: 230px;
	display: block;
}

.my-addresses-text_large2 {
	width: 78px;
}

.my-contact-person-text_large3  {
	width: 128px;
}

.my-contact-person-text_large4  {
	width: 156px;
}

.my-contact-person-text_large6  {
	width: 282px;
}

.my-uid-number {
	width: 145px;
}

.my-uid-organisation {
	width: 350px;
}

.step-notifications-date-label {
    margin-right: 10px;
}

.step-notifications-date-container {
    white-space: nowrap;
    margin-right: 5px;
}

.step-notifications-date-container > * {
    display: inline-table;
}

.step-notifications-date-error {
    white-space: normal;
    max-width: 127px;
}

.margin-right-40 {
    padding-left: 50px;
}

.required:after {
    content: "*";
}

.select-search-catalog-maxwidth {
    max-width: 500px;
}

.detail-service-table-notifications {
    table-layout: fixed;
    word-wrap: break-word;
}

table.detail-service-table-notifications td{
    vertical-align: top;
}

table.detail-service-table-notifications span{
    margin-right: 15pt;
}

table.detail-service-table-services th{
    border-left: #D4D4D4 1px solid !important;
    border-right: #D4D4D4 1px solid !important;
}

table.detail-service-table-services td{
    border-left: #D4D4D4 1px solid !important;
    border-right: #D4D4D4 1px solid !important;
}

.text-readonly-step-telecom-announcement-catalog {
    background-color: #eaeaea;
    pointer-events: none;
}

.required:after {
    content: "*";
}

.title-refund-info-form td{
    padding-top: 10px;
}
.pre-line {
    white-space: pre-line;
}
