/*********** ebgym.css ***********/
/* Stylesheet von Herwig Reidlinger */
/* ********* 18. 3. 2009 ********** */
/* Logo-Farbe: #3E90A6 oder #49a    */
/* Navigationsfarbe: #ffff60        */
/*      Hintergrund: #ffa060        */
/* alte Farbe #900                  */

body {
                  font-family: Verdana, sans-serif;
                  font-size: 12px;
                  margin: 0 0 0 0;
                  background: #ddddff;
                  color: #000;
} 

a:link, a:hover, a:visited, a:active {
                color: #39a;
                text-decoration: underline;
}

h1, h2 {
                font-size: larger;
                margin: 0 3px;
}

H1, H2, H3, H4, H5, H6 {                 
                margin: 10px 0 10px 0;
                border: 1px solid #ccc;
                border-width: 1px 0;
                padding: 6px 4px 6px 4px;
                font-size:16px; 
}

p {
                font-family: Verdana, sans-serif;
                font-size: 12px;
                margin: 5px 0 5x 0;
}

td {
                font-size: 12px;
}


/*********** Typoscript-Styles definieren ***********/
#table {
                font-size: 12px;
}

.important { /* class */
                color: #39a;
                font-weight: bold;
}


/*********** Hilfsrahmen ***********/
#leer {
                 clear: both;
                 margin: 0;
}

/*********** Kopfbereich ***********/
/* | Rahmen links | Logo Mitte | Rahmen rechts | */
/* |      8px     |   1004 px  |      8px      | */

#header {
                  width: 1004px;
                  height: 121px;
                  background: url(rahmen_hg.gif) top;
                  margin: 0;
                  padding: 0;
}

#logo {
                  float: left;
                  margin: 0;
                  border: 0;
}

#bild {
                 float: right;
}



/*********** Menü 1. Stufe unter dem Logo ***********/

#navi  {
                  line-height: 120%;
                  font-size: 13px;
                  color: #000;
                  width: 100%;
		  height: 20px;
                  margin: 1px 0 0 0;
                  padding: 0;
	          /* background-color: #ffff60; */
		background: #fefcea; /* Old browsers */
		background: -moz-linear-gradient(top, #fefcea 16%, #f1da36 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #fefcea 16%,#f1da36 100%); /* W3C */

                  border-right: 1px solid white;
}

#navi a {
                color: #000;
                text-decoration: none;
}

#navi a:hover {
                color: #00f;
                text-decoration: underline;
}

#navi div.no {
                float: left;
                padding: 0px 11px 0px 12px;
	       height: 20px;
	       color: #000;
                border-left: 1px solid white;
}

#navi div.menu-act {
                float: left;
		height: 20px;
                padding: 0px 11px 0px 12px;
                text-decoration: underline;
                font-color: #39a; 
                color: #39a;
                /* background-color: #ffa060; */
		background: #fefcea; /* Old browsers */
		background: -moz-linear-gradient(top, #fefcea 16%, #f73845 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#fefcea), color-stop(100%,#f73845)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fefcea 16%,#f73845 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fefcea 16%,#f73845 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #fefcea 16%,#f73845 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f73845',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #fefcea 16%,#f73845 100%); /* W3C */
		
                border-left: 1px solid white;
}
/*********** Drop Down Menu ***********/
/* GK: 2011-09-04 */
ul.menu-nav2, ul.menu-nav2 ul {
    list-style-type: none;
}

ul.menu-nav2 a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
}

ul.menu-nav2 li {
    padding: 0;
    margin: 0;
    float: left;
/*    background-color: #e5e7f1; */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 16%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fefcea 16%,#f1da36 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fefcea 16%,#f1da36 100%); /* W3C */

    border:1px solid #a5a791;
    height: 20px;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu-nav2 ul li {
    float:none;
    background-color: transparent;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu-nav2 ul li.hover, ul.menu-nav2 ul li:hover {
    background-color: #FFF9E4;
}

/* Zweite Ebene */
ul.menu-nav2 ul {
    margin:0;
    padding: 0;
    position: absolute;
    background-color: #e5e7f1;
    border: 1px solid #a5a791;
    display: none;
    /* width: 180px; */
    width: 200px;
}

/* Zweite Ebene anzeigen */
ul.menu-nav2 li.hover ul, ul.menu-nav2 li:hover ul  {
    display: block;
}

/* Dritte Ebene */
ul.menu-nav2 li.hover ul ul, ul.menu-nav2 li:hover ul ul {
    display: none;
    margin-left: 180px; /* Breite eines Listenelements - Überlagerung */
    margin-top: -20px; /* Höhe eines Listenelements */
}

/* Dritte Ebene anzeigen */
ul.menu-nav2 li.hover ul li.hover ul, ul.menu-nav2 li:hover ul li:hover ul {
    display: block;
}


/* Vierte Ebene */
ul.menu-nav2 li.hover ul li.hover ul ul, ul.menu-nav2 li:hover ul li:hover ul ul {
    display: none;
}

/* Vierte Ebene anzeigen */
ul.menu-nav2 li.hover ul li.hover ul li.hover ul , ul.menu-nav2 li:hover ul li:hover ul li:hover ul {
    display: block;
}



/*********** Wo bin ich? ***********/
#rootline {
                float: left;
                padding: 5px;
                font-size: 12px;
}

#rootline a:link, #rootline a:hover, #rootline a:visited, #rootline a:active {
                color: #000;
                text-decoration: underline;
}

