body
{
margin: 0;
background-color: #AAFFA5;
color: #0A0028;
font: 15px bold Verdana, Arial, sans-serif;
}
h1
{color: #0A0028;
font: 24px bold Verdana, Arial, sans-serif;}

p {}

td {}

a:link
{ color: blue; 
text-decoration: none; 
border-bottom-style: dotted; 
border-bottom-width: 1px; }

a:visited
{
color: blue;
text-decoration: none;
border-bottom-style: dotted; 
border-bottom-width: 1px; 
}

a:hover
{
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
}

a:active
{
color: blue;
}

.textbox
{
float:left;
display:block;
position: absolute;
width: 280px; height: 100px;
left: 300px; top: 150px;
}

*html
.textbox
{                           
float:left;                 
display:block;              
position: absolute;         
width: 280px; height: 100px;
left: 300px; top: 160px;
}                           

.impressum
{
float:left;
display:block;
position: absolute;
width: 50px; height: 20px;
left: 650px; top: 550px;
}

.daten
{
font-size: 0.7em;
}

.imagebox
{
display:block;
position: absolute;
height: 310px; width: 250px;
padding: 5px 5px 5px 5px;
border: 2px solid #0A0028;
left: 450px; top: 200px;
visibility: visible; 
}

.logo
{
display:block;
position: absolute;
height: 130px; width: 145px;
left: 230px; top: 100px;
visibility: visible; 
}