div#headerLeft {
	background-color: #ffffff;
	width: 300px;
	height: 40px;
	top: 2px;
	left: 2px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;

	font-weight: bold;
}
div#headerCenter {
	height: 40px;
	top: 2px;
	left: 300px;
	right: 400px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #cc0000;
	font-size: 14px;
}
div#headerRight {
	background-color: #ffffff;
	width: 400px;
	height: 40px;
	top: 2px;
	right: 2px;
	border: 0px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	text-align: right;
	overflow: hidden;
}
div#mainMenuLeft {
	background-color: #ffffff;
	width: 450px;
	height: 25px;
	top: 42px;
	left: 2px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: hidden;
	
	font-weight: bold;
	font-size: 11px;
}
div#mainMenuRight {
	background-color: #ffffff;
	width: 250px;
	height: 25px;
	top: 42px;
	right: 156px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: right;
	overflow: hidden;

	font-weight: bold;
	font-size: 11px;
}
div#subMenu {
	height: 18px;
	top: 62px;
	left: 2px;
	right: 156px;
	padding: 2px 2px 1px 2px;
	margin: 0px;
	position: absolute;
	text-align: center;
	overflow: hidden;

	font-size: 10px;
	vertical-align: top;
}
div#loginBarLeft {
	background-color: #dfe4e8;
	width: 13px;
	top: 42px;
	right: 135px;
	bottom: 2px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: center;
	overflow: hidden;
}
div#loginBarRight {
	background-color: #e8eced;
	width: 133px;
	top: 42px;
	right: 2px;
	bottom: 2px;
	border: 0px;
	padding: 1px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: hidden;
	
	font-size: 11px;
}
div#content {
	top: 83px;
	left: 2px;
	bottom: 20px;
	right: 156px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: hidden;
}
div#contentCenter {
	top: 0px;
	/*left: 30px;*/
	bottom: 0px;
	/*right: 30px;*/
	border: 0px;
	padding: 2px 0px 0px 2px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: auto;
	z-index: 1;
}
.menueNone {
	left: 0px;
	right: 0px;
}
.menueLeft {
	left: 30px;
	right: 0px;
}
.menueRight {
	left: 0px;
	right: 30px;
}
.menueBoth {
	left: 30px;
	right: 30px;
}
div#sidebarLeft {
	top: 4px;
	left: 0px;
	width: 364px;
	bottom: 4px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: hidden;
}
div#sidebarLeftContent {
	top: 0px;
	left: 0px;
	width: 330px;
	bottom: 0px;
	border: 1px solid #96b896;
	padding: 5px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: auto;
	background: url(/common/images/sidebar_left_back.png);
}
div#sidebarLeftTabs {
	top: 0px;
	left: 0px;
	width: 22px;
	height: 300px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: hidden;
}
div#sidebarLeft img {
	display: block;
	margin: auto;
	text-align: center;
}
div#sidebarRight {
	top: 4px;
	right: 0px;
	width: 364px;
	bottom: 4px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: right;
	overflow: hidden;
}
div#sidebarRightContent {
	top: 0px;
	right: 0px;
	width: 330px;
	bottom: 0px;
	border: 1px solid #c89696;
	padding: 5px;
	margin: 0px;
	position: absolute;
	text-align: left;
	overflow: auto;
	background: url(/common/images/sidebar_right_back.png);
}
div#sidebarRightTabs {
	top: 0px;
	right: 0px;
	width: 22px;
	height: 350px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: right;
	overflow: hidden;
}
div#sidebarRight img {
	display: block;
	margin: auto;
	text-align: center;
}
div#footer {
	height: 15px;
	bottom: 2px;
	left: 2px;
	right: 156px;
	padding: 1px 2px 2px 2px;
	margin: 0px;
	position: absolute;
	text-align: center;
	overflow: hidden;

	font-size: 10px;
}
div#help {
	background-color: #f8fafb;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-top: 1px solid #999999;
	top: 85px;
	right: 158px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 400px;
	height: 400px;
	z-index: 2;
}
div#helpHeader {
	background-color: #000088;
	background: url(/common/images/header_back.gif);
	border-bottom: 1px solid #dfe4e8;
	padding: 2px;
}
div#helpContent {
	top: 20px;
	bottom: 2px;
	left: 0px;
	right: 0px;
	position: absolute;
	overflow: auto;
	padding: 4px;
	text-align: justify;
}

