/*  Eigene CSS-Ergänzungen die nicht mit Blissmedia bzw. Giraffe abgestimmt sind */
/*  Footernavigation zur Demo in der IKMZ-HP */
/* HTML5 Audiotag mit width and heigth */
/* UnicodeZeichen für EUV-Intern blauer Hintergrund, gelbe Schrift  ET 09.06.2016 */

#footer 
{
    padding-top: 10px;
}

.footer-menu
{
    padding: 0px;
    padding-top: 50px;
    float: left;
    width: 100% !important;
}

.footer-menu a 
{
    color: #666666;
    text-decoration: none;
}

.footer-menu a:hover 
{
    color: #000000;
    text-decoration: underline;
}

.footer-menu ul
{
    padding-left: 8px;
}
.footer-menu li 
{
    color: #000000;
    list-style: none;
}
.footer-menu li a 
{
    color: #000000;
    text-decoration: none;
}
.footer-menu li a:hover 
{
    color: #000000;
    text-decoration: underline;
}

.footer-menu table
{
    width: 1010px;    
    margin-left: 15px;
    background-color: #e5edf0;
    border: 1px solid;
}

.footer-menu td
{
   width: 20%;
}

/* Audiotag mit width and heigth */
#audioplayer190pix {
 width: 190px;
}​

/* Span-Klasse für ein Unicodezeichen das für  EUV-Intern steht  ET 09.06.2016 */
/*   Blauer Hintergrund, Gelbe Schrift */

.euvintern 
{ 
    display:inline; 
    color: #f8c400; 
    background-color: #153270; 
    font-weight: bold; 
    width: 1em;
}

	
/* Kopf Bild only */
		.text .head_pink { background:url(../pic/hg_flieder.gif) #1b133f;  background-repeat:repeat-x; font-family:georgia, times, serif; color:#ffffff; font-size:13px; line-height:17px; padding-left:15px; padding-top:3px; padding-bottom:8px; padding-right:8px; }
		.text .head_pink { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8379ae', endColorstr='#1b133f'); } 	/* for IE */
		.text .head_pink { background: -webkit-gradient(linear, left top, left bottom, from(#8379ae), to(#1b133f)); }				/* for webkit browsers */
		.text .head_pink { background: -moz-linear-gradient(top,  #8379ae,  #1b133f); } 											/* for firefox 3.6+ */
		.text .head_pink a { text-decoration:none; color:#ffffff; }
		.text .head_pink a:hover { text-decoration:none; color:#ffffff; }
		.text .head_pink a:visited { text-decoration:none; color:#ffffff; }