body,td,th,input,textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
body {
        background-color: #ffffff;
        background-image: url(../interface/aqua.jpg);
        background-position:center;
        background-attachment:fixed;
        margin: 0px;

}
form {
        margin: 0;
}
hr {
        margin: 15px 0px 15px 0px;
        color: #003366;
        height: 1px;
}
h1 {
        text-align: center;
        font-size: 20px;
        color: #003366;
        text-transform: uppercase;
}
h2 {
        font-size: 15px;
        color: #336699;
        margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
        color: #003366;
        text-decoration: none;
}
a:hover {
        text-decoration: none;
        color: #336699;
}
.note {
        color: #666666;
        font-size: 10px;
}
.menu {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 4px;
        padding-left: 8px;
}
.menu li {
        list-style-type: none;
        display: inline;
        padding-right: 1px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
        border-bottom: 0;
        padding: 4px 3px 4px 3px;
        color: #003366;
        background-color: #c2cadd;
        background-image: url(../interface/menu-oben.gif);
        background-repeat: no-repeat;

}
.menu a:hover {
        text-decoration: none;
        color: #336699;
}
.current a, .current a:link, .current a:active, .current a:visited {
        background-color: #FFFFFF;
        color: #000000;
}
.content {
        background-color: #ffffff;
        background-image: url(../interface/aqua-mitte.jpg);
        background-repeat: repeat-y;
        padding: 20px;
        height: 280px;
        width: 750px;
        text-align: left;
        vertical-align: top;
}
.row_a {
        background-color: #EEEEEE;
}
.row_b {
        background-color: #DDDDDD;
}
.hide {
        display: none;
}