body
{
	background-color: #ECD3F2;

	scrollbar-face-color:#BDB5E4;
	scrollbar-highlight-color:#2A57BA;

	scrollbar-3dlight-color:#ECD3F2;
	scrollbar-darkshadow-color:#ECD3F2;

	scrollbar-shadow-color:#2A57BA;
	scrollbar-arrow-color:#2D59BB;
	scrollbar-track-color:#ECD3F2;
}
body, td, p, ul, li
{
	color: #2856B9;
	text-decoration: none;
	font-size: 10pt;
	font-family: arial,verdana,helvetica,sans-serif;
}

h1, h2, h3
{
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	color: #2856B9;
}
h1
{
	font-size: 12pt;
	text-align:center;
}
h2
{
	font-size: 11pt;
	text-align:center;
}
h3
{
	font-size: 10pt;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #07328E;
}
a:visited, a:active
{
	color: #B254C8;
}
a:hover
{
	text-decoration: none;
	color: #4572D2;
}

input, textarea, select, .formfield
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #2856B9;
	border-width: 1px;
	border-style: solid;
	border-color: #2856B9;
	background-color: #F5E5F9;
}

.menucell, .button, .submenucell
{
	cursor: hand;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #5372C6;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #E0BCE8;
}
.submenucell
{
	color: #003E9B;
	border-color: #DAB2E3;
	background-color: #F3E1F7;
}
.menulink:link, .menulink:visited, .menulink:activ, .menulink:hover
{
	text-decoration: none;
	color: #476AC2;
}
.menulink:hover
{
	color: #5E78C9;
}

.clsCMOn, .clsCMOver
{
	font-size : 8pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 4px;
}
.clsCMOn
{
	color: #2856B9;
}
.clsCMOver
{
	color: #2856B9;
}

.clsCMSubOn, .clsCMSubOver
{
	font-size : 8pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 4px;
}
.clsCMSubOn
{
	color: #2856B9;
}
.clsCMSubOver
{
	color: #2856B9;
}

.clsCMSubSubOn, .clsCMSubSubOver
{
	font-size : 7pt;
	text-align: center;
	text-decoration : none;
    padding: 1px 4px;
}
.clsCMSubSubOn {
	color: #5B77C8;
}
.clsCMSubSubOver {
	color: #000000;
}

.pagetitle
{
	text-align: center;
	font-size: 12pt;
	margin: 5px;
	padding: 3px;
	color: #4E6FC4;
	border-bottom: 1px dotted #D4A3E0;
}
.subtitle
{
	text-align: left;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
	/*font-weight: bold;*/
	color: #4568C2;
	border-bottom: 1px dotted #D4A3E0;
	width: 75%;
}
.smalltitle
{
	text-align: left;
	font-size: 8pt;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	color: #4568C2;
}

.main
{
	border-width: 1px;
	border-style: solid;
	border-color: #8A94D6;
	background-color: #F7E9FA;
}
.title
{
	text-align: center;
	font-size: 10pt;
	/*font-weight: bold;*/
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #D9BAE1;
}
.column
{
	text-align: center;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #828282;
	background-color: #F2E2F6;
}

.row1
{
	background-color: #EFCEF7;
}
.row2
{
	background-color: #E4B8EE;
}
.emptyrow1, .emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #F1EAB7;
}
.emptyrow2
{
	border-color: #DED594;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px;
	border-bottom:1px solid #CCCCCC;
}
.list
{
	background-color: #FFFFFF;
}
.listover
{
	background-color: #FFFFDD;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listoverinactiv
{
	background-color: #FFFFDD;
}
.negativ
{
	color: #DD0000;
}