/*
    Stylesheets Wolpertinger95
    (c) 2003-2004 Wolfgang Schreiner
    support@woschnet.de
*/

/*========================================*/

/* Allgemein */
body,p,th,td,h2,h3,div {
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*========================================*/

body {
    background-color: #333366;
    margin-bottom: 20px;
}

/*========================================*/

table.content {
    background-color: #FFFF00;
    background-image: url(/pic/hintergrund_farbverlauf.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin-left: 35px;
}

table.content th {
    height: 55px;
    padding-left: 110px;
    background-image: url(/pic/hopfen_drippel.gif);
    background-repeat: no-repeat;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #FF0000;
}

table.content td {
    vertical-align: top;
    padding: 8px;
    font-size: 12px;
}

/*========================================*/

table.contenttext th {
    text-align: left;
    font-weight: bold;
    padding: 8px;
    font-size: 18px;
    color: #FF0000;
}

table.contenttext td {
    vertical-align: top;
    padding: 8px;
    font-size: 14px;
    color: #00CC00;
}

table.contenttext img {
    margin-right: 8px;
    border-style: solid;
    border-color: #00CC00;
    border-width: 2px;
}

/*========================================*/

table.kopf {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 15px;
}

table.kopf img {
    border-width: 0px;
}

/*========================================*/

table.navigation td {
    text-align: center;
    padding-bottom: 15px;
}

table.navigation img {
    border-width: 0px;
}

/*========================================*/

table.links td {
    vertical-align: top;
}

table.links a {
    font-weight: bold;
    text-decoration: none;
    color: #00CC00;
}

table.links a:hover {
    text-decoration: underline;
}

/*========================================*/

h2 {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #00CC00;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

/*========================================*/

ul {
    list-style: square;
}

/*========================================*/

a {
    color: #333366;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/*========================================*/

div.weiter {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

div.weiter a {
    color: #FF0000;
}

/*========================================*/

div.disclamer {
    font-size: 10px;
}

/*========================================*/

