/* Kein Unterstrich bei Textlinks */

.noline {  text-decoration: none}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

br
{
	clear:left;
}

.Times_18 {font-size: 18px;font-family: "Times New Roman", Times, serif;}
.Times_16 {font-size: 16px;font-family: "Times New Roman", Times, serif;}
.Times_14 {font-size: 14px;font-family: "Times New Roman", Times, serif;}
.Times_12 {font-size: 12px;font-family: "Times New Roman", Times, serif;}
.Times_10 {font-size: 10px;font-family: "Times New Roman", Times, serif;}

.Georgia_18 {font-size: 18px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_16 {font-size: 16px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_14 {font-size: 14px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_12 {font-size: 12px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_10 {font-size: 10px;font-family: Georgia, "Times New Roman", Times, serif;}

.courier_18 {font-size: 18px;font-family: "Courier New", Courier, mono;}
.courier_16 {font-size: 16px;font-family: "Courier New", Courier, mono;}
.courier_14 {font-size: 14px;font-family: "Courier New", Courier, mono;}
.courier_12 {font-size: 12px;font-family: "Courier New", Courier, mono;}
.courier_10 {font-size: 10px;font-family: "Courier New", Courier, mono;}

.Verdana_18 {font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_16 {font-size: 16px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_12 {font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_14 {font-size: 14px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_10 {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}

.Arial_18   {font-size: 18px;font-family: Arial, Helvetica, sans-serif;}
.Arial_16   {font-size: 16px;font-family: Arial, Helvetica, sans-serif;}
.Arial_14   {font-size: 14px;font-family: Arial, Helvetica, sans-serif;}
.Arial_12   {font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.Arial_10   {font-size: 10px;font-family: Arial, Helvetica, sans-serif;}


/* Textlinkfarbe + nicht unterstrichen */

a:link {color: #000000;text-decoration: none;} 

/* besuchter Link Farbe + nicht unterstrichen */

a:visited {text-decoration: none;color: #000000;} 

/* aktive Link Farbe + nicht unterstrichen */

a:active {text-decoration: none;color: #000000;} 

/* Hovereffekt bei Textlinks */

a:hover { color: #000099; text-decoration:underline;} 

/* Scrolleisten-Farben */
body{
scrollbar-DarkShadow-Color:;
scrollbar-Track-Color:#BBBBB9;
scrollbar-Face-Color:#BBBBB9;
scrollbar-Shadow-Color:;
scrollbar-Highlight-Color:#663300;
scrollbar-3dLight-Color:#663300;
scrollbar-Arrow-Color:;
}


