a:hover {
	color: #2f6681;
}
.fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.wfliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.referenzen {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteboxed {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mini { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
}
.bu { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.alt-links li {
  display:block;
  list-style:none;
  margin:4px 0 2px -5px;
  line-height:1em;
  padding-left:5px;
  background:url(/img/chevrons.gif) no-repeat 3% 60%;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.bheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.inizial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.textbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/***
---------------------------
Site Area Navigation Styles
---------------------------
. features overrides to generic rounded corners css
. defines border and the corners.
. content to define height & keep the corner positioning correct
. legend:
    cdc-nav-module : wrapper div
    nav            : table column cells
***/

#cdc-nav-module {
  position:relative;
  margin-top:1px;
  background:url(/img/sitearea-nav.jpg) repeat-x top left;
  z-index:10;  /* req: flydowns */
  }
  /* IE requires height. FF1.0 takes literally */
  * html #cdc-nav-module { height:1%; }

#cdc-nav-module .nav {
  padding:6px 7px 6px 8px;
  border-right:1px solid #808080;
  }
  /* IE hover alternative */
  * html #cdc-nav-module .nav {
  behavior: expression(
    this.onmouseenter=new Function("this.className+=' hover'"),
    this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),
    this.style.behavior=null);
  }

#cdc-nav-module .nav:hover,
#cdc-nav-module .hover {
  background:url(/img/sitearea-nav.jpg) repeat-x 0 -100px;
  }

#cdc-nav-module .nav a {
  display:block;
  padding:0; /* req */
  height:auto; /* req: min auto. Not 100% */
  color:#2f6681;
  background-color:transparent;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.13em; /* equiv: 4px line-height; */
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  }

#cdc-nav-module .nav:hover a,
#cdc-nav-module .hover a { color:#fff; }

.button {
	font-size : 8pt;
	font-family : standard;
	background-color : #FFFFFF;
	border : 1px solid #aeaeae;
	width : 120px;
	height : 20px
}
.buttontext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.ok {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
