a { text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
a.klein { text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    color: #FFFFFF;
}
a.activ_klein {
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #808080;
}
a.activ {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #FF0000;
}
a:hover {
    text-decoration: underline;
}
th {
    font-size: 12px;
}
a.mini {
    font-weight: none;
    font-size: 10px;
}
div.activ {
    font-weight: bold;
    font-size: 12px;
    color: #808080;
}
h1 {
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
h2 {
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
td {
    font-size: 12px;
}
td.iframe {
    font-size: 12px;
    color: #808080;
}
td.dunkel {
    font-size: 12px;
    color: #2A2A2A;
}
td.klein {
    font-size: 10px;
    color: #2A2A2A;
}
td.kleinW {
    font-size: 10px;
}
body {
    font-family: Arial;
    font-size: 12px;
}
input {
    height: 17;
    border: 1px solid;
    border-color: #808080;
    vertical-align: middle;
    font-size: 12px;
}
input.error {
    height: 17;
    border: 1px solid;
    border-color: #FF0000;
    vertical-align: middle;
    font-size: 12px;
    color: #FF0000;
}
input.right {
    height: 17;
    border: 1px solid;
    text-align: right;
    border-color: #808080;
    vertical-align: middle;
    font-size: 12px;
}
input.big {
    height: 17;
    border: 1px solid;
    text-align: right;
    font-weight: bold;
    border-color: #808080;
    vertical-align: middle;
    font-size: 12px;
}
button {
    height: 17;
    border: 1px solid;
    border-color: #808080;
    vertical-align: middle;
    font-size: 12px;
}
select {
    height: 14;
    border: 0px solid;
    vertical-align: middle;
    font-size: 12px;
}
textarea.agb {
    background: #C0C0C0;
    border: 1px solid;
    border-color: #808080;
    font-family: Arial;
    font-size: 12px;
}
.copyright {
	font-size: 10px;
         padding-right: 8px;
         color: #808080;
}
a.cr {
	font-size: 10px;
         color: #808080;
}