html, body
{
  margin: 0px;
  padding: 0px;
  background-color: #9b9c9d;
  height: 100%;
  font-family: Arial;
  font-size: 9pt;
}

table
{
  font-size: 9pt;
}

img
{
  border: 0;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #003f7f;
}
/*
a:hover
{
  text-decoration: underline;
}
*/
#akzobrand img
{
  border: 0;
}

#akzobrand
{
  position: absolute;
  margin-top: -77px;
  margin-left: 17px;
  font-size: 0px;
}

/* IE 6 */
* html #akzobrand {
  margin-left: -32px;
}

/* IE 7 */
* + html #akzobrand {
  margin-top: -60px;
  margin-left: -32px;
}

.menu_top_last
{
  background-color: #e3e5ef;
}

.menu_top_last a
{
  font-size: 10pt;
  color: #003f7f;
  font-weight: bold;
}

.menu_top_last a:hover
{
  text-decoration: none;
}

.menu_bottom a
{
  font-size: 10pt;
  color: #d1d1d1;
  font-weight: bold;
}

.menu_bottom a:hover
{
  text-decoration: none;
}

.menu_bottom_last
{
  background-color: #d1d1d1;
}

.menu_bottom_last a
{
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
}

.menu_bottom_last a:hover
{
  text-decoration: none;
}

.menu_left a
{
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}

.menu_left a:hover
{
  text-decoration: none;
}

.site_footer
{
  height: 35px;
  color: #9b9c9d;
  font-size: 9pt;
}

.site_footer a
{
  color: #9b9c9d; 
}

.site_footer a:hover
{
  text-decoration: none;
}

.breadcrumb
{
  color: #9b9c9d;
  font-size: 8pt;
  height: 20px;
}

.breadcrumb a
{
  color: #9b9c9d;
  font-weight: normal;
}

.breadcrumb a:hover
{
  text-decoration: none;
}

#languages_lightbox
{
  display:none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

#languages
{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content_right
{
  width: 183px;
  background-color: #ffffff;
}

.content_right_title
{
  color: #003f7f;
  font-weight: bold;
  font-size: 9pt;
}

.content_right_content table
{
  width: 101px;
  font-size: 10px;
}

.content_right_content a
{
  color: #003F7F;
}

.content_right_content a:hover
{
  text-decoration: none;
}

