a:link         { text-decoration: none      ; color: #D90909 ; }
a:visited      { text-decoration: none      ; color: #D90909 ; }
a:hover        { text-decoration: underline ; color: #D90909 ; }
a:active       { text-decoration: underline ; color: #D90909 ; }

.link:link     { text-decoration: none      ; color: #D90909 ; }
.link:visited  { text-decoration: none      ; color: #D90909 ; }
.link:hover    { text-decoration: none      ; color: #D90909 ; }
.link:active   { text-decoration: none      ; color: #D90909 ; }

.table:link    { text-decoration: none      ; color: #DADADA ; font-weight: bold ; }
.table:visited { text-decoration: none      ; color: #DADADA ; font-weight: bold ; }
.table:hover   { text-decoration: none      ; color: #DADADA ; font-weight: bold ; }
.table:active  { text-decoration: none      ; color: #DADADA ; font-weight: bold ; }

body {
	background:      #FAFAFA
	                 url(../textur/hintergrund_box0_00.jpg)
	                 no-repeat 
	                 0 100%  ;
	font-family:     Arial   ;
	font-size:       10pt    ;
	color:           #DADADA ;
	margin:          0       ;
}

h1 {
	font-family:     Arial   ;
	font-size:       17.5pt  ;
	color:           #DBDBDB ;
}

tr, td {
	font-family:     Arial   ;
	font-size:       10pt    ;
	color:           #DADADA ;
}


.nummer {
	font-family:     Arial   ;
	font-size:       10pt    ;
	font-weight:     bold    ;
	color:           #4A4A4A ;
}