/*Standart-Anfang*/
ul {
 list-style-image: url(../pix/pointer.gif);
}

a.omenu {
 background: url(../pix/pointer.gif) no-repeat 5px 2px;
}
a:hover.omenu, a.omenum {
 background: #F9F9F9 url(../pix/pointer2.gif) no-repeat 5px 2px;
}
/*Standart-Ende*/

/* Einstellungen für Verweise*/
a, a.omenu, a.umenu {
 color: #004D9F;
}
a:hover, a:hover.omenu, a.omenum, a:hover.umenu, a.umenum {
 color: #D50037;
}

/* Einstellungen für Fusszeile + tt-news*/
#fuss, .tx-ttnews-browsebox {
 border-top: 1px solid #004D9F;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
 color: #004D9F;
}
h1 {
 border-bottom: 1px solid #004D9F;
}

#navigation, #navigation h1, #navigation h1 a {
 background: #C1C1C1;
 color: #004D9F;
}

/* Horizontale Linie */
hr {
 background-color: #004D9F;
 color: #004D9F;
}

/* legend of Fieldset */
fieldset.tx-powermail-pi1_fieldset legend {
 color: #004D9F;
}

table.energie h3, strong.energie {
 color: #F5A300;
}
table.energie hr {
 background-color: #F5A300;
 color: #F5A300;
}

a.z-info span{
 display: none;
 text-decoration: none;
}

a.z-info:hover {
 font-weight: bold;
 text-decoration: none;
}

a.z-info:hover span {
 display: block;
 position: relative;
 top: 0;
 left: 0;
 padding: 5px 0;
 z-index: 100;
 font-weight: normal;
 font-style: italic;
 color: #004D9F;
 text-decoration: none;
}
