/**
 * CSS Styledefinitionen für die Standartelemente
 * der GEFTA Website
 */

/**
 * Globale Styles für HTML Elemente -----------------------------------------------------------------------
 */

body {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: Arial, sans-serif;
    color:#000000;
    background-color:#ECCF14;
}

li {
    margin: 0 0 0 0em; //operas zeilenabstand für links
}

a img {
    border: 0 none;
}

a:link {
    color:#990000;
    font-weight: bold;
    text-decoration:none;
}

a:visited {
    color:#990000;
    font-weight: bold;
    text-decoration:none;
}

a:focus {
    color:#FF9933;
    font-weight: bold;
    text-decoration:none;
}

a:hover {
    color:#FF9933;
    font-weight: bold;
    text-decoration:none;
}

a:active {
    color:#99000;
    font-weight: bold;
    text-decoration:none;
}




/**
 * Styles für den Seitenkopf ------------------------------------------------------------------------------
 */

#logo {
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#logo a {
    display: block;
    width: 174px;
    height: 300px;//72px;
}

.printlogo {
        display: none;
}


.browser_alert {
        display: none;
}

.seitenurl {
    display: none;
}

.topimage div {
    height: 84px;
}

.topimagetext {
    text-align: right;
    font-size: 70%;
    background-color:#FFFFFF;
}




/**
 * Styles für Navigation ----------------------------------------------------------------------------------
 */

#navigation {
    width: 184px;
    margin-right: 0px;
    float: left;
    position: relative;
    z-index: 2;
    border-top: 72px solid #FFFFFF;
}

body.homepage #navigation,
body.bereichstartseite #navigation,
body.untergruppenseite #navigation,
body.funktionsseite #navigation{
    border-style: none;
    margin-top: 300px;
}



/**
 * Styles für die Hauptnavigation ---------------------------------------------------------------------------
 */

#hauptnavigation {
    background-color:#990000;
    max-width: 100%;
}


#hauptnavigation div {
    padding: 12px 6px 44px;
    font-size: 70%;
    line-height: 100%;
    position: relative;
}


#hauptnavigation ul {
    padding-left: 0.5em;
    margin: 0 0 0 0.5em;
}

#hauptnavigation ul ul {
    padding-left: 0.8em;
    margin-left: 0.8em;
}

#hauptnavigation ul ul ul {
    padding-left: 0.3em;
    margin-left: 0.3em;
}


#hauptnavigation li {
    list-style-image: none;
    list-style-type: none;
    margin: 5px 0;
}

#hauptnavigation li a:link,
#hauptnavigation li.selected li a:link {
    color:#ECCF14;
    font-weight: normal;
}

#hauptnavigation li a:visited,
#hauptnavigation li.selected li a:visited {
    color:#ECCF14;
    font-weight: normal;
}

#hauptnavigation li a:focus,
#hauptnavigation li.selected li a:focus {
    color:#FFFFFF;
    font-weight: normal;
}

#hauptnavigation li a:hover,
#hauptnavigation li.selected li a:hover {
    color:#FFFFFF;
    font-weight: normal;
}

#hauptnavigation li a:active,
#hauptnavigation li.selected li a:active {
    color:#ECCF14;
    font-weight: normal;
}

#hauptnavigation li.selected a {
    color:#FFFFFF;
    font-weight: bold;
}

#navigationsbande {
    width: 174px;
    overflow: visible;
    background-color:#ECCF14;
}

#navigationsbande div {
    padding: 12px 6px 44px;
    font-size: 70%;
    line-height: 100%;
    position: relative;
}

#navigationsbande ul {
    padding-left: 0.5em;
    margin: 0 0 0 0.5em;
}

#navigationsbande ul ul {
    padding-left: 0.8em;
    margin-left: 0.8em;
}

#navigationsbande li {
    list-style-image: none;
    list-style-type: none;
    margin: 5px 0;
}

#navigationsbande li a:link,
#navigationsbande li.selected li a:link{
    color:#990000;
    font-weight: bold;
}

