@charset "UTF-8";


@media screen, projection
{
    /* Global Settings */
    html *
    {
        font-size:100,01%;
    }

    body
    {
    	height:100%;
        font-size: 0.625em; /* 10px */
        margin-bottom: 1px;

        text-align:center;
        margin:0px;
        margin-left:auto;
        margin-right:auto;
        background:url('../images/bg.gif') repeat-x #AAAAAA;
        font-family:"Trebuchet MS",Arial,sans-serif;
        
        overflow-y:scroll;
    }

    .typo3-adminPanel
    {
        text-align:left;
    }

    img {
        border:0;
    }

    /* LINKS */
    a
    {
        color:#000;
    }

    a.menu:link, a.menu:visited, a.menu:active
    {
      text-decoration:none;
      color: #000000;
    }

    a.menu:hover
    {
      text-decoration:underline;
      background:#c40008;
      color: #fff;
    }

    a.pdf
    {
        padding-right:14px;
        background:url('../images/icons/pdf.gif') right center no-repeat;
    }

    /* ID's */

    #container {
        width:792px;
        min-height:700px;
        margin:0px auto;
        text-align:left;
    }

    #logo {
        width:222px;
        height:151px;
        margin:0px 0px 8px 0px;
        float:left;
        background:url('../images/logo.gif') no-repeat;
    }
    #logo a
    {
        display:block;
        width:222px;
        height:151px;
    }
    #TopOben a
    {
        display:block;
        width:792px;
        height:142px;
    }
    #banner {
        width:562px;
        height:151px;
        margin:0px 0px 8px 0px;
        float:right;
        background:url('../images/banner.jpg') no-repeat;
    }
   #TopOben {
        width:792px;
        height:142px;
        margin:0px 0px 0px 0px;
        float:left;
        background:url('../images/banner_Neu.gif') no-repeat;
    }
    #left
    {
        clear:left;
        position:relative;
        width:222px;
        height:300px;
        float:left;
    }

    #right
    {
        clear:right;
        position:relative;
        width:562px;
        height:300px;
        float:right;
    }

    /* Menu,... */

    .leftTop
    {
        width:222px;
        height:13px;
        margin:0px;
        background:url('../images/l_corner_top.gif') no-repeat;
        font-size:1px;
    }

    .leftInner
    {
        width:222px;
        padding:4px 20px 4px 20px;
        background:url('../images/l_mid.gif') repeat-y;
        /*font-size:0.85em;*/
    }

    .leftBottom {
        width:222px;
        height:13px;
        margin:0px 0px 8px 0px;
        background:url('../images/l_corner_bottom.gif') no-repeat;
        font-size:1px;
    }

    td {
        padding-left:4px;
        padding-right:4px;
    }
}
