body {
        background-image: url(../img/background.jpg);
        background-repeat: no-repeat;
        margin: 10px 10px 30px 5px;
        font-size: 12px;
        line-height: 16px;
        background-attachment: fixed;
        width:730px;
}
a {
        color: #007B35;
        text-decoration: underline;
}
a:hover {
        color: #EB1205;
}
hr {
        color: #007B35;
        height: 3px;
        border: 0px;
        border-bottom: 3px;
        border-style:double;
}
        /*
        image:
        height: 3px;
        border:40px;
        background-image: url(img/balken2.gif);

        dots:
        height: 4px;
        border-width:4px;
        border-style:dotted; */
td {
        font-size: 12px;
        line-height: 16px;
        padding-right: 10px;
        /*text-align:justify;*/
}

h1 {
        font-size: 21px;
        line-height: 26px;
        margin: 2px 0px 4px 0px;
}
h2 {
        font-size: 15px;
        line-height: 16px;
        margin: 1px 0px 2px 0px;
}
.image {
        border: solid 1px black;
}