
body a:link {text-decoration: none}
body a:active {text-decoration: none}
body a:visited {text-decoration: none}
body a:hover	{color: #FF6633 }

body {
	color: #222222;
	font-family: Arial, Helvetica, verdana;
	font-size: 10pt;
}

div.footer {
	font-family: Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}


div.headerbg {
  height: 90px;
  /*border: 1px solid __border__;*/
  background-image: url("");
  background-repeat: repeat-x;
  background-position : top left ;
  /*overflow: hidden;*/
  margin-bottom: 0.8em;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;

}

div.header {
  height: 90px;
  border: 1px solid #ccc;
  /*background-color: __header_background__;*/
  margin-bottom: 0.2em;
  /*GEPARD-START*/
  background-image: url(../images/banner-wcm-topo-3d30-8-hb.png);
  background-repeat: repeat-x;
  background-position : top left;
  font-family: Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

div.logo {
  margin: 20px 20px 0px 7px;
  float: left;
}

div.title {
  /*margin: 0.2em;*/
  /*margin-top: 0.9em; GEPARD*/
    margin: 27px 4px 0px 0px;
  float: left;
  float: right;
  /*line-height: __header_title_line_height__;*/ /*GEPARD*/
  font-size: 280%;
  font-weight: bolder;
  /*text-align: left;*/
  /*vertical-align: __logo_valign__;*/
}


div.header .logo a {
  color: #ffffdd !important;
  /*display: none;*/
}

div.header .title a {
  text-shadow: -1px 0 #aa0, 0 1px #aa0, 1px 0 #aa0, 0 -1px #aa0;
  color: #ffffdd !important;
  /*display: none;*/
}


.highlightbox {
        /*background-color: rgb(244,244,244);*/
        background-color: #dee7ec;
        border-left: 10px solid rgb(255,213,0);
        /*margin-left: 2.1em;*/
        /*margin-right: 2.1em;*/
        /*margin-bottom: 1.5em;*/
        padding: 1em 1em 1em;
        overflow: hidden;
	font-size: 10pt;
}

