/* Stylesheet voor homepage */
html, body
{
	height: 100%;
	width: 100%;
}

body 
{
/*   background-color  : #A4D7F4;   */
   background-color  : white;   
   font-family       : Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin            : 0px;
   padding           : 0px;
}

#maincontainer
{
	height: 100%; 
	width: 100%; 
	vertical-align: middle;
}

#main
{
   background-color  : #A4D7F4;   
   width             : 800px;
   z-index: 100;
   color:#69321F;
	margin-left: auto;
	margin-right: auto;
	padding-top: 105px;
}

   #menu
   {
      border : 1px solid #A4D7F4;  
      padding: 0px;
      margin: 0px;
      height: 72px;
      margin-left: 70px;
   }
      #menu ul 
      {
         list-style:none;
      }
   
      #menu li
      {
         float: left;
         font-size: 12px;
         font-weight: bold;
         padding: 10px;
      }
      
         #menu li a
         {
            color:#69321F;
            text-decoration:none;
         }
         
         #menu li a:hover
         {
            text-decoration: underline;
         }
   
   #content
   {
      background        : #A4D7F4 url("../_img/background.gif") no-repeat; 
      width             : 800px;
      height            : 372px; 
   }
   
   #text
   {
      font-size         : 10px;
      line-height       : 16px;
      margin-left: 70px;
      margin-top: 0px;
      
      position: relative;
   }

#textBlock
{
	height: 180px;
   width: 376px;
   overflow: hidden;
}

   #fotos
   {
      float: right; 
      padding-right: 48px;
      width: 216px;
      height: 216px;
   }
   
   #text #textpadding
   {
      padding: 35px 300px 0px 51px;
   }
   
	#textFooter
	{
		position: absolute;
		width: 400px;
		padding: 2px;
		top: 224px;
		left: 49px;
		height: 16px;
		overlow: hidden;
	}

	#textFooter p
	{
		margin: 0px;
		padding: 0px;
	}

#footer
   {
      text-align:right;
      font-size: 9px;
      width:760px;
   }

img
{
   border: none;
}