body, html {
	background-color: #ffffff;
	color: #000088;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

ul.mainmenue {
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 4px 0px 3px 0px;
}
#mainMenuLeft li {
	display: inline;
	list-style-type: none;
	margin: 0px
}
#mainMenuLeft li a {
	background: url(/common/images/header_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: #dfe4e8 1px solid;
	margin-left: 0px;
	padding: 3px 0.5em 3px 0.5em;
	text-decoration: none
}
#mainMenuLeft li a:hover {
	text-decoration: underline
}
#mainMenuLeft li a.mainmenuCurrent {
	background: #ffffff;
	color: #ffffff;
	text-decoration: none
}
#mainMenuLeft li a.mainmenuCurrent:hover {
	text-decoration: underline
}
#mainMenuRight li {
	display: inline;
	list-style-type: none;
	margin: 0px
}
#mainMenuRight li a {
	background: url(/common/images/header_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: #dfe4e8 1px solid;
	margin-left: 0px;
	padding: 3px 0.5em 3px 0.5em;
	text-decoration: none
}
#mainMenuRight li a:hover {
	text-decoration: underline
}
#mainMenuRight li a.mainmenuCurrent {
	background: #fff;
	color: #ffffff;
	text-decoration: none
}
#mainMenuRight li a.mainmenuCurrent:hover {
	text-decoration: underline
}

