body {
        font-family: verdana,arial,helvetica;
        color: #C5C5C5;
        background-color: #ffffff;
        font-size: 12px;
}
h1 {
        font-family: verdana,arial,helvetica;
        font-size: 20px;
        color: #FF0000;
}
h2 {
        font-family: verdana,arial,helvetica;
        font-size: 16px;
        color: #FF0000;
}
h3 {
        font-family: verdana,arial,helvetica;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        color: #FF0000;
}
td {
        font-family: verdana,arial,helvetica;
        color: #000000;
        font-size: 12px;
}
a {
        font-family: verdana,arial,helvetica;
        font-size: 12px;
}
p {
        font-family: verdana,arial,helvetica;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
}

a:link { color: #0000ff; font-weight:bold; text-decoration:none;}
a:visited { color: #0000ff; font-weight:bold; text-decoration:none;}
a:active { color: #3F3F3F; font-weight:bold; text-decoration:none;}
a:hover { color: #FF0000; font-weight:bold; text-decoration:none;}

/************************************************
*********** Seiten-Bereichsdefinitionen *********
************************************************/

/* Besonderheit / für IE gilt der erste Teil, alles nach [id] interessiert IE nicht
-> für alle anderen Browser*/
/*********************************/
#menue {
    position: absolute;
    top: 0px; left: 5px;
    width: 155px;
    text-align: left;
    background:#FFFFFF;
    border: 0px solid silver;
    z-index:2;
}
#menue[id] {
    position: fixed;
    top: 0px; left: 5px;
}
/*********************************/
#ueberschrift {
    position:absolute;
    top:0px; left:160px;
    width: 500px;
    background:#FFFFFF;
    z-index:3;
}
#ueberschrift[id] {
    position: fixed;
    top:0px; left:160px;
}
/*********************************/

#standard {
    position:absolute;
    top:0px; left:170px;
    width: 700px;
    background:#FFFFFF; 
    z-index:1;
}
#standard[id] {
    position: relative;
    top:0px; left:165px;
}
/*********************************/
#hauptteil {
    position:absolute;
    top:142px; left:160px;
    width: 500px;
    background:#FFFFFF;
    z-index:1;
}
#hauptteil[id] {
    position: relative;
    top:148px; left:155px;
}
/*********************************/
#test {
    background:#FFFFFF;   
    border-top-style:dashed;
    border-top-width:1px;    
    border-right-style:dashed;
    border-right-width:1px;    
    border-bottom-style:dashed;
    border-bottom-width:1px;    
    border-left-style:dashed;
    border-left-width:1px;
    z-index:5;
}
/*********************************/
#ergebnisTicker {
    position:absolute;
    top:155px; left:680px;
    width: 125px;
    background:#FFFFFF; 
    z-index:3;
}
#ergebnisTicker[id] {
    position: fixed;
    top:155px; left:680px;
}
/*********************************/

/************************************************
******Navigation Ebene Eins *********************
************************************************/
/*Style-Definition für die Ebene-Eins-Navigation*/
DIV.ebeneEins a {
    text-decoration: none;
    display: block;
    width: 150;
    border: 0px solid #FFFFFF;
    padding: 2px;
    margin: 1Px;
    font-family: verdana,arial, helvetica;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #0000FF;
    background-color: #FFFFFF;
}
/*Style-Definition für die Ebene-Eins-Navigation bei Mouse-Over*/
DIV.ebeneEins a:hover {
    color: #FF0000;
    background-color: #FFFFFF;
}
/*Style-Definition für die Ebene-Eins-Navigation bei aktivem Link*/
DIV.ebeneEinsAktiv a{
    text-decoration: none;
    display: block;
    width: 150;
    border: 0px solid #FFFFFF;
    padding: 2px;
    margin: 1Px;
    font-family: verdana,arial, helvetica;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #FF0000;
    background-color: #FFFFFF;
}

/************************************************
******Navigation Ebene Zwei *********************
************************************************/
/*Style-Definition für die Ebene-Zwei-Navigation*/
DIV.ebeneZwei a {
    text-decoration: none;
    display: block;
    width: 120;
    border: 0px solid #FFFFFF;
    padding: 2px;
    margin: 1Px;
    font-family: verdana,arial, helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #0000FF;
    background-color: #FFFFFF;
}
/*Style-Definition für die Ebene-Zwei-Navigation bei Mouse-Over*/
DIV.ebeneZwei a:hover {
    color: #FF0000;
    background-color: #FFFFFF;
}
/*Style-Definition für die Ebene-Zwei-Navigation bei aktivem Link*/
DIV.ebeneZweiAktiv a{
    text-decoration: none;
    display: block;
    width: 120;
    border: 0px solid #FFFFFF;
    padding: 2px;
    margin: 1Px;
    font-family: verdana,arial,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #FF0000;
    background-color: #FFFFFF;
}
