/* css by dbeuchert.com */

    /* global stuff */
    body {
        background:#E0E0D9;
        color:#000;
        font-family:Verdana, Arial;
        font-size:10px;
    }
    a {
        color:#660000;
        text-decoration:none;
    }
    a:hover {
        text-decoration:underline;
    }


    /* div construct */
    .mainContent {
        margin:20px auto;
        width:950px;
        height:600px;
    }
    .header {
        height:163px;
        background:transparent url(../img/bg.png) no-repeat;
    }
    .menu {
        margin-bottom:3px;
        width:auto;
        background:transparent;
        position:relative;
        top:-43px;
        padding-left:160px;
        /*text-align:center;*/
        font-family:Verdana;
        letter-spacing:-1px;
    }
    .submenu {
        height:20px;
        width:790px;
        padding-top:2px;
        background:#660000;
        position:relative;
        top:-43px;
        padding-left:160px;
    }
    .content {
        min-height:437px;
        background:#FFF;
        position:relative;
        top:-43px;
    }
    .footer {
        width:950px;
        height:30px;
        margin-top:-31px;
        text-align:center;
    }

    /* menu */
    .menu a, .submenu a {
        padding-left:6px;
        padding-right:6px;
        padding-bottom:3px;
        color:#FFF;
        font-size:15px;
        font-weight:bold;
        text-decoration:none;

    }
    .menu a:hover {
        background:#660000;
    }
    .submenu a {
        font-weight:normal;
        font-size:13px;
        color:#CCC;
    }
    .submenu a:hover {
        color:#FFF;
    }
    .sublink_active {
        color:#FFF !important;
    }
    .link_active {
        background:#660000;
    }

    /* content */
    .media1 {
        width:766px;
        padding:20px;
        padding-left:168px;
        padding-right:16px;
        background:transparent url(../img/nshw_logo.png) no-repeat;
        background-position:0px 0px;
        line-height:1.4em;
    }
    .media2 {
        width:766px;
        padding:20px;
        padding-left:168px;
        padding-right:16px;
        background:transparent url(../img/nshw_logo_akt.png) no-repeat;
        background-position:0px 0px;
        line-height:1.4em;
    }

    /* format */
    .std {
         text-align:justify;

    }

    .stdlist {

         color: #808080;

             }

     .std-pic {
         text-align:justify;
         margin-top: 5px;
         margin-bottom: 5px;
         padding-top: 10px;


    }

    .box {

         margin-top: 20px;
         margin-left: 50px;
         padding: 10px;
         padding-bottom: 20px;
         width: 250px;
         text-transform:uppercase;
         color: #660000;

         }

    .profilbild {
         margin-top:-5px;
         margin-right:0px;
         padding-left:0px;


         }

    .descr {
         color:#808080;
         margin-left:20px;

         }

    .table-content {
         vertical-align: top;
         width:450px;
         padding-top:10px;
         padding-left:10px;
    }

    .t_date {
         padding-left:10px;
    }

    .t_date2 {
         color:#808080;
         vertical-align:top;
    }
