body {
  padding: 0px;
  margin: 0px;
  background-color: #FFEA80;
  font-size: 12px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  /*background: #ffcc00;*/
  margin-top: 8px;
  padding-top: 2px;
  font-size: 18px;
  color: #ff9900;
}
h2 {
  margin: 0;
  padding: 8px 0 3px 0;
  font-size: 12px;
	font-weight: bold;
  color: #003300;
}
h3 {
  margin: 0;
  padding: 8px 0 3px 0;
  font-size: 12px;
	font-weight: bold;
  color: #000;
}
p {
  margin-top: 2px;
  margin-bottom: 6px;
  padding: 0px;
  line-height: 1.4em;
  font-size: 12px;
}
li {
  line-height: 1.4em;
  font-size: 12px;
}
a, a:visited, a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #666666;
}

#clearer {
  clear: both; 
  height: 0px;
  overflow: hidden;
} 
.clearer {
  clear: both; 
  height: 0px;
  overflow: hidden;
}
.distance {
  height: 15px;
  overflow: hidden;
}



/*  ************************************************************************ 
 *   MAIN LAYOUT ELEMENTS   
 *  ************************************************************************ */
#navi {
  width: 920px;
	text-align: left;
}

#headerOut {
  background: #FF9900;
  height: 235px;
}
#headerFrame {  /* border left/right in bg color */
  width: 930px;
  height: 235px;
  border-left: 5px solid #FFEA80;
  border-right: 5px solid #FFEA80;
  text-align: left;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 920px;
}
html>body #headerFrame {
  width: 920px;
}
#headerFrame div.headerLeft {
  float: left;
  width: 225px;
  height: 235px;
  border-right: 5px solid #FFEA80;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 220px;
}
html>body #headerFrame div.headerLeft {
  width: 220px;
}
#headerFrame div.headerRight {
  float: left;
  /* width: 687px;  695 - (2*4) */
  /* height: 227px;  235 - (2*4) */
  /*margin: 4px;*/
  /*background-image: url(../images/layout/bg_head.gif);*/
}

div.frame {
  width: 920px;
  background-image: url(../images/layout/frame_bg.gif);
}

#left {  
  float: left;
  width: 225px;
  background: #ffffcc;
  border-right: 5px solid #FFEA80;
  padding-top: 15px;
  text-align: left;
  font-size: 11px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 220px;
}
html>body #left {
  width: 220px;
}
#right {
  float: left;
  width: 695px; 
  padding: 15px;
  background: #ffffff;
  text-align: left;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 665px;
}
html>body #right {
  width: 665px;
}



/*  ************************************************************************ 
 *   MAIN NAVIGATION ELEMENTS   
 *  ************************************************************************ */
#navi div.lang {
  float: left;
	width: 225px;
	padding-top: 6px;
	/*background: #00ff00;*/
}
#navi div.main {
  float: left;
	width: 695px;
	overflow: hidden;
	/*background: #0066ff;*/
}
#navi div.main a {
  display: block;
	width: 170px;
	height: 30px;
  padding-top: 6px;
  text-align: center;
  background: #FF9900;
  voice-family: inherit;
  height: 24px;
}
html>body #navi div.main a {
  height: 24px;
}
#navi div.main ul {
  margin: 0; 
  padding: 0;
  /*float: left;*/
  display: inline;
}
#navi div.main li {
  list-style-type: none;
  float: left;
	margin-right: 5px;
	font-weight: inherit;
	font-size: inherit;
}
#navi div.main li.last {
	margin-right: 0;
}
#navi div.main a.navActive {
  background: #003300;
}


/*  ************************************************************************ 
 *   FOOTER    
 *  ************************************************************************ */
#footer {
  margin-top: 20px;
  text-align: center;
}
#naviFooter {
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}
#footer a, #footer a:visited, #footer a:active {
  color: #000000;
  text-decoration: underline;
}
#footer a:hover {
  color: #666666;
}

#absFooter {
  margin-top: 25px;
  color: #666666;
  font-size: 11px;
  text-align: center;
}
#absFooter a, #absFooter a:visited, #absFooter a:active {
  color: #666666;
  text-decoration: none;
}
#absFooter a:hover {
  text-decoration: underline;
}

/*  ************************************************************************ 
 *   CUSTOM OBJECTS (MAIN AREA)  
 *  ************************************************************************ */
img.headlineGrafic {
  margin-bottom: 6px;
}
img.sublineGrafic {
  margin-top: 8px;
  margin-bottom: 6px;
}


table#orangeBoxTable {
  width: 664px;
  height: 145px;
  border: 1px solid #FF9900;
}
table#orangeBoxTable td {
  padding: 10px;
  border: 1px solid #FF9900;
	background: #FFFFCC;
  vertical-align: top;
  color: #000;
  font-size: 11px;
}
table#orangeBoxTable.col3 td {
  width: 30%;
}
table#orangeBoxTable.col2 td {
  width: 50%;
}
table#orangeBoxTable div.top {
  margin-top: 10px;
  padding: 0px;
  padding-left: 16px;
  height: 60px;
}
table#orangeBoxTable div.bottom {
  margin-top: 8px;
  padding: 0px;
  padding-left: 16px;
  height: 20px;
  font-weight: bold;
}

/* small (like FAQ) */
div.small {
  font-size: 11px;
}
div.small p {
  font-size: inherit;
}
div.small h3 {
  font-size: inherit;
}
/* FAQ */
p span.quest {
  color: #666;
}

/*  ************************************************************************ 
 *   CUSTOM OBJECTS (LEFT COLUMN)  
 *  ************************************************************************ */ 
#left p {
  font-size: inherit;
}
#left a, #left a:visited, #left a:active {
  color: #000000;
  text-decoration: underline;
}
#left a:hover {
  color: #666666;
}
#left div.spacer {
  height: 1px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
  background-image: url(../images/layout/left_spacer_bg.gif);
}
#left div.item {
  padding-left: 20px;
  padding-top: 8px;
}

#left div.pdfLink {
  padding-bottom: 3px;
	font-weight: bold;
}

 
 
