body
{
         padding: 0;
         margin: 0;
}

a, body, input, textarea, table, table#tabelle, td.tabelle0, td.tabelle1, td.tabelle2, td.tabelle3
{
         font-weight: normal;
         font-variant: normal;
         font-family: Verdana;
         font-size: 12px;
}

td.oben
{
        vertical-align: top;
}

img.image0
{
         border: 2px solid;
         border-color: #ff9900;
         max-width: 80%;
}

img.banner
{
         width: 100px;
}

img.pic
{
         height: 60px;
}

pre
{
        white-space: pre-wrap;      /* CSS3 */
        white-space: -moz-pre-wrap; /* Gecko */
        white-space: -pre-wrap;     /* Opera 4-6 */
        white-space: -o-pre-wrap;   /* Opera 7+ */
        word-wrap: break-word;      /* IE 5.5+ */
}

pre.text
{
        font-family: Verdana;
        font-size: 12px;
        text-align: left;
}

pre.code
{
        border: 2px solid;
        border-color: #ff9900;
        background-color: #C0C0C0;
        font-family: "Courier New";
        font-size: 12px;
        text-align: left;
}

/* Seitenaufbau */

#page-container
{
         position: absolute;
         margin: auto;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
}

#header
{
         background-color: #333333;
         position: absolute;
         width: 100%;
         min-height: 160px;
         text-align: center;
         overflow: hidden;
         color: #ffffff;
}

#content
{
         position: absolute;
         top: 160px;
         right: 0;
         bottom: 44px;
         left: 0;
         padding: 4px;
         text-align: center;
         overflow: auto;
}

#bottom
{
         background-color: #333333;
         position: absolute;
         width: 100%;
         min-height: 40px;
         bottom: 0;
         padding-top: 4px;
         overflow: hidden;
         color: #ffffff;
}

* html #page-container
{
         position: absolute;
         width: 100%;
         height: 100%;
         margin: auto;
}

* html #header
{
         position: absolute;
         width: 100%;
         height: 160px;
}

* html #content
{
         position: static;
         width: 100%;
         height: 100%;
         border-top: 160px solid black;
         border-bottom: 40px solid black;
}

* html #bottom
{
         position: absolute;
         width: 100%;
         height: 40px;
}

/* Navigationsleiste */

#navigation ul
{
         margin: 0px;
         padding: 0px;
         letter-spacing: 2px;
         font-size: 0.8em;
         white-space: nowrap;
}

#navigation ul li
{
         display: inline;
}

#navigation ul li a
{
         border-right: 1px solid white;
         padding: 3px 10px;
         text-decoration: none;
         color: white;
         float: left;
}

#navigation ul li a:hover
{
         background-color: #ff9900;
         color: black;
}

a, a img
{
         color: white;
         border: 0 none;
         text-decoration: none;
}

a.links
{
         color: #ff9900;
         text-decoration: none;
}

a:hover.links
{
         color: #000000;
         text-decoration: underline;
}