﻿/* CSS Document */

body
{
background-image:url(img/bg.jpg);
background-repeat:repeat-y;
background-position:center;
margin:0;
padding:0;
}

td, tr, th
{
font-family:Arial;
font-size:12px;
}
.h4
{
background-image:url(img/h4hg.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
font-family:Arial;
font-size:12px;
font-weight:bold;
margin-top:15px;
margin-bottom:15px;
}
.bordertd
{
padding:10px;
}
.fuss
{
font-family:Arial;
font-size:10px;
font-weight:bold;
}
.tdfarbe
{
background-color:#ffffff;
}
.fusslink
{
font-family:Arial;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#eb8a17;
}
.textlink
{
font-family:Arial;
font-size:12px;
text-decoration:none;
color:#eb8a17;
}