/**
 * Beschreibung.
 *
 * @author     Markus Müller <markus.mueller@simovative.com>
 * @copyright  2006 Simovative GmbH
 * @license    Simovative GmbH
 * @link       http://www.simovative.com
 */

    /*
    {{{ Allgemeine Struktur
    */

    #site_struct {
        width: 770px;
        margin: 0 auto;
        text-align: left;
    }

    /*
    {{{ Header
    */

    #header {
        height: 80px;
        background: #125697;
        color: #333;
    }

    #header #logo {
        width: 168px !important;
        width: 165px;
        padding-top: 24px;
        text-align: center;
        float: left;
    }

    #header #topnav {
        height: 55px;
        line-height: 55px;
        margin: 0 0 0 168px !important;
        margin: 0 0 0 165px;
        padding-right: 10px;
        border-left: 1px solid #fff;
        background: #125697;
        color: #fff;
        text-align: right;
        font-size: 11px;
    }

    #header #topnav a {
        background: #125697;
        color: #fff;
    }

    #header #topnav a:link, #header #topnav a:visited {
        text-decoration: none;;
    }

    #header #topnav a:hover {
        text-decoration: underline;
    }

    #header #topnav a:active {
        text-decoration: underline;
    }

    #header #mainnav {
        height: 24px;
        margin-left: 168px !important;
        margin-left: 165px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background: #91b0d7;
    }

    #header #mainnav li {
        height: 24px;
        line-height: 24px;
        border-right: 1px solid #fff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        list-style: none;
        float: left;
    }

    #header #mainnav li:hover {

    }

    #header #mainnav li a {
        display: block;
        padding: 0 10px;
        background: #91b0d7;
        color: #333;
        text-decoration: none;
    }

    #header #mainnav li a:hover {
        background: #fff;
        color: #333;
    }

    /*
    }}}
    {{{ Sidemenu
    */

    #sidemenu {
        width: 168px;
        height: 400px;
        padding-bottom: 70px;
        background: #91b0d7 url(../img/sidebar_bg.png) no-repeat bottom right;
        float: left;
    }

    #sidemenu ul {
        margin: 0;
        padding: 0;
    }

    #sidemenu ul li {
        padding: 5px 0 5px 16px;
        border-top: 1px solid #fff;
        color: #fff;
        list-style: none;
    }

    #sidemenu ul li:hover {
        background: #91b0d7 url(../img/sidebar_bullet.png) no-repeat left center;
    }

    #sidemenu ul li.sel {
        background: #91b0d7 url(../img/sidebar_bullet.png) no-repeat left center;
    }

    #sidemenu ul li a {
        background: #91b0d7;
        color: #fff;
        text-decoration: none;
    }

    #sidemenu ul li a:hover {
        background: #91b0d7;
        color: #333;
    }

    #sidemenu ul li a:active {
        background: #91b0d7;
        color: #333;
    }

    /*
    }}}
    {{{ Main
    */

    #main {
        margin: 1px 0 0 180px;
    }

    #main #footer {
        margin-top: 10px;
        border-top: 1px solid #ccc;
        background: #fff;
        color: #666;
        font-size: 11px;
        clear: both;
    }

    /*
    }}}
    {{{ Content
    */

    #main #content {
        padding-bottom: 10px;
        float: left;
    }

    #main #content #content_left {
        /*
        width: 280px !important;
        width: 277px;
        */
        float: left;
    }

    #main #content h1 {
        margin: 10px 0;
        font-size: 12px;
    }

    #main #content #content_right {
        margin-left: 10px;
        float: right;
        text-align: left;
        max-width:300px;
        /*
        width: 300px;
        margin-left: 290px !important;
        margin-left: 287px;
        */
    }

    #newsbox {
        margin: 10px 0 0 0;
        padding: 1px;
        border: 1px solid #676767;
        width: 100%;
    }

    #newsbox h1 {
        padding: 5px;
        background: #125697;
        color: #fff;
        font-size: 12px;
    }

    #newsbox ul {
        margin: 0;
        padding: 0;
    }

    #newsbox ul li {
        padding: 5px;
        border-top: 1px solid #fff;
        background: #eaeaea;
        color: #333;
        list-style: none;
    }

    #newsbox ul li h2 {
        width: 80px;
        margin: 0;
        background: #eaeaea; 
        color: #666;
        font-size: 11px;
        float: left;
    }

    #newsbox ul li p {
        margin: 0 0 0 80px;
        font-size: 11px;
    }

    /*
    }}}
    */
