@charset "ISO-8859-1";


/* ### Allgemeine Angaben ### */

body {
 background-image : url(bg_side.JPG);
 color            : white;
 font-size        : 90%;
 text-align       : center;
 border:none;
 padding:none;
 }

td {
 text-align:left;
 }

a:link {
 font-size        : 90%;
 color           : white;
 font-family     : arial;
 text-decoration : none;
 }

a:active {
 font-size        :90%;
 color           : white;
 font-family     : arial;
 text-decoration : none;
 }

a:visited {
 font-size        : 90%;
 color           : white;
 font-family     : arial;
 text-decoration : none;
 }

a:hover {
 font-size        : 90%;
 color           : orange;
 font-family     : arial;
 text-decoration : none;
 }

img {
 width  : 10em;
 height : 1.3em;
 }

hr {
 color : royalblue;
 }

h3 {
 color:yellow;
 font-family:arial;
 text-align:center;
 }