body, form, table, td, th, p, h1, h2, h3, a, img {
        font-family : Tahoma;
        color: Black;
}

body {
        background : White;
        font-size : 12pt;
        top : 10px;
        left : 10px;
        bottom : 10px;
        right : 10px;
}

a:link {
        color: Gray;
        text-decoration : none;
}

a:visited {
        color: Gray;
        text-decoration : none;
}

a:hover {
        color: Gray;
        text-decoration : underline;
}

p {
        font-size: 12pt;
}

h1 {
        font-size: 16pt;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

h2 {
        font-size: 14pt;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

h3 {
        font-size: 12pt;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

img {
        border: 0px;
}

table {
        border-style: solid;
        border-color : #C4C4C4;
}

td, th {
        vertical-align: top;
        text-align: left;
        padding : 5px 5px 5px 5px;

}

td {
        background-color : #C4C4C4;
}

th {
        background-color: #A8A8A8;
}

.center {
        text-align : center;
        vertical-align: middle;
}

.vollbild {
        width: 100%;
        height: 100%;
}

.weiss {
                background-color: White;
}

.muster {
	background-image : url(pic/table-bg.gif);
	background-repeat: no-repeat;
	background-attachment : fixed;
}

