body{

         background: #BEFF78;
         font-family: arial;
         color: #0000C4;

}

body#kopf{

         background: #FFBF59;
		 background-image: url(../css/bg_site.jpg);
		 background-attachment:fixed;
         font-family: arial;
         color: #000080;
         font-weight: bolder;
         text-decoration: none;

}

body#foot{
		 font:normal 100.01% arial, verdana, tahoma, sans-serif;
         background: #FFBF59;
		 background-image: url(../css/bg_site.jpg);
		 background-attachment:fixed;
         color: #000000;
         font-size:smaller;
	     text-align:center;
		 font-weight:bolder;


}
body#navi{

         background: #FFBF59;
         font-family: arial;
         font-size: smaller;
         color: #0000C4;
	 text-align: left;
}

a{
	color: #0000C4;
         font-family: arial;
         text-decoration: none;
}

a:focus{
	 color: #0000C4;
         font-family: arial;
         text-decoration: underline;
}

a:hover{
	 color: #0000C4;
         font-family: arial;
         text-decoration: underline;
}

a:visited{
 	 color: #0000C4;
         font-family: arial;
}
a.none:hover{
	 text-decoration: none;
}

html, body, textarea {
  scrollbar-base-color:#FFBF59;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#FFBF59;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFDD78;
}
