body { 
scrollbar-face-color:82BADD; // Farbe des Schiebebalkens + der Scroll up & down pfeile der der Scrollbalken
scrollbar-shadow-color:82BADD; // Die Farbe des Schattens der Scrollbalken
scrollbar-highlight-color:82BADD; // Die Lichtern (links) der Scrollbalken
scrollbar-3dlight-color:82BADD; // 3D effekt Farbe
scrollbar-darkshadow-color:000000; // Farbe den Schattens der ganz rechts ist
scrollbar-track-color:82BADD; // Farbe von der Laufleiste der Scrollbalken
scrollbar-arrow-color:82BADD; // Pfeilfarbe von den Scrollbalken
} 


p, h1, h2, h3, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, select, input, textarea
{
    font-family: Arial;
    font-weight:normal;
}

p.uberschrift
{
	font-family: Arial;
	font-weight:bold;
	font-size:12px;
	color:#005D02;
}

p,ul,ol,li,div,td,th,address,nobr,select,input,textarea
{
    font-size: 12px;
}


pre
{
    font-family: Arial;
    font-size: 8pt;
}

b
{
    font-weight: bold;
    color:#328EC8;
    font-size: 13px;
}

sup
{
    font-size: 70%;
    vertical-align: text-top;
}

sub
{
    font-size: 70%;
    vertical-align: text-bottom;
}

a,a:link,a:visited,a:active
{
    font-weight: normal;
    text-decoration: underline; 
    color:#328EC8;
}

a:hover
{
font-weight: bold;
text-decoration: none;
}

a:link.top  {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	text-decoration : none;
	}

a visited.top      {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	text-decoration : none;
			}


a hover.top	{ 
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:underline;
		}



a active.top     { 
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	text-decoration : none;
		}

text
{
    font-family: arial;
    font-size: 12px;
}


hr {
height: 1px;

border-style: dashed;
border-color:#328EC8;
}

input, textarea
{
	background-color:#82BADD;
	color:#FFFFFF;
	border: solid 1px #82BADD;
	font-weight: bold;
	font-size: 12px;
}

input.money
{
	text-align: right;
}

input.radio {
	
	background-color:#FFFFFF;
	color:#82BADD;
	border: solid 1px #FFFFFF;
	width:25px;
	height:25px;
}
