html {
        height:100%;
}
body {
        text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0;
        padding:0;
        height:100%;
}

/* Home Links */
#home_left {
        position: absolute;
        top: 143px;
        left: 61px;
}
/* Home Rechts */
#home_right {
        position:absolute;
        top: 143px;
        left: 320px;
}
li {
        font-size: 12px;
}
/* Linke Spalte */
#left_part {
        position:fixed;
        top:0;
        left:0;
        height:100%;
        width:320px;
        background:#fff;
        border-right:7px solid #cc3300;
        z-index:10;
}
#left_part table.links {
        position:absolute;
        top:155px;
        right:0;
}
#left_part a.navu {
        text-decoration: none;
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 2px;
}
#left_part a.navu:link {
        color: #333366;
}
#left_part a.navu:visited {
        color: #333366;
}
#left_part a.navu:hover {
        color: #333366;
        font-weight: bold;
}
#left_part a.navu:active {
        color: #cc3300;
}

/* Hauptnavigation */
#nav {
        position:fixed;
        top:0;
        left:327px;
        width:643px;
        height:156px;
        background:transparent url(../../bilder/gradient_nav.png) repeat-x bottom left;
        z-index:10;
}
table.rechts_n {
        position:absolute;
        bottom:52px;
        left:45px;
        width:593px;
        border:0;
        table-layout:fixed;
}
table.rechts_n td {
        border-right:2px solid #cc3300;
        padding:0 0 0 4px;
}
table.rechts_n td.rechts_last {
        border:0;
}
a.navr {
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-variant: small-caps;
        font-size:12px;
        font-weight: normal;
        letter-spacing: 2px;
}
a.navr:link {
    color: #cc3300;
}
a.navr:visited {
    color: #cc3300;
}
a.navr:hover,
a.selected {
        color: #cc3300;
        font-weight: bolder;
}
a.navr:active {
    color: #333366;
}
/* Content */
#rechts {
        position:absolute;
        top:156px;
        left:327px;
        width:643px;
        background:#fff;

}
#rechts #text {
        margin:0 0 100px 50px;
}
h6 {
        padding-top:0px;
        margin-top:0px;
        line-height: 16px;
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        color: #333366;
}
h1 {
        margin-top: 20px;
        line-height: 16px;
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        color: #333366;
}
h2 {
        margin-top: 10px;
        line-height: 14px;
        font-style: normal;
        font-size: 12px;
        font-weight: bold;
        color: #333366;
}
p {
        margin-top: 5px;
        line-height: 22px;
        font-family: "Trebuchet MS";
        font-style: normal;
        font-size: 14px;
        font-weight: normal;
        color: #333366;
}
ul, li {
        margin-top: 3px;
        color: #333366;
        line-height: 22px;
        font-family: "Trebuchet MS";
        font-style: normal;
        font-size: 14px;
        font-weight: normal;
}
.rot     {
         color: #cc3300;
}

/* Footer */
#footer {
        position:fixed;
        bottom:0;
        left:327px;
        width:593px;
        height:36px;
        background:transparent url(../../bilder/gradient_footer.png) repeat-x top left;
        z-index:10;
        font-size:11px;
        padding:20px 0 0 50px;
}
#footer a {
    color: #cc3300;
}
#footer a:visited {
    color: #cc3300;
}
#footer a:hover,
#footer a.selected {
        color: #cc3300;
        font-weight: bolder;
}
#footer a:active {
    color: #333366;
}
