
body 
{ 
  background-color:#ffffff;
  background-image:url(http://dat.akte.de/img/akte/lilaeck.png);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:0px 0px;
  padding:0px;
}

table
{
  position:absolute;
  left:250px;top:150px;
  padding:3px;

  background-color:#EEEEFC;
  border:1px outset #808080;
}



table th
{
  font-weight:normal;
  font-size:14pt;
  background-color:#AAAADD;
  padding:4px;
}

input
{
  font-size:13pt;
  background-color:#F4F4FF;
  color:#000080;
  width:350px;
  height:40px;
}

#submit
{
  font-size:14pt;
  margin-bottom:20px;
}

button
{
  font-size:13pt;
  background-color:#F0F0FF;
  color:#000080;
}

.smallbutton
{ 
  font-size:8pt;
}

#vergbutton
{ 
  font-size:8pt;
  width:150px;
  height:20px;
}

input:focus 
{
  background-color:white;
  color:black; 
  font-size:16pt;
}

.balken
{ 
  height:1px;
  background-color:#AAAADD;
}

.info
{ 
  font-size:10pt;
  color:#6060FF;;
}

a:link, a:visited
{
  font-size:10pt;
  color:#2020E0;;
}

a:hover, a:active
{
  font-size:12pt;
  color:#0000FF;
  background-color:#EEEEFC;
}

#akte
{
  position:absolute;
  left:20px;top:360px;
  width:100px; height:40px;
  background-image:url(http://dat.akte.de/img/akte/was-ist-akte.png);
  background-repeat:no-repeat;
}

a:hover #akte
{
  background-image:url(http://dat.akte.de/img/akte/was-ist-akte-o.png);
}

#error
{
  position:absolute;
  left:180px;top:60px;
  font-size:22;
  font-weight:bold;
  color:red;
}
