body {
        margin: 0px;
}

td {
        font-family: Arial;
        font-size: 12px;
        line-height: 17px;
}

.underline
{
border-color: #000000;
border-bottom-width: 1;
border-bottom-style: solid;
}


.headline {
        font-weight: bold;
}

.smalltext {
        font-size: 10px;
        font-color:#000000;
}

.line {
        border-bottom: 1px solid #003300;
}

.box {
        margin-top: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        background: #D1D9C9;
}

a:link {
        color: #EC0000;
        text-decoration: none;
}

a:hover {
        text-decoration: none;
        color: #660000;
}

a:visited {
        text-decoration: none;
        color: #FF6666;
}

a.subnavi:link, a.subnavi:visited {
        color: ##CC0033;
        text-decoration: none;
        font-weight: bold;
}

input, select, textarea {
        background-color: #EAF7EA;
        font-size: 12px;
        color: #000000;
        font-family: Arial;
}

.list
{
border: solid 1px #5E5E5E;
padding-left:3px;
padding-right:3px;
padding-top:3px;
padding-bottom:2px;
background-image:url('img/kachel_list.gif');
}