html, body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  scrollbar-3dlight-color: rgb(245,249,248);
  scrollbar-arrow-color: rgb(255,255,255);
  scrollbar-darkshadow-color: rgb(245,249,248);
  scrollbar-face-color: rgb(58,152,120);
  scrollbar-highlight-color: rgb(235,244,241);
  scrollbar-shadow-color: rgb(58,152,120);
  scrollbar-track-color: rgb(235,244,241);
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

.clear {	float: both; clear: both; }

.clsNavButton {
  padding-right:10px; 
  border-left:1px solid rgb(255,255,255); 
  width:80px;
  text-align: left;
  padding-left:10px;
  cursor: pointer;
  cursor: hand;
}

.clsNavButtonFT {
  padding-right:10px; 
  border-left:1px solid rgb(255,255,255); 
  text-align: left;
  padding-left:10px;
  cursor: pointer;
  cursor: hand;
}

#fntNavHD{
	font-size:10pt;
}
#fntNavBtn{
	font-size:8.5pt;
}

#fntNavBtnEnb{
  color:rgb(255,255,255);
}

#fntNavBtnDis{
	color: rgb(97,173,147);
}

#fntPageTitle {
  font-size:52pt; 
  font-weight:bolder; 
  color:rgb(58,152,120);
  left:42px;
  top:24px;
  position:absolute;
	filter:alpha(opacity=10);
   -moz-opacity:.10;
   opacity:.10;       
}

#fntImpressumBody,
#fntLoginBody,
#fntUnternehmenBody,
#fntGbrBody,
#fntLoginBody {
	position: relative;
	left: 95px;
	top: 85px;
	font-size: 12pt;
	font-style: normal;
}

p {
	font-size:10pt;
	text-align: justify;
	line-height: 140%;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
#copyright {
	font-size: 8pt;
}

a {
	color:rgb(58,152,120);
}


iframe {
	background-color:transparent
}

/******************************************************************************************/

.hintsClass {
  -moz-border-radius:5px;
  background-color: rgb(252,246,227);
  border:1px solid rgb(255,210,3);
  padding: 5px;
  font-size:7pt;
  font-style:normal;
  /* beschreibung der hint klasse findest du unter http://www.softcomplex.com/products/tigra_hints/docs/*/
}

.hintsClassStandorte {
  -moz-border-radius:5px;
  background-color: rgb(226,240,235);
  border:1px solid rgb(58,152,120);
  padding: 5px;
  font-size:7pt;
  font-style:normal;
}


