@charset "ISO-8859-1";


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

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

p {
 font-family:arial;
 color:white;
 text-align:left;
 }

h3 {
 color:yellow;
 font-family:arial;
 }

a:link {
 color           : orange;
 font-family     : arial;
 text-decoration : none;
 }

a:active {
 color           : orange;
 font-family     : arial;
 text-decoration : none;
 }

a:visited {
 color           : orange;
 font-family     : arial;
 text-decoration : none;
 }

a:hover {
 color           : red;
 font-family     : arial;
 text-decoration : underline;
 }

