html
{
height: 100%;
}
body
{
background-color: #ABC7E9;
height: 100%;
background-image:url(pic/hintergrund.jpg);
/*background-position: bottom center;
background-attachment: fixed;
background-repeat:no-repeat;*/
background-repeat: repeat;
padding: 20px;
}
body, table
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

table td
{
vertical-align: top;
}

h1
{
color: #CC0000;
font-size: 16px;
}
h2
{
color: #000066;
font-weight: bold;
font-size: 14px;
font-style: italic;
}

p, ul
{
color: #000066;
font-weight: bold;
}

img.knopf
{
float: left;
border: 0px;
padding-right: 8px;
}

a, a:visited
{
color: #006600;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active
{
color: #CC3300;
font-weight: bold;
text-decoration: none;
}

a img
{
border: 0px;
}