﻿/* @override 
    http://neu.boll-logistik.de/css/layout.css
    http://neu.boll-spedition.de/css/layout.css
    http://neu.spedition-boll.de/css/layout.css
*/

body{
    background: #FFF;
    text-align: center;
    padding: 0 20px;
    background: #FFF url('../_gfx/bg_body.jpg') center 90px  repeat-x;
}
#container{
    width: 910px;
    margin:0 auto;
    text-align: left;
    position: relative;
    top: 0; left: 0;
}
#header{
    height:  240px;
}
#logo{
    position: absolute;
    top: 16px; left: 0;
    z-index: 999;
    width: 200px;
    height:  60px;
    background: url('../_gfx/boll-logistik_your-international-way.gif');
    
}
#logo h1{
    display: none;
}
#service{
    float: right;
    margin: 16px 0; padding: 0;
    list-style-type: none;
    list-style-position:outside;
    text-transform: uppercase;
    font-size: 0.9em;
}
#service li{
    margin:0; padding: 2px 8px;
    display: block;
    float: left;
    line-height: 120%;
    border-right: 1px solid #000;
}
#service a{
    text-decoration: none;
    color: #000;    
    display: block;
    padding:  0; margin: 0;
}
#service a:hover {
    text-decoration: underline;
}
#service .active a{
    text-decoration: underline;
}
#service .last{
    border: none;
}
#language{
    float: right;
    margin: 16px 30px 16px 10px; padding: 0;
    list-style-type: none;
    list-style-position:outside;
}
#language li{
    margin:0; padding: 0 0 5px 10px;
    display: block;
    float: left;
}
#language li.active{
    background: url('../_gfx/arrow_lang.gif') 18px bottom no-repeat;
}

#search{
    position: absolute;
    top: 217px; left: 680px;
    z-index: 999;
    width:  200px;
    text-align: right;
}
#search form{
    margin: 0; padding: 0;
}
#search #searchterm{
    height: 14px;
    border: 1px solid #1ea02d;
    color: #666;
    width: 150px;
    padding: 0;
    background: url('../_gfx/menu_bg.gif') repeat-x;
}
#search #submitbt{
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
#headimg{
    position: absolute;
    top: 50px; width:  910px;
    text-align: right;
    z-index: 1;
}
#main{

    clear:both; float:none;
}
#content{
    padding: 15px 10px;
}

/* @group Menü */

/* @group 3. Ebene */

#menu ul ul ul{
    margin-left: 10px;
}
#menu ul ul ul li{
    width: 99%;
}
#menu ul .active ul .active ul a{
    color: #777;
    background: none;
    padding-left: 20px;
    font-weight: normal;
}
 
#menu ul .active ul .active ul .active a{
    color: #1a962b;
} 



/* @end */

/* @group 1. Ebene */

#menu{

    width: 220px;
    float: left;
}
#menu ul{
    padding: 0;
    margin: 50px 10px 60px 10px;
    border-top: 1px solid #CCC;
    list-style-type: none;
}
#menu ul ul{
    margin: 0;
}
#menu ul li{
    padding: 0; margin:0;
    display:block;
    width: 99%;
}
#menu ul a{
    color: #666;
    font-weight: bold;
    display:block;
    padding: 1px 10px 0 10px;
    border-bottom: 1px solid #CCC;
    line-height: 28px;
    text-decoration: none;
}
#menu ul .active a{
    background: url('../_gfx/menu_bg.gif') repeat-x;
    color: #1a962b;
}
#menu ul a:hover{
    background: url('../_gfx/menu_bg.gif') repeat-x;
}

/* @end */

/* @group 2. Ebene */

#menu ul ul{
    margin-top: -1px;
    padding-bottom: 3px;
    border: none;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
}
#menu ul li{
    width: 99%;
}
.dhlbox {
    margin-left: 5px;
    height: 60px;
    margin-bottom: 20px;
}
.dhlbox div{
    float: left;
}
.diesel {
    margin-left: 10px;
    margin-bottom: 20px;
}


#menu ul .active ul a{
    color: #777;
    font-size: 1em;
    font-weight: bold;
    padding: 0 10px 0 30px;
    line-height: 24px;
    font-weight: normal;
    background: none;
    border: none;
}
#menu ul ul .active a{
    color: #1a962b;
    font-weight: bold;
    background: url('../_gfx/ul-pfeil-green.gif') 15px center no-repeat; 
}
#menu ul ul a:hover{
    background-color: #F5F5F5;
}

/* @end */
/* @end */

.clear{
    clear:both;
    float:none;
}
#breadcrumb {
    margin: 0.5em 0;
    font-size: 0.9em;
}
#breadcrumb a{
    color: #666;
    text-decoration: none;
}

#content{
    width: 600px; 
    float:left;
    padding: 25px 30px 30px 60px;
}

#content .newsitem{
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #309D25;
    margin-bottom: 0.5em;
    padding-top: 0.5em; 
    padding-bottom: 0.5em;
    padding-left: 0.8em;
}   
#content .newsitem a{
    text-decoration: none;
    font-size: 0.9em;
}
#content .newsitem a:hover{
    text-decoration: underline;
}
#content .newsimg_left{
    float: left;
}
#content .newsimg_left img{
    margin-right: 10px;
}
#content .newsitem h3{
    color: #000000;
}   

#content .newsimg_right{
    float: right;
}
#content .newsimg_right img{
    margin-left: 10px;
}
#footer{
    border-bottom: 10px solid #309D25;
    border-right: 170px solid #309D25;  
    margin-top: 2em;
    padding-bottom: 0.3em;
    font-size:0.8em;
    margin: 0 10px;
}
#footer a{
    color:#000;
}
#sitemap a{
    color: #000;
    text-decoration: none;
}
#sitemap .level1{
    font-size: 1.1em;
    font-weight:bold;
    color:  #309D25;
}
#sitemap .level2{
    font-size: 1em;
    font-weight:normal;
}
#sitemap .level3{
    font-size: 0.8em;
    font-weight:normal;
}
