/* ************************************************** */
/* Haupt-Stylesheet */
/* ************************************************** */


/* ************************************************** */
/* Allgemeine Angaben */

BODY {
    background-color: #00313F;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    font-style: normal;
    color: #333333;
    background-image: url("../upload/System/images/bg.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
    }

/* ************************************************** */
/* Tabellenformatierung */

/* Tabelle für die eigentliche Seite */
table#main {
    border: 2px solid #666666;
    text-align: left;
    background-color: #6C82D9;
    }

/* Einzelne Zellen */
td#page {
    border-left: 1px solid #222853;
    border-right: 1px solid #666666;
    background-color: white;
    padding: 20px 20px 20px 20px;
    vertical-align: top;
    }
td#aktuelles {
    background-color: white;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    border-right: 1px solid #666666;
    border-left: 1px solid #222853;
    }
td#suche {
    background-color: #6C82D9;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    }
td#imprint {
    background-color: white;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #222853;
    }
td#bottom_menu {
    height: 29px;
    background-image: url(../upload/System/images/tab_nav.png);
    background-repeat: repeat-x;
    background-position: top;
    }
/* Ränder */
.rand {
    background-color: #C0CAE5;
    text-align: center;
    }

/* ************************************************** */
/* Links */

a {
    text-decoration: none;
    color: #00485C;
    }
a:visited {
    color: #00485C;
    }
a:active {
    color: #FFB600;
    }
a:hover { 
    color: #00313F;
    text-decoration: underline;
    }

/* ************************************************** */
/* Sonstiges */

#line {
    width: 100%;
    height: 1px;
    background: #333333;
    margin: 0;
    overflow: hidden;
    }
#searchterm {
    width: 110px;
    background-color: #c0cae5;
    border: 1px solid white;
}
.piktogramm {
    background-position:0 0;
    height: 35px;
    width: 35px;
    margin-left: auto;
    margin-right: auto; 
}
.piktogramm:hover {
    background-position: 0 35px;
}
/* ************************************************** */
/* Copyright Simon Ismair, 2008 */
/* http://www.aletheios.de.ms */
/* ************************************************** */

.tabelle tr{
    background-color: transparent;
}
.tabelle tr:hover {
    background-color: #C0CAE5;
}
.aktuelles_box{
    margin-top: 230px;
}