﻿@import url("layout.css");
body {
        font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
        font-size: 0.8em;
        color: #000;
        background-color: #FF6633;
}
#container {
        width: 630px;
        margin: 0 auto;
        background-color: #FF1810;
}
#masthead {
        text-align: right;
        width: 630px;
        overflow: auto;
        background-color: #FF1810;
}
#sidebar {
        float: left;
        width: 125px;
        background-color: #FF1810;
        position: relative;
        clear: both;
        display: inline;
}
#content {
        float: left;
        width: 446px;
        padding: 15px;
        overflow: auto;
        background-color: #fff;
        margin: 0px;
        position: relative;
}
#content img {
        display: block;
}
#footer {
        clear: both;
        width: 630px;
        background-color: #FF1810;
        padding: 0;
        overflow: auto;
        margin-top: 0px;
}
#masthead img {
        float: left;
}
#masthead p {
        text-align: right;
        margin: 0;
        margin-top: 5px;
        margin-right: 10px;
        padding: 0;
}
/* Formatvorlagen fur die Navigation */
#sidebar ul {
        list-style-type: none;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
}
#sidebar li {
        display: block;
        border: 1px solid #FF6633;
}
#sidebar a {
        font-weight: bold;
        text-decoration: none;
        color: white;
        display: block;
        padding: 5px;
        border-bottom: 1px solid #FF6633;
}
#sidebar a:hover {
        font-weight: bold;
        text-decoration: none;
        color: white;
        border-bottom: 1px solid #FF6633f;
        background-color: #FF6633;
}

#sidebar a#show {
  background-color: #FF6633;
  color: white;
}


/* Formatvorlagen fr Fuzeile */
#footer p {
        font-size: 0.9em;
        text-align: center;
        margin: 0px;
        padding: 2px;
}
#footer a {
        color: #333;
        text-decoration: underline;
}
#footer a:hover {
        color: #333;
        text-decoration: none;
}
a {
        color: #04b;
        text-decoration: underline;
}
a:hover {
        color: #333;
        text-decoration: underline;
}
.style_bold {
        font-weight: bold;
}
.style_italic {
        font-style: italic;
}

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}