p            { color: #003399; font-family: Tahoma; font-size: 11pt; margin-top: 1; 
               margin-bottom: 1 }
body         { background-image: url('hintergrund.gif'); background-color: #FFFFFF; 
               background-attachment: fixed; color: #003399; 
               scrollbar-face-color: #003399;
               scrollbar-arrow-color: #ffffff;
               scrollbar-track-color: #0066CC;
               scrollbar-3dlight-color: #cccccc;
               scrollbar-highlight-color: #cccccc;
               scrollbar-shadow-color: #505050; 
               scrollbar-darkshadow-color: #505050 }
input        { background-color: transparent; font-family: Tahoma; font-size: 11pt; color: 
               #000099 }
.button      { background-color: #003399; color: #FFFFFF; font-family: Tahoma; font-size: 
               10pt }
textarea     { background-color: transparent; font-family: Tahoma; font-size: 10pt; color: #003399 }
tr           { color: #003399; font-family: Tahoma; font-size: 11pt; margin-top: 0; 
               margin-bottom: 0 }
td           { color: #003399; font-family: Tahoma; font-size: 11pt; margin-top: 0; 
               margin-bottom: 0 }
hr           { color: #0066CC; width: 500; align: center }
p.u1         { font-size: 14pt; color: #003399; font-weight: bold; margin-top: 0; 
               margin-bottom: 0 }
p.u2         { font-size: 11pt; color: #0066CC; font-weight: bold; margin-top: 10; 
               margin-bottom: 5 }
p.li         { color: #003399; font-size: 11pt; margin-left: 10; margin-right: 0 }

a	       { color: #003399; text-decoration: underline; font-weight: bold }
a:hover      { color: #0066CC; text-decoration: underline; font-weight: bold }

.nav
{
	font-family: Arial;
    font-size: 10pt;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 2px;
    width:120;
	background-color: #000000;
}

.nav a
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 2px;
    width:120;
	background-color: #000000;
    text-decoration: none; 
}

.nav a:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	background-image: url('bg-button-hover.jpg');
}
.nav a:active
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	background-image: url('bg-button-hover.jpg');
}