body {
  margin:0;
  padding:0;
  background-color:#4f3a3a;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
}
.mainTable {
	width:549px;
	margin-top:15px;
	BORDER-RIGHT: 1px solid #A9A0A0;
  BORDER-LEFT: 1px solid #CDC8C8;
  BORDER-TOP: 1px solid #CDC8C8;
  BORDER-BOTTOM: 1px solid #A9A0A0;
}
.mainTableHeader {
	background-color: #919191;
	color:#DDDBDB;
	font-size: 8pt;
  font-weight: bold;
  background-image: url(img/cellpic.gif);
  background-repeat: repeat-x;
}
.cat1 {
	background-color: #C8C8C8;
}
.cat2 {
	background-color: #BDBDBD;
}
.cat_highlight {
	background-color: #AE2222;
	color:#DDDBDB;
}
.mainTableDescription  {
	background-color: #323232;
	color:#DDDBDB;
	font-size: 7pt;
  font-weight: normal;
}
img.nospace {
	display: block;
		padding: 0;
	margin:0;
}
/* HINTBOX */
div.hint {
	border: 0;
	margin: 0 auto;
	margin-top: 15px;
	width: 549px;
	padding: 0;
}
div.hint ul {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 40px;
	padding: 10px 0 20px; /* IE 5.x */
	voice-family: "\"}\"";
	margin: 10px 0 10px 40px;
	padding: 0 0 10px;
	voice-family: "\"}\"";
}

div.hint li {
	margin: 3px 0;
}

div.hint div {
	text-align:left;
	padding: 5px 5px 1px 40px;
}

div.hint .error {
	background: #F8E2DB url(img/note_error.gif) 10px 10px no-repeat;
	border: 1px solid;
	color: #DE2121;
	min-height:65px;
	height:auto;
}

* html div.hint .error { height:65px; } /* nur für IE 5.5 - 6.x */
html + body div.hint .error { height:65px; } /* nur vom IE 5.0 */

div.hint .success {
	background: #EEFFEE url(img/note_success.gif) 10px 10px no-repeat;
	border: 1px solid;
	color: #2C9C3B;
	min-height:65px;
	height:auto;
}

* html div.hint .success { height:65px; } /* nur für IE 5.5 - 6.x */
html + body div.hint .success { height:65px; } /* nur vom IE 5.0 */

div.hint .notify {
	background: #EEFFEE url(img/note_notify.gif) 10px 10px no-repeat;
	border: 1px solid;
	color: #4897F1;
	min-height:65px;
	height:auto;
}

* html div.hint .notify { height:65px; } /* nur für IE 5.5 - 6.x */
html + body div.hint .notify { height:65px; } /* nur vom IE 5.0 */

/* LINKFORMATE  */
a:link, a:visited, a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: none;
text-decoration: underline;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #A11516;
font-weight: none;
text-decoration: underline overline;
}
.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight: none;
text-decoration: none;
}
.smaller {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #000000;
font-weight: none;
text-decoration: none;
}
.white {
color: #FFFFFF;
}
.red {
color: #A11516;
}
input, textarea, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	padding:2px;
	BORDER-RIGHT: 1px solid #F9F7F4;
	BORDER-LEFT: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #F9F7F4;
	BORDER-TOP: 1px solid #888888;
	background-Color: #DEDEDE;
	margin:0;
}
.imagebutton {
	BORDER: 0;
	padding: 0;
	margin:0;
}