/* CSS Document */

body { 
margin: 0;
background-attachment: fixed; 
background-color: #333333;
background-repeat: no-repeat; 
background-position: middle; 
} 

.rottext {
color: #FF0000; 
font-family: Arial; 
font-size: 12px; 
font-weight: normal; 
text-decoration: none; 
}

.text {
color: #FFFFFF; 
font-family: Arial; 
font-size: 12px; 
font-weight: normal; 
text-decoration: none; 
}

a:link { 
background-color: transparent; 
color: #FFFFFF; 
font-family: Arial; 
font-size: 12px; 
text-decoration: underline; 
} 
 
a:visited { 
background-color: transparent; 
color: #CCCCCC; 
font-family: Arial; 
font-size: 12px; 
text-decoration: underline; 
} 
 
a:hover { 
background-color: transparent; 
color: #FF0000; 
font-family: Arial; 
font-size: 12px; 
text-decoration: none; 
} 
 
a:active { 
background-color: transparent; 
color: #FFFFFF; 
font-family: Arial;
font-size: 12px; 
text-decoration: none; 
}

.leistung {
color: #FFFFFF; 
font-family: Arial; 
font-size: 11px; 
font-weight: normal; 
text-decoration: none; 
}

.info {
color: #FFFFFF; 
font-family: Arial; 
font-size: 9px; 
font-weight: normal; 
text-decoration: none; 
}

.important {
color: #FFFFFF; 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
text-decoration: none; 
}