
/*

                    HTML

*/
*
{
	font-family		:Verdana;
	font-size		  :10pt;
}

html
{
}

body
{
  behavior            :url('whateverhover.htc');
	background-image	  :url('http://www.hahnen.nl/images/background-woman2.jpg');
  background-repeat	  :no-repeat;
	background-position	:top left;
	background-color	  :#FFFFFF;
  overflow            :hidden;
  padding             :0px;
  margin              :0px;  
}

a, a:link, a:visited, a:active
{
  color           :gray;
  text-decoration :none;
}

a:hover
{
  color           :black;
  text-decoration :underline;
	cursor          :hand;
	cursor          :pointer;	
}

/*

                    CLASSES

*/

.Container
{
  width             :100%;
  height            :800px;
  top               :10px;
  display           :block;
  padding           :0px;
  margin            :0px;
}

.ClearLeft
{
    position        :relative;
    /*display         :inline;*/
    width           :350px;
    left            :0px;
    height          :100%;
}

.Content
{
  position         :relative;
  display          :inline;
  width            :600px;
  height           :600px;
  left             :auto;
  top              :50px;
  overflow-x       :hidden;
  overflow-y       :auto;
}

  .Content p
    {
    padding-left    :20px;
    width           :600px;
    color           :black;
  }
  
.Menu
{
  position          :absolute;
  display           :inline;
  width             :100px;
  left              :65%;
  top               :2%;
  width             :380px;
  height            :600px;
}
  
  .Menu table
    {
    width           :100%;
    position        :absolute;
    z-index         :2;
  }

  .Menu td
    {
    width           :100%;
    height          :25px;
    display         :block;
    vertical-align  :bottom;
  }
  
  .Menu a:hover
    {
    color           :black;
    text-decoration :underline;
    font-size       :11pt;
  	cursor          :hand;
  	cursor          :pointer;	
  }

  .ImageMenu
    {
      display       :inline;
      position      :absolute;
      top           :150px;
      z-index       :1;
  }
.Logos img
{
  border-width  :0;
}

  .Logo1
  {
    display       :inline;
    position      :absolute;
    left          :225px;
    top           :40px;
  }
  
  .Logo2
  {
    display       :inline;
    position      :absolute;
    left          :80px;
    top           :250px;
  }
  
  .Logo3
  {
    display       :inline;
    position      :absolute;
    left          :25px;
    top           :100px;
  }
  
  .Logo4
  {
    display       :inline;
    position      :absolute;
    left          :175px;
    top           :150px;
  }