form {
	margin: 0px;
	padding: 0px
}
.formSelect {
	background-color: #eaf0f4;
	color: #000088;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.formSelectSubmenu {
	background-color: #eaf0f4;
	color: #000088;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.formSelectBox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000088;
}
.formLoginInput {
	background-color: #e8eced;
	border: 1px solid #c4c9cc;
	color: #000088;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	padding-left: 2px
}
.formLoginInputFocus {
	background-color: #dfe4e8;
	border: 1px solid #000088;
	color: #000088;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	padding-left: 2px
}
.formLoginButton {
	background-color: #dfe4e8;
	border-bottom: 2px solid #c4c9cc;
	border-left: 1px solid #c4c9cc;
	border-right: 2px solid #c4c9cc;
	border-top: 1px solid #c4c9cc;
	color: #000088;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.formInput {
	/*background-color: #fff;*/
	border: 1px solid #000088;
	color: #000088;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px
}
.formInputFocus {
	background-color: #eaf0f4;
	border: 1px solid #000088;
	color: #000088;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px
}
.formCheckbox {
	margin: 0px
}
.formButton {
	background: url(/common/images/header_back.gif);
	background-color: #fff;
	background-position: bottom;
	border-bottom: 2px solid #000088;
	border-left: 1px solid #000088;
	border-right: 2px solid #000088;
	border-top: 1px solid #000088;
	color: #000088;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

img {
	border: 0px
}

.white_chars {
	color: #ffffff;
}
a.white_chars, a.white_chars:visited, a.white_chars:hover, a.white_chars.active {
	color: #ffffff;
}

a.loginbar, a.loginbar:visited {
	color: #000088;
}
a.title:hover, a.title:active {
	text-decoration: none
}
a, a:visited {
	color: #000088;
	text-decoration: none;
}
a:hover, a:active {
	color: #000088;
	text-decoration: underline;
}
.accesskey {
	text-decoration: underline
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.detail {
	border:1px solid #b4c1e2;
}
table.detail th {
	background-color: #eaf0f4;
	border-bottom: 1px solid #b4c1e2;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase
}
table.detail td {
	padding: 5px
}
table.plain {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.plain th {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.plain td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.slim {
	border:1px solid #b4c1e2;
}
table.slim th {
	background-color: #eaf0f4;
	border-bottom: 1px solid #b4c1e2;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase
}
table.slim td {
	padding: 0px
}

fieldset {
	border: 1px solid #000088;
}
.frame {
	border: 0px;
	padding: 2px;
}
h1 {
	color: #000088;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px
}
h2 {
	color: #000088;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px
}
h3 {
	color: #000088;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px
}
h4 {
	color: #000088;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px
}
h5 {
	color: #000088;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px
}
hr {
	width: 100%;
	height: 1px;
	color: #000088;
}
p {
	text-align: justify;
}
legend {
	border: 1px solid #000088;
}
fieldset.content {
	background-color: #ffffff;
	border: 1px solid #000088;
	padding: 5px;
}
legend.heading {
	background: url(/common/images/header_back.gif);
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #000088;
	color: #000088;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	text-transform: none
}
fieldset.function {
	background-color: #fff;
	border: 1px solid #c00;
	padding: 5px
}
legend.function {
	background: url(/common/images/header_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #c00;
	color: #c00;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px
}

li.closed {
	list-style-image: url(/common/images/folder.gif);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 5px;
}
li.open {
	list-style-image: url(/common/images/folderopen.gif);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 5px;
}
ul.result {
	list-style-image: url(/common/images/folder.gif);
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0px 0px 0px 5px;
}
ul.subresult {
	list-style-image:url(/common/images/pageicon.gif);
	list-style-type:none;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
}
ul.subresult li {
	padding-left: 0px;
}
ul.histo {
	list-style: none;
	list-style-image: url(/common/images/add.gif);
	list-style-type: none;
	margin: 0
}
html>body ul.histo {
	padding-left: 10px
}
ul.histo li {
	font-size: 11px;
	margin-left: +5mm
}
ul.content {
	text-align: justify
}
ul.function {
	list-style-image: url(/common/images/pfeil.gif);
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
	padding: 0px;
}
ul.hint {
	list-style-image: none;
	list-style-type: square;
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
	padding: 0px;
}
.currentPage {
	font-style: italic
}
.indexNavigation {
	background: url(/common/images/header_back.gif);
	border: 1px solid #000088;
	font-size: 10px;
	font-weight: bold;
	margin-top: -1px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase
}
a.indexNavLink, a.indexNavLink:visited  {
	text-decoration: none
}
a.indexNavLink:hover, a.indexNavLink:active {
	color: #c00
}
.warning {
	color: #c00;
	font-weight: bold
}
div#children {
	border-bottom: 2px solid #000088;
	border-left: 1px solid #000088;
	border-right: 2px solid #000088;
	border-top: 1px solid #000088;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/sidebar_back.png',sizingMethod='scale');*/
	font-size: 10px;
	left: 0px;
	padding: 2px;
	position: absolute;
	top: 0px;
	z-index: 2
}
html>body div#children {
	background: url(/common/images/sidebar_back.png)
}
div#sidebarLeftTab1Content ul {
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	list-style-type: square;
	margin: 0
}
html>body div#sidebarLeftTab1Content ul {
	padding-left: 8px
}
div#sidebarLeftTab1Content li {
	font-size: 11px;
	margin-left: +5mm
}
.red {
	color: #c00;
}
ul.content {
	text-align: justify;
}
div#tabs ul {
	margin-bottom: -1px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px
}
div#tabs li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	list-style-type: none;
	margin-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	text-transform: lowercase
}
.shortcut {
	font-size: 8px;
	font-weight: bold;
	vertical-align:super;
	color: #f60
}
ul {
	list-style-image: none;
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0px;
}

div#kblist ul {
	list-style: square;
	margin-left: +1mm
}
html>body div#kblist ul {
	padding-left: 0px
}
div#kblist {
	clear: both;
	float: left;
	width: 100%
}
div#kblist li {
	margin-left: +5mm
}


/* ADDED */
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 20px;
	left: 5%;
	width: 90%;
	height: 85%;
	padding: 0px;
	border: 4px solid #000088;
	background-color: #fff;
	text-align: left;
	z-index:9999;
	overflow: auto;	
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightbox[id]{
    position:fixed;
}
#overlay[id]{
    position:fixed;
}

/* round corners */
b.rtop, b.rbottom{
	display: block;
	background: #ffffff;
}
.boxHeader{
	margin: 7px 7px 0px 7px;
	color: #ffffff;
	background: #66bb44;
}
.boxHeaderLabel{
	padding: 0px 5px 3px 10px; 
	font-weight: bold; 
	font-size: 11px;
}
b.rtop b{
	display: block;
	height: 1px;
  overflow: hidden; 
	background: #66bb44;
}
.boxContent{
	margin: 0px 7px 3px 7px;
	background: #f2f2f2;
}
b.rbottom b{
	display: block;
	height: 1px;
  overflow: hidden; 
	background: #f2f2f2;
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 1px;
}