#navigationsbande li a:visited,
#navigationsbande li.selected li a:visited{
    color:#990000;
    font-weight: bold;
}

#navigationsbande li a:focus,
#navigationsbande li.selected li a:focus{
    color:#000000;
    font-weight: bold;
}

#navigationsbande li a:hover,
#navigationsbande li.selected li a:hover{
    color:#000000;
    font-weight: bold;
}

#navigationsbande li a:active,
#navigationsbande li.selected li a:active{
    color:#990000;
    font-weight: bold;
}

#navigationsbande li.selected a {
    color:#FFFFFF;
    font-weight: bold;
}



/**
 * Styles für Seiteninhalte --------------------------------------------------------------------------
 */

#seiteninhalt {
    float: left;
    max-width: 76%;
    min-width: 76%;
    position: relative;
    z-index: 1;
}

#seiteneinleitung {
    padding-left: 36px;
    background-color:#FFFFFF;
}

#seiteneinleitung {
    padding-bottom: 24px;
}

#seiteneinleitung .einleitungfliesstext {
    padding: 2px 12px 0 0;
    font-size: 70%;
    color:#000000;
}

/* Extrawurst IE... */
* html body.homepage #seiteneinleitung .einleitungfliesstext {
    position: relative;
    width: 76%;
}

/* Extrawurst IE... */
* html body.untergruppenseite #seiteneinleitung  {
    position: relative;
    width: 76%;
}

/*  IE... */
* html body.homepage #seiteneinleitung  {
    position: relative;
    width: 76%;
}

#seiteneinleitung h1 {
    padding-top: 10px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 100%;
    line-height: 100%;
    color:#000000;
}



body.untergruppenseite #seiteneinleitung.untergruppeinhalt h1 {
    padding-top: 46px;
}
body.homepage #seiteneinleitung.untergruppeinhalt h1 {
    padding-top: 24px;
}

/*  IE... */
* html body.homepage #seiteneinleitung.untergruppeinhalt h1 {
    padding-top: 24px;
}
/*  IE... */
* html body.untergruppenseite #seiteneinleitung.untergruppeinhalt h1 {
    padding-top: 46px;
}


* html body #seiteneinleitung h1 {
    position: relative;
}


#hauptinhalt {
    padding: 0px 12px 12px 17px;
    position: relative;
    font-size:70%;
    background-color:#FFFF80;
}


#hauptinhalt li {
    list-style-image: none;
    list-style-type: square;
}

#hauptinhalt li a:link {
    color:#990000;
    font-weight: bold;
}

#hauptinhalt li a:visited {
    color:#990000;
    font-weight: bold;
}

#hauptinhalt li a:focus {
    color:#FF9933;
    font-weight: bold;
}

#hauptinhalt li a:hover {
    color:#FF9933;
    font-weight: bold;
}

#hauptinhalt li aactive {
    color:#990000;
    font-weight: bold;
}


/**
 * CSS Styledefinitionen für die Elemente die
 * separat für den Fließtext der Untergruppenseiten definiert werden ----------------------------------
 */

.untergruppeinhalt #hauptinhalt {
    padding: 0px 12px 12px 36px;
    position: relative;
    background-color:#FFFFFF;
}

.untergruppeinhaltfliesstext {
    padding: 12px 12px 12px 17px;
    position: relative;
    margin-bottom: 24px;
    color:#000000;
    line-height: 1.5em;
}


/* Extrawurst IE... */
* html body.untergruppenseite #hauptinhalt .untergruppeinhaltfliesstext {
    position: relative;
    width: 76%;
}

/* Extrawurst IE... */
* html body.homepage #hauptinhalt .untergruppeinhaltfliesstext {
    position: relative;
    width: 76%;
}

.untergruppeinhaltfliesstext h2 {
    padding-top: 10px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 150%;
    line-height: 100%;
    color:#000000;
}