/*********** Anzeige des Menüs unter Sysordner Informationen ***********/
/** wird nicht mehr verwendt **/
#metasmenu  {
                  float: right;
                  font-size: 12px;
                  color: #666;
                  margin: 0;
                  padding: 5px;
                  background: #ffffff;
}

#metas  {
                  float: left;
                  margin: 0;
                  padding: 0 0 0 5px;
}

#metas a:link, #metas a:hover, #metas a:visited, #metas a:active {
                color: #666;
                text-decoration: none;
}

#metas a:hover {
                color: #900;
                text-decoration: underline;
}

DIV.tx-macinasearchbox-pi1 {  /* class */
                  float: right;
                  font-size: 12px;
                  margin: 0;
                  padding: 5px;
}

/*********** Menü der Stufe 2 und 3. Link, vertikal ***********/

#subnavtitel {
                  width: 174px;
                  height: 20px;
                  margin: 1px;
                  padding: 5px 0 0 0;
                  text-align:center;
                  font-size: 12px;
                  font-weight: bold;
                  color: #49a;
                  background-color: #ffff60;
                  border-width: 0;
}

#subnavigation {
                  width: 175px;
                  height: 550px;
                  float: left;
                  margin: 0;
                  font-size: 12px;
                  background: #ffffff;
                  border-width: 0;
}

#menu2 {
                margin: 0;
                padding: 2px 0px 2px 3px;
}

#menu2 a:link, #menu2 a:visited, #menu2 a:active{
                color: #000;
                text-decoration: none;
}

#menu2.menu-act {
                color: #f00;
                text-decoration: none;
}

#menu2 a:hover {
                color: #000;
                text-decoration: underline;
}

#menu3 {
                margin: 0;
                padding: 2px 0px 2px 7px;
}

#menu3 a:link, #menu3 a:visited, #menu3 a:active {
                color: #000;
                text-decoration: none;
}

#menu3 a:hover {
                color: #000;
                text-decoration: underline;
}

/*********** Der eigentliche Seiteninhalt ***********/
/*                   min-width: 520px; */
#content {
                  float: left;
                  font-size: 12px;
                  min-height: 550px;
                  padding: 5px 5px;
                  margin: 0 0 0 0;
                  border: #000 solid;
                  border-width: 0 0 0 1px;
}

#content h1, #content h2 {
                border: 1px solid #ccc;
                border-width: 1px 0;
                padding: 6px 4px 6px 4px;
}

/*********** Rechter Bereich für Nachrichten usw. ***********/

#right {
                 width: 325px;
                 min-height: 550px;
                 float: left;
                 font-size: 12px;
                 margin: 0 0 0 0;
                 padding: 5px 5px;
                 border: #000 solid;
                 border-width: 0 0 0 1px;
}

#right h1, #right h2 {
                color: #e6b800;
}

/* wird nicht mehr verwendet */
#rightcontent {
}

#rightfooter {
                 width: 325px;
                 background: url(../icons/right_bg.gif) no-repeat bottom right;
}

#druckversion {
                  float: right;
                  margin:0;
                  padding: 0;
                  font-size:11px;
}

#footer {
                 clear: both;
                 margin: 0;
}

#copyright {
                 text-align: center;
                 font-size: 11px;
                 width: 1020px;
                 border: #ececec solid;
                 border-width: 1px 0 0 0;
                 margin: 0;
}

.celsubmenu {
                margin: 0 0 0 40px;
}

.mailformwarning {
                color: red;
}

.mailformrequired {
                 font-weight: bold;
}

