﻿
div#HP_container
{
  margin: auto auto;
  padding: 0px;
  text-align: center;
  width: 970px;
}

/**
 * TITLE + language buttons
 */

div#HP_title
{
  width: 100%;
  height: 120px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/HP_title.gif);
  background-repeat: no-repeat;
}

#language
{
  float:left;
  width: 950px;
  height: 20px;
  margin-right: 20px;
  margin-top: 100px;
  padding: 0px;
  text-align: right;
  font-family : Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 9pt;
  font-weight: bold;
}

#language a
{
  color: White;
}

#language a:hover
{
  color: Yellow;
}

/**
 * class STRIP
 */
.HP_strip
{
  float: left;
  width: 100%;
  height: 6px;
  background-image: url(../images/HP_nav.gif);
}

/**
 * BANNER
 */

div#HP_banner
{
  width: 100%;
  height: 180px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/HP_banner.jpg);
}

/**
 * NAV + class MENU
 */
 
div#HP_nav
{
  text-align: left;
  width: 100%;
  height: 24px;
  background-image: url(../images/HP_nav.gif);
  font-family : Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 9pt;
}

.HP_menu
{
  display: block;
  margin-left: 200px;
}

/**
 * CONTENT
 */

div#HP_content
{
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  min-height: 300px;
  margin: 0px;
  padding-top: 40px;
  padding-bottom:10px;
  background-image: url(../images/HP_content.gif);
  background-repeat: repeat-y;
}

/* left */

#left
{
  float: left;
  width: 208px;
  text-align: center;
  padding: 0px;
}


#logo
{
  text-align: center;
}

/* right */

#right
{
  float: left;
  width: 750px;
  height: auto;
}

div#mission
{
  display: block;
  width: 640px;
  height: 90px;
}

#HotLinks
{
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  font-family : Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size : 9pt;
  color: Green;
  line-height: 1.4em;
}

#HotLinks a
{
  color: #CB3300;
  font-weight: normal;
  text-decoration: underline;
}

#HotLinks a:hover
{
  color: #CB3300;
  text-decoration:none;
}

/**
 * FOOTER
 */

div#oranje
{
  float:left;
  width: 100%;
  height: 4px;
  background-image: url(../images/HP_nav.gif);
}

div#HP_footer
{
  float:left;
  text-align: left;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/HP_footer.gif);
  background-repeat: no-repeat;
}

#FooterText
{
  clear: both;
  display: block;
  margin-left: 208px;
  margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: White;
}

#FooterText a
{
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: White;
  text-decoration: underline;
}

