BODY {
  font-family: Tahoma;
  font-size: 8pt;
  background-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: green;
  scrollbar-3dlight-color: green;
  scrollbar-darkshadow-color: green;
  scrollbar-shadow-color: green;
  scrollbar-arrow-color: green;
  scrollbar-track-color: white;  
}

/* Schriftformatierung */
H1 {
	font-size: 20pt;
	color: silver;
}

H2 {
	font-size: 11pt;
	color: gray;
}

H3 {
	font-size: 9.5pt;
	color: black;
	margin-bottom: 0pt;
}

H4 {
	font-size: 10pt;
	color: black;
}

TD {
  font-size: 8pt;
}

INPUT {
	font-family: Tahoma;
	font-size: 8pt;
	padding: 2px;
}

.isError {
	color: red;
}

SELECT {
	font-family: Tahoma;
	font-size: 9pt;
	border: 1pt green solid;
}

OPTION.isHead {
	color:  gray;
	font-weight: bold;
}

OPTION.isSubHead {
	color:  silver;
	font-weight: bold;
}

OPTION.isHighlight {
	color:  gray;
	background-color: #FEFFC1;
}

FIELDSET {
	padding: 10pt;
}
LEGEND.top {
	font-weight: bold;
}

LEGEND.sub {
	font-style: italic;
}

/* Linkformatierung */
a:link {color:black; text-decoration:underline }
a:visited {color:black; text-decoration:underline }
a:hover {color:green; text-decoration:underline }
a:active {color:red; text-decoration:underline }
a:focus {color:red; text-decoration:underline }
a.isSortHeader {color:white;}
a.isHeader {color:black;}

/* Rahmenformatierung */

DIV.isNormalHead {
	background-color: #D4D0C8;
	color: gray;
	font-weight: bold;
	padding: 3px;
	font-size: 110%;	
}

DIV.isErrorHead {
	background-color: #FFD8D5;
	color: #C00000;
	font-weight: bold;
	padding: 3px;
	font-size: 110%;
	
}

DIV.isWarningContent {
	padding: 3px;	
	background-color: #FEFFC1;
}

DIV.isWarningHead {
	background-color: #FFFE83;
	color: #969400;
	font-weight: bold;
	padding: 3px;
	font-size: 110%;
}

DIV.isErrorContent {
	padding: 3px;	
	background-color: #FFE7E5;
}

B.isError {
	color:red;
}

B.isSuccess {
	color:green;
}

/* Tabellen Formatierung */
TABLE {
	font-size: 8pt;
	border-collapse: collapse;
	border: gray 1px solid;
}

.hasNoBorder {
	border: 0px;
}

TD {
	margin: 10px;
	padding: 5px;
}

TR.isHead {
	background-color: #D4D0C8;
	border-bottom: gray 1px solid ;
}

TD.isHeadSelected {
	background-color: #ACACAC;
	color: white;
	font-weight: bold;
}

TD.isHeadSelectable {
	font-weight: bold;
	color: gray;
}

TD.isHead {
	border-left: white 1px solid ;	
}

TR.isSubHeader {
	font-weight: bold;
	color: gray;
	border-bottom: silver 1px solid ;
}
TD.isSelectedCol {
	background-color: #ffffff;
	font-weight : bold;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
}
TD.isSelectedColSelected {
	color: black;
	text-decoration: underline;
	font-weight : bold;
	background-color: #FEFFBD;	
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
}

TD.isLink {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
}
TD.isLink:hover {
	text-decoration: underline;
}
TR.isSelectedRow {
	background-color: #FEFFBD;
	border: darkblue 1px dashed ;	
	color: black;
	text-decoration: underline;
}

TR.isMouseHover {
	background-color: #F8F7C2;
	color: black;
	text-decoration: underline;
	cursor: hand;
}
TD.isErrorColSelected {
	color: #C00000;
	background-color: #FFD8D5;
	font-weight: bold;	
}
TR.isErrorRow {
	color: #C00000;
	background-color: #FFD8D5;
}
TR.isCurrentRow {
	background-color: #E0FF9D;
}
TD.isCurrentCol {
	background-color: #CDFF6D;
	font-weight: bold;
}

/* Formularelemente */
TEXTAREA {
	font-family: Tahoma;
	font-size: 9pt;
}
INPUT {
	font-family: Tahoma;
	font-size: 9pt;
	padding : 2px;
	border: silver 1px solid;
}

.isText {
	border: orange 1px dashed;
}

.isNotNull {
	border: red 1px solid;
}

INPUT.hasFocus {
	background-color: #DBFFE2;
	border: green 1px solid;
}

INPUT.isError {
	background-color: #FFE7E5;
	border: red 1px solid;
}

.step {
	display: none;
}