@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: #FFFFFF no-repeat top center;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000000;
    height: 100%;       
    width: 100%;
}

form
{
  margin: 0px;
}

/* -- layout design --------------------------------------- */


.clearboth
{
  clear: both;
}


#autocenter
{
  position: absolute;
  top: 50%;
  left: 50%;
}

#maincontent
{
  margin:0px auto; /* center, not in IE5 */
  width: 480px;
  position: relative;
  text-align: left;
  position:absolute;
  left: -240px;
  top: -130px;
}

#maincontent #taalkeuze
{

}

#maincontent #taalkeuze #talen
{
  float: right;
  margin-top: 60px;
  text-align: left;
}

#maincontent #taalkeuze #talen .taal
{
  margin-bottom: 20px;
  float: left;
  clear:left;
}

