/*
  der treibstoff Stylesheet
  Created by Frank Becker
  http://becker.thyroxine.de
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body
{
	background-color: #52657F;
	
	scrollbar-base-color:52657F;
	scrollbar-track-color:45556B;
	scrollbar-face-color:52657F;
	scrollbar-highlight-color:FFFFFF;
	scrollbar-3d-light-color:FFFFFF;
	scrollbar-dark-shadow-color:;
	scrollbar-shadow-color:FFFFFF;
	scrollbar-arrow-color:FFFFFF
}

body,td,th,tr
{
   font-family: Verdana, Arial, Helvetica, sans-serif, sans-sun;
   font-size: 10px;
   color: #CCCCCC;
}

a:link, a:Visited { color: #A8B5C6; text-decoration:none; }
a:Hover { color: #FFFFFF; text-decoration:none; }
a:Active { color:#CCFF66; text-decoration:none; }

a.imprint:link, a.imprint:Visited, a.imprint:Active, a.imprint:hover
{
    color: #000000;
    text-decoration:none;
}

.StilBlack {color: #000000}
.StilGreen {color: #CCFF66}
.StilWhite {color: #FFFFFF}
