BODY
{
  background-image:URL(../imagenes_comunes/back.jpg);
  margin-top:40px;
}

#intro
{
  text-align:center;
  font-family:Sans-serif;
  font-weight:bold;
  font-size:14pt;
  color:#454545;
  margin-top:200px;
}

.top_vlak
{
  background-image:URL(../imagenes_comunes/top.png);
  background-repeat:no-repeat;
}

.blue
{
  background-image:URL(../imagenes_comunes/back_blue.png);
}

.dark_text
{
  color:#303030;
}

.light_text
{
  color:#454545;
  font-family:sans-serif;
  font-size:14pt;
}
.rev
{
  font-size:11pt;
  font-family:monospace;
}
.small
{
  text-align:center;
  font-size:10pt;
  font-family:sans-serif;
}
#titel
{
  position:relative;
  width:640;
  height:150;
}

#menu
{
  position:relative;
  left:110px;
  top:100px;
}

#alltheway
{
  position:relative;
  width:349;
  height:68;
  left:460px;
  top:30px;
}
#hidden_div
{
  padding:10px;
  position:absolute;
  z-index:300;
  visibility:hidden;
  text-align:center;
  width:0px;
  height:0px;
  top:20px;
}
#kruis
    {
      position:relative;
      top:-20px;
      left:-20px;
    }


/*Link colors*/
a:link 	{color:#303030;text-decoration:none;}
a:visited {color:#303030;text-decoration:none;}
a:hover	{color:#454545;text-decoration:underline;}
a:active  {color:#303030;text-decoration:none;}

