@charset "utf-8";

img 
{
  border: none;
}

A
{
  text-decoration: none;
  color: white;
}

A:hover
{
  text-decoration: underline;
  color: #bbb;
}

html
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000000;
    height: 100%;       
    width: 100%;
}

body 
{
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    background: url('../images/bgmain.jpg') #000000 no-repeat top center;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;       
    width: 100%;
}

form
{
  margin: 0px;
}

/* -- layout design --------------------------------------- */


.clearboth
{
  clear: both;
}


#autocenter
{
  position:relative; /* needed for footer positioning*/
  
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */
}

#maincontent
{
  margin:0px auto; /* center, not in IE5 */
  width: 922px;
  position: relative;
  text-align: left;
  min-height:650px;
  height:auto !important;
  height:650px;
}

#maincontent #backgroundlayer
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 650px;
  width: 430px;
  background-color: none;
}

#maincontent #taalkeuze
{
  position: absolute;
  top: 225px;
  left: 46px;
}

#maincontent #taalkeuze #talen
{
  margin-top: 35px;
  width: 327px;
  text-align: right;
}

#maincontent #taalkeuze #talen .taal
{
  margin-bottom: 15px;
  float: right;
  clear:right;
}

#footer
{
  position:absolute;
  width:100%;
  bottom:0px; /* stick to bottom */
  left:0px; /* stick to bottom */
  
  text-align: center;
  color: white;
}

#footercontainer
{
  margin:0 auto; /* center, not in IE5 */
  width: 933px;
  position: relative;
}

#footer #zeisslogo
{ 
  float: right;
  width: 82px;
  height: 82px;
  padding: 30px 40px 30px 40px;
  background-color: white;
}
