
/* Universalselektor */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
/* Controls */
input, select {
	font-size: 9px;
}
legend {
	FONT-WEIGHT: bold;
	MARGIN-BOTTOM: 6px;
	font-size: 8pt;
}
ul {
	list-style-image: url(../../images/pics/nurpfeil_1.gif);

}
.edit-object FIELDSET {
	BORDER-RIGHT: #c5c4b9 1px solid;
	BORDER-TOP: #c5c4b9 1px solid;
	BORDER-LEFT: #c5c4b9 1px solid;
	BORDER-BOTTOM: #c5c4b9 1px solid;
	white-space: nowrap;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 0px;
}


.edit-object INPUT {
	MARGIN-BOTTOM: 2px;
}

.edit-object TEXTAREA {
	MARGIN-BOTTOM: 2px;
}

.edit-object SELECT {
	MARGIN-BOTTOM: 2px;
}

.edit-object TD.TabelleFelderC, TR.TabelleFelderC {
	background-color: #DFDFDF;
}


/* Tabellenformatierung */
.tdRandObenUnten {
	border-top: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
.tdabgeschlossen {
	background-color: #006600;
}
.tdtodo {
	background-color: #0066CC;
}
.tdarbeit {
	background-color: #003366;
}
.tdfehler {
	background-color: #990000;
}
.tdgrauhell {
	background-color: #EEEEEE;
}

.tdweiss {
	background-color: #FFFFFF;
}
.tdgraudunkel {
	background-color: #DDDDDD;
}

.tdgrau {
	background-color: #CCCCCC;
}

.klgreenfett {
	color: #009933;
	font-weight: bold;
}

.trkopf, .trkopf td{
	background-color: #ffe680;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-indent: 4px;
}


.rahmen {
	border-top-width: 1px;
	border-bottom-width: 1px;
	/* Unsupported property: border-top-style: solid; */
	/* Unsupported property: border-bottom-style: solid; */
	/* Unsupported property: border-top-color: #000000; */
	/* Unsupported property: border-bottom-color: #000000; */
}
.tdorange{ 
	background-color: #FF9900;
}
.tdorange{ 
	background-color: #FF9900;
}
.tdorangehell{ 
	background-color: #FEC061;
}
.randorangecom{ 
	border-top: 1px solid #FF9900; 
	border-left: 1px solid #FF9900; 
	border-right: 1px solid #FF9900; 
	border-bottom: 1px solid #FF9900;
}
.navimain{ 
	background-color: #ffe680; 
}
.tableNaviBackground{
	background-color: #ffcc00;
	width: 100px;

}
#tableContent {
	width: 632px;
	border: none;
}
#tableNaviMain {
	width: 130px;
	border: none;
}
#imgSpacer{
	border: none;
}



/* Schriftstyles */
.klscfett{
	font-weight: bold;
}

.klwei {
	color: #FFFFFF;
}

.xxklsc {
	font-size: 8px;
}



.headline1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 20px;
	text-indent: 4px;

	/* Unsupported property: border-top-style: solid; */
	/* Unsupported property: border-right-style: none; */
	/* Unsupported property: border-bottom-style: solid; */
	/* Unsupported property: border-left-style: none; */
}

.headline2 {
	font-weight: bold;
	background-color: #EEEEEE;
	height: 15px;
}

.klrot{
	color: #990000; font-weight: normal;
}
.klrotfett{
	color: #990000;font-weight: bold;
}

a{
	color: #990000;
	text-decoration: none;
 	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
.comboboxContainer
{
	border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.comboboxValueContainer
{
	background: url(/images/comboboxDisplayValue.gif) repeat-x left top;
}

.comboboxValueContent
{
	padding-left: 3px;
	text-transform: uppercase;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
}

.comboboxDropDownButton
{
	width: 16px;
	height: 18px;
	background-image: url(/images/default-combobox.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
}




