body { background-color:#000050; background-image:url(rechts2.jpg);
scrollbar-base-color:#000050;
  scrollbar-3dlight-color:#d1cb83;
  scrollbar-arrow-color:#d1cb83;
  scrollbar-darkshadow-color:#000050;
  scrollbar-face-color:#000050;
  scrollbar-highlight-color:#d1cb83;
  scrollbar-shadow-color:#d1cb83;
  scrollbar-track-color:#000050;
 }

/* body { margin-top:7px; margin-bottom:7px; }/*
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
     { font-family: Arial,Helvetica,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,h4,h5 { font-weight:normal; }

/* p, ul,ol,li,div,td,th,address,nobr,i,br */
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */ 

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b
	{ color:#d1cb83; }
i { font-style:normal; color:#FFFFDD; }

/* Macht Kursivtext hellgelb */

a:link {text-decoration:underline; color:#FFFFDD; }
a:visited {text-decoration:underline; color:#FFFFDD; }
a:active {color: #000050; background-color: #ffffdd}

a.an { text-decoration:none; }
a:hover { color: #000050; background-color: #ffffdd }
