/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

/* Main Layout Style */
BODY {
    color: #666666;
    background-color: #FFFFFF;
    margin: 0px;
}

/* Default Link Style */
A:link, A:visited {
    color: #E52324;
    text-decoration: none;
}
A:hover, A:active {
    color: #C0C7BE;
    text-decoration: none;
}

/* Formular */

INPUT{
    background: #FFFFFF;
    border-color: #C0C7BE;
    border-style: solid;
    border-width: 1px;
}

TEXTAREA{
    background: #FFFFFF;
    border-color: #C0C7BE;
    border-style: solid;
    border-width: 1px;
}

/* Header and Navigation */

A.sublink:link, A.sublink:visited {
    color: #333333;
    text-decoration: none;
}
A.sublink:hover {
    color: #E52324;
    text-decoration: none;
}

A.sublink_active:link, A.sublink_active:visited {
    color: #E52324;
    text-decoration: none;
}
A.sublink_active:hover {
    color: #333333;
    text-decoration: none;
}

TD.mainnavigation{
    padding-top: 30px;
    height: 48px;
    vertical-align: bottom;
    border-color: #C0C7BE;
    border-bottom-style: solid;
    border-width: 1px;    
}

TD.subnavigation{
    padding-top: 5px;
    height: 90px;
}

/* Content */

BODY.triangle{
    background-image:url(../images/eckli_unten.gif);
    background-repeat:no-repeat;
    background-attachment:fixed;
}

TD.inhalt{
    padding: 0px 10px 25px 25px;
}

.subtitle{
    font-weight: bold;
}

.subtitle_bl{
    color: #000000;
    font-weight: bold;
}

/* Footer */

A.language:link, A.language:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.language:hover, A.language:active {
    color: #E52324;
    text-decoration: none;
}


