/* CSS Document */

/* html elements */
body
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        background-color:#FFFFFF;
        background-position:left top;
        margin-top:0px;
        margin-left: 0px;
        margin-right: 0px;
        color: #FFFFFF;
}

h1
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        background-color:#020360;
        background-position:left top;
        margin-top:0px;
        margin-left: 0px;
        margin-right: 0px;
        color: #FFFFFF;
        font-weight:bold;
        margin-bottom:0px;
}

h2
{
font-size:10px;
font-weight:normal;
color: #CCCCFF;
}

h3
{
color:#AAAAAA;
font-size:10px;
}
div
{
margin:0px;
padding:0px;
}

p
{
font-size:11px;
text-indent:10px;
text-align:justify;
line-height:13px;
}

p.ueberschrift
{
font-size:14px;
font-weight:bold;
text-align:center;
}

a
{
color:#AAAAAA;
font-size:10px;
}

a:link, a:visited
{
text-decoration:none;
}

a:hover, a:active
{
text-decoration:none;
color: #FF9900;
font-size:10px;
}

/* navigation and layout elements */

a.schwarzLink
{
color:#000000;
font-size:10px;
font-weight:bold;
}
a.schwarzLink:hover
{
color:#FF9900;
font-size:10px;
font-weight:bold;
}
a.weissLink
{
color:#FFFFFF;
font-size:10px;
font-weight:bold;
}
a.weissLink:hover
{
color:#FF9900;
font-size:10px;
font-weight:bold;
}
a.weissLinkText
{
color:#020360;
font-size:12px;
}
a.weissLinkText:hover
{
color:#FF9900;
font-size:12px;
}
a.logo
{
display:block;
background-image:url(icon_rot.jpg);
width:425px; height:340px;
}

a.logo:hover
{
display:block;
background-image:url(icon_orange.jpg); 
width:425px; height:340px;
}

div.empty
{
width:40px;
height:40px;
}

td.hellblau
{
color:#020360;
background-color:#CCCCFF;
}

td.dunkelblau
{
background-color:#020360;
}

td.weiss
{
background-color:#FFFFFF;
height:2%;
}

td.weissLink
{
background-color:#FFFFFF;}

td.schwarzLink
{
background-color:#FFFFFF;}