HTML {
	height: 100%; width: 100%;
}

BODY, html {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffe0;
	scrollbar-base-color:#2866A0;
  	scrollbar-3d-light-color:#FFFFFF;
  	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#ccff61;
  	scrollbar-face-color:#ccff61;
  	scrollbar-highlight-color:#ccff61;
  	scrollbar-shadow-color:#2866A0;
  	scrollbar-track-color:#ffffff;

}
a { color: #004F9B;text-decoration: none; font-size: 11px; }
a:hover { color: #FF9900;text-decoration: underline; font-size: 11px; }
P,TD,TH,DL,LI,UL {
	font-family: tahoma,verdana,helvetica,courier,arial,sans-serif;
	font-size: 8pt;
	color: @color_standard@
}

H1 { font-size: 24px; font-weight: bold; }
H2 { font-size: 20px; font-weight: bold; }
H3 { font-size: 18px; font-weight: bold; }
.entrypoint { font-size: 12px; font-weight: bold; color: #32CD32; }
.exitpoint { font-size: 12px; font-weight: bold; color: #DC143C; }
.domainpoint { font-size: 11px; font-weight: bold; color: #483D8B; }
.myInput {
	font-family: tahoma,verdana,helvetica,courier,arial,sans-serif;
	background-color: #ECFFC7;
	font-size: 9pt;
	color: #035EA9;
	-moz-border-radius: 10px;

}
.myInputcal {
	font-family: tahoma,verdana,helvetica,courier,arial,sans-serif;
	background-color: #ECFFC7;
	font-size: 8pt;
	color: #035EA9;
	-moz-border-radius: 0px;
	height : 20px;
}

TD.color1,TH.color1,TABLE.color1,TR.color1, .color1 P, .color1 TD { background: #F9F7E3; color: #035EA9; }
TD.color2,TH.color2,TABLE.color2,TR.color2, .color2 P, .color2 TD { background: #F9F7E3; color: #035EA9; }
TD.color3,TH.color3,TABLE.color3,TR.color3, .color3 P, .color3 TD { background: #F9F7E3; color: #035EA9;  font-size: 13px; font-weight: bold; }
TH.vis, TD.vis { color: #035EA9; font-weight: bold; }
TH.vislight, TD.vislight { color: #035EA9; }

TR.ref,TD.ref, .ref TD { background-color: #D8D6C4; color: #035EA9;  }
/* ---------------navsformatierung----------------------------------------- */



#foldheader{
	cursor:pointer;cursor:hand ;
	font-weight:bold ;
	list-style-type:none;
	border: 1px solid black;
    border-left-color: #ffffe0; border-top-color: #ffffe0;
    color: #035EA9; background-color: #F9F7E3;
	margin-top:0px; margin-right:0px; margin-left:70px;
	padding:0.2em; margin:0px
	;
	text-align:justify;

	width:14.4em;
	}
#foldinglist{
	list-style-position:inside;
	list-style-type:none;
	padding:0; margin:0;
	width:14.4em;

}
* html #foldinglist{
	list-style-position:inside;
	list-style-type:none;
	padding:0; margin:0;
	margin-left:-15px;
	width:14.0em;

}


a.nav:link, a.nav:visited{
  display: block;
    width: 13.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em;
    margin: 0;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: #ffffe0; border-top-color: #ffffe0;
    color: #035EA9; background-color: #ffffff;
}



a.nav:hover, a.nav:active{
    border-color: #ffffe0;
    border-left-color: black; border-top-color: black;
    color: #ffffff; background-color: #035EA9;
}

a.nava:link, a.nava:visited{
  display: block;
    width: 13.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em;
    margin: 0;
    text-decoration: none; font-weight: bold;
    border: 1px solid ;
    border-color: #ffffe0;
    border-left-color: black; border-top-color: black;
    color: #ffffff; background-color: #035EA9;

}



a.nava:hover, a.nav:active{
    border-color: #ffffe0;
    border-left-color: black; border-top-color: black;
    color: #ffffff; background-color: #035EA9;
}
