a { color:#FFFFFF; text-decoration:none }
a:link { color:#FFFFFF; text-decoration:none }
a:visited { color:#FFFFFF; text-decoration:none }
a:hover { color:#FF8034; text-decoration:none }

body { font-family:Arial; color:#FFFFFF; font-size: 12px; background-color: #808080; } 
table { font-family:Arial; background-color: #808080; } 

/* -------------kleinste größe--unter 449--------------- */
@media only screen and (max-width:449px) {
table, tr, td { width:320px;}    
.rolls { display: block; overflow-x: auto; } 
.line { width: 1px; }
}
/* -------------kleinste größe--unter 449--------ende------- */



/* -------------mittlere Größe--mindestens 450--------------- */
@media only screen and (min-width:450px) and (max-width:619px) {
table, tr, td { width:420px;}
.rolls { display: block; overflow-x: auto; }
.line { width: 1px; }
}
/* -------------mittlere Größe--mindestens 450---------ende------ */



/* -------------gross mindestens 600--------------- */
@media only screen and (min-width:620px) {
table { width:600px;}
}
/* -------------gross mindestens 800---------ende------ */



