/* CSS Document */


/* Body Stlye Definitionen */
body
{
	background-color:#004494;
	font-family:Verdana;
	font-size:10pt;
}

h1 {
        font-family:Verdana;
        font-weight: bolder;
        font-size:20pt;
        color:#FA4600;

}


h2 {
        font-family:Verdana;
        font-weight: bolder;
        font-size:14pt;
        color:#EEeeEE;

}

h5 {
        font-family:Verdana;
        font-weight: bold;
        font-size:10pt;
        color:#FA4600;

}

td,th
{
        font-size:10pt;
}

/* Link Stlye Definitionen */

A
{
Color: #F94701;
Font-Family: Verdana, Lucida, Sans-Serif;
Font-Size: 100%;
font-weight: bold;
Text-Decoration: none;
}

A:LINK
{
Color: #F94701;
Font-Family: Verdana, Lucida, Sans-Serif;
Font-Size: 100%;
font-weight: bold;
Text-Decoration: none;
}
e
A:HOVER
{
Color: black;
Background-Color: #DDD9D9;
Font-Family: Verdana, Lucida, Sans-Serif;
font-weight: bold;
Font-Size: 100%;
Text-Decoration: none;
}

A:ACTIVE
{
Color: #F94701;
Font-Family: Verdana, Lucida, Sans-Serif;
Font-Size: 100%;
font-weight: bold;
Text-Decoration: none;
}