.untergruppeinhaltfliesstext h3 {
    padding-top: 10px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 150%;
    line-height: 100%;
    color:#000000;
}

.untergruppeinhaltfliesstext #numbered {
    padding: 0px 12px 2px 17px;
    margin: 0 0 0 0.5em;
}

.untergruppeinhaltfliesstext #numbered li{
   list-style-type: decimal;
}

.untergruppeinhaltfliesstext #loweralpha {
    padding: 0px 12px 2px 17px;
    margin: 0 0 0 0.5em;
}

.untergruppeinhaltfliesstext li #loweralpha {
    padding: 0px 12px 2px 17px;
    margin: 0 0 0 0.5em;
}

.untergruppeinhaltfliesstext #loweralpha li{
   list-style-type: lower-alpha;
}

.untergruppeinhaltfliesstext #indent_normen {
   text-indent: -1.5cm;
   margin-left: 1.5cm;
}


/*
*  seitenkopf und navigationstrip ---------------------------------------------------------
*/

#obereservicenavigation {
    height: 19px;
    padding: 0 0 0 6px;
    position: absolute;
    top: 0px;
    left: 240px;
    z-index: 9;
    background-color:#ECCF14;
    //width: 14em;//12
}

/* fuer opera*/
#obereservicenavigation[id] {
    width: auto;
    height: auto;
    min-width: 14em;//12
    min-height: 19px;
}


/**
 * Style für enzelne Einträge in der Servicenavigation --------------------------------------------
 * gilt auch für die untere Servicenavigation
 */

.sneintrag {
    padding-top: 3px;
    font-size: 70%;
    color:#000000;
    float: left;
    margin-right: 6px;
}

.snlink {
    color:#000000;
}

.snlink:link {
    color:#000000;
}

.snlink:visited {
    color:#000000;
}

.snlink:focus {
    color:#990000;
}

.snlink:hover {
    color:#990000;
}

.snlink:activated {
    color:#000000;
}

/**
 * ----------------------------------------------------------------------------
 * Styles für den Seitenfuss
 */

#seitenfuss {
    padding: 18px 18px 18px 60px;
    background-color:#ECCF14;
}


#untereservicenavigation {
    color:#000000;
}


/**
 * CSS Styledefinitionen für die Elemente die
 * separat für den Fließtext der Funktionsseiten definiert werden ----------------------------------
 */

.funktioninhalt #hauptinhalt {
    padding: 0px 12px 12px 36px;
    position: relative;
    background-color:#FFFFFF;
}

.funktioninhaltfliesstext {
    padding: 12px 12px 12px 17px;
    position: relative;
    margin-bottom: 24px;
    color:#000000;
    line-height: 1.5em;
}


/* Extrawurst IE... */
* html body.funktionsseite #hauptinhalt .funktioninhaltfliesstext {
    position: relative;
    width: 76%;
}

.funktioninhaltfliesstext h2 {
    padding-top: 10px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 150%;
    line-height: 100%;
    color:#000000;
}

.funktioninhaltfliesstext h3 {
    padding-top: 10px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 150%;
    line-height: 100%;
    color:#000000;
}


 #seiteneinleitung.funktioninhalt h1 {
    padding-top: 46px;
}


.funktionsseite #hauptinhalt {
    padding: 0px 12px 12px 17px;
    position: relative;
    font-size:70%;
    background-color:#FFFFFF;
}

.funktionsseite #hauptinhalt li {
    list-style-image: none;
    list-style-type: none;
}

.funktionsseite #hauptinhalt li a:link {
    color:#990000;
    font-weight: bold;
}

.funktionsseite #hauptinhalt li a:visited {
    color:#990000;
    font-weight: bold;
}

.funktionsseite #hauptinhalt li a:focus {
    color:#FF9933;
    font-weight: bold;
}

.funktionsseite #hauptinhalt li a:hover {
    color:#FF9933;
    font-weight: bold;
}

.funktionsseite #hauptinhalt li a:active {
    color:#990000;
    font-weight: bold;
}