TEXTAREA.message {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 230px; HEIGHT: 125px;
}
TEXTAREA.messageSmall {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 160px; HEIGHT: 50px;
}
TEXTAREA.messageSmall2 {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 160px; HEIGHT: 65px;
}
TEXTAREA.messageSmall2K {
    COLOR: #0000FF; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 160px; HEIGHT: 65px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-STYLE: italic;
}
TEXTAREA.messageLong {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 346px; HEIGHT: 80px;
}
TEXTAREA.messageHot {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 240px; HEIGHT: 80px;
}
INPUT.fieldHot {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 240px; HEIGHT: 18px;
}
INPUT.field {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 160px; HEIGHT: 18px;
}
INPUT.field1 {
	COLOR: #000000; BACKGROUND: #ffffff; HEIGHT: 18px; BORDER: #000000 1px solid; WIDTH: 160px;
}
INPUT.field2 {
	COLOR: #000000; BACKGROUND: #ffffff; HEIGHT: 18px;  BORDER: #000000 1px solid; WIDTH: 60px;
}
INPUT.field3 {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; WIDTH: 230px; HEIGHT: 18px;
}
INPUT.button {
    COLOR: #000000; BACKGROUND: #ffffff; BORDER: #000000 1px solid; HEIGHT: 22px;
}
INPUT.buttonRed {
	COLOR: #DFDFDF; BACKGROUND: #FF3300; BORDER: #FF3300 1px solid; HEIGHT: 28px; FONT-SIZE: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}
INPUT.buttonRedKlein {
	COLOR: #DFDFDF; BACKGROUND: #FF3300; BORDER: #FF3300 1px solid; HEIGHT: 22px; FONT-SIZE: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}
SELECT.dropdown {
	COLOR: #000000; WIDTH: 165px;
}
BODY {
	COLOR: #000000; BACKGROUND-COLOR: #ffffff; FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.TabBanner  {
	WIDTH: 100%; BACKGROUND: #DFDFDF;
}
.TabErg,
.TabVoll  {
	WIDTH: 100%; BACKGROUND: #FFFFFF; BORDER: #FF3300 1px solid;
}
.TabErr  {
	BORDER-RIGHT: #FF3300 1px solid; BORDER-LEFT: #FF3300 1px solid;
}
.TabMenue  {
	WIDTH: 100%; BACKGROUND: #DFDFDF; BORDER-RIGHT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 24px;
}
.TabRot  {
	WIDTH: 100%; BACKGROUND: #DFDFDF; BORDER: #FF3300 1px solid;
}
.header {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; COLOR: #000000;
}
.header2Bold {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #000000;
}
.headerBold {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; FONT-WEIGHT: bold; COLOR: #000000;
}
.headerBoldGrey {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; FONT-WEIGHT: bold; COLOR: #DFDFDF;
}
.text1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px; COLOR: #000000;
}
.text2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; COLOR: #000000;
}
.text2GreyBold {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: bold; COLOR: #DFDFDF;
}
.text2DarkGrey {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; COLOR: #AAAAAA;
}
.text2Bold {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: bold; COLOR: #000000;
}
.text3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 16px; COLOR: #000000;
}
.text3Bold {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 16px; FONT-WEIGHT: bold; COLOR: #000000;
}
a.black  {
	COLOR: #000000; TEXT-DECORATION: none;
}
a:hover.black {
	COLOR: #000000; TEXT-DECORATION: none; BACKGROUND-COLOR:#C5C5C5;
}
a.underline  {
	COLOR: #000000; TEXT-DECORATION: underline;
}
a:hover.underline {
	COLOR: #000000; TEXT-DECORATION: underline; BACKGROUND-COLOR:#C5C5C5;
}
.Checkbox {background:url('images/CheckboxUnchecked.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.CheckboxUnchecked {background:url('images/CheckboxUnchecked.gif') no-repeat center center;}
a.CheckboxChecked {background:url('images/CheckboxChecked.gif') no-repeat center center;}
a.CheckboxUnchecked, a.CheckboxChecked {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.CheckboxUnchecked img, a.CheckboxChecked img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.CheckboxStar {background:url('images/CheckboxUncheckedB.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.CheckboxUncheckedStar {background:url('images/CheckboxUncheckedB.gif') no-repeat center center;}
a.CheckboxCheckedStar {background:url('images/CheckboxCheckedB.gif') no-repeat center center;}
a.CheckboxUncheckedStar, a.CheckboxCheckedStar {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.CheckboxUncheckedStar img, a.CheckboxCheckedStar img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.CheckboxOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.CheckboxUncheckedOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;}
a.CheckboxCheckedOrb {background:url('images/CheckboxCheckedA.gif') no-repeat center center;}
a.CheckboxUncheckedOrb, a.CheckboxCheckedOrb {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.CheckboxUncheckedOrb img, a.CheckboxCheckedOrb img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.Radiobox {background:url('images/RadioboxUnchecked.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.RadioboxUnchecked {background:url('images/RadioboxUnchecked.gif') no-repeat center center;}
a.RadioboxChecked {background:url('images/RadioboxChecked.gif') no-repeat center center;}
a.RadioboxUnchecked, a.RadioboxChecked {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.RadioboxUnchecked img, a.RadioboxChecked img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.RadioboxStar {background:url('images/CheckboxUncheckedB.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.RadioboxUncheckedStar {background:url('images/CheckboxUncheckedB.gif') no-repeat center center;}
a.RadioboxCheckedStar {background:url('images/CheckboxCheckedB.gif') no-repeat center center;}
a.RadioboxUncheckedStar, .RadioboxCheckedStar {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.RadioboxUncheckedStar img, a.RadioboxCheckedStar img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.RadioboxOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;display:block;height:14px;width:14px;}
a.RadioboxUncheckedOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;}
a.RadioboxCheckedOrb {background:url('images/CheckboxCheckedA.gif') no-repeat center center;}
a.RadioboxUncheckedOrb, .RadioboxCheckedOrb {display:block;width:14px;height:14px;cursor:pointer;cursor:hand;}
a.RadioboxUncheckedOrb img, a.RadioboxCheckedOrb img {width:14px;height:14px;display:inline;border:none;} /* Netscape 6.0 Fix */

.RadioboxBigOrb {background:url('images/CheckboxUncheckedC.gif') no-repeat center center;display:block;height:30px;width:30px;}
a.RadioboxUncheckedBigOrb {background:url('images/CheckboxUncheckedC.gif') no-repeat center center;}
a.RadioboxCheckedBigOrb {background:url('images/CheckboxCheckedC.gif') no-repeat center center;}	
a.RadioboxUncheckedBigOrb, a.RadioboxCheckedBigOrb {display:block;width:30px;height:30px;cursor:pointer;cursor:hand;}
a.RadioboxUncheckedBigOrb img, a.RadioboxCheckedBigOrb img {width:30px;height:30px;display:inline;border:none;} /* Netscape 6.0 Fix */

.InputHidden {display:none;}