/* BASE */

html{
    padding-bottom: 1px;
}
body{
    background: rgb(2, 2, 2);
    height: auto;
    min-height: 100%;
    line-height: 1.4;
    font-family:
        'Trebuchet MS',
        'Lucida Sans Unicode',
        'Lucida Grande',
        'Lucida Sans',
        Arial,
        sans-serif;
    text-align: left;
    font-size: 13px;
    color: rgb(59, 59, 59);
}
/*h1{
    margin: 1em 0 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: rgb(59, 59, 59);
    font-family:
        'Trebuchet MS',
        Tahoma,
        Arial,
        sans-serif;
    text-transform: uppercase;
}
h1 b{
    color: rgb(102, 153, 51);
    font-weight: normal;
}
h2{
    margin: 1em 0 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height:1.2;
    color: rgb(59, 59, 59);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}*/

h1{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height:1.2;
    color: rgb(102, 153, 0);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}
h2{
    margin: .2em 0 .5em 0;
    font-size: 16px;
    font-weight: normal;
    line-height:1.2;
    color: rgb(59, 59, 59);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}

p,ul,ol,table{
        margin:0 0 1em 0;
}
p{
}
ul{
}
ol{
}
td{
}
a{
    color: rgb(102, 153, 51);
}
a:hover{
    text-decoration: underline;
}
strong, b{
    font-weight:bold;
}
em, i{
    font-style:italic;
}
u{
    text-decoration:underline;
}
strike, s{
    text-decoration:line-through;
}
#website{
    width: 984px;
    margin: 10px auto 0 auto;
    position: relative;
    overflow: hidden;
}



.imgLeft{
    margin: 0 20px 20px 0;
}
/* HEADER */

#header{
    position: relative;
    float: left;
    width: 984px;
    min-height: 208px;
    background: url(../layout/bg_header.png) no-repeat 0 0 rgb(153, 204, 0);
    overflow: hidden;
}




/* RESET NAVIGATION LISTS */

.navLevel1, .navLevel2, .navLevel3, .smallNav1, .smallNav2{
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
.navLevel1 a, .navLevel2 a, .navLevel3 a, .smallNav1 a, .smallNav2 a{
    text-decoration: none;
}
.navLevel1 a:hover, .navLevel2 a:hover, .navLevel3 a:hover, .smallNav1 a:hover, .smallNav2 a:hover{
    text-decoration: none;
}





/* NAVIGATION ELEMENTS */

#logo{
    display: block;
    width: 203px;
    height: 73px;
    position: absolute;
    right: 20px;
    top: 109px;
    z-index: 9;
    overflow:hidden;
    text-indent: -999em;
}
#nav_header{
    float: left;
    margin: 108px 0 0 622px;
    overflow: hidden;
}
#nav_header ul{
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    list-style: none;
}
#nav_header li{
    position: relative;
    overflow: hidden;
}
#nav_header a{
    display: block;
    float: left;
    min-width: 106px;
    text-align: right;
    text-transform: uppercase;
    color: rgb(0, 0,0);
    padding: 0 5px 0 0;
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
}
#nav_header .active a{
    background: url(../layout/bg_header_nav_active_a.gif) no-repeat right center;
}
#nav_header .passive a:hover{
    color: rgb(150, 24, 26);
}

#nav_top{
    float: left;
    width: 984px;
    background: url(../layout/bg_nav_top.png) repeat-x 0 0 rgb(102, 153, 0);
    overflow: hidden;
    margin: 8px 0 0 0;

}
#nav_top ul{
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 0 11px;
}
#nav_top li{
    float: left;
    margin: 0;
    display: inline;
    overflow: hidden;
    border-right: 1px solid rgb(0, 0, 0);
}
#nav_top .active{
    background: url(../layout/bgNavTopHover.gif) no-repeat center top;
}
#nav_top a{
    text-transform: uppercase;
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
        padding: 10px;
        float: left;
}
#nav_top .passive a{
    color: rgb(255, 255, 255);
}
#nav_top .passive a:hover{
    color: rgb(150, 24, 26);
}
#nav_top .active a{
    background: url(../layout/bg_nav_top.png) repeat-x 0 -250px rgb(62, 62, 62);
    color: rgb(255, 255, 255);
}
#nav_top #navLevel1LastEntry{
    border: 0;
}

#nav_left{
    width: 300px;
    min-height: 420px;
    float: left;
    margin: 25px 0 0 20px;
    display: inline;
    background: rgb(153, 153, 153);
}
#nav_left ul{
}
#nav_left h3{
    width: 280px;
    margin: 6px 0 10px 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
}
#nav_left li{
    position: relative;
    float: left;
    width: 300px;
    overflow: hidden;
    margin: 0 0 3px 0;
}
#nav_left a{
    display: block;
    width: 280px;
    padding: 2px 10px 3px 10px;
    float: left;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
}
#nav_left .passive a{
    color: rgb(0, 0, 0);
}
#nav_left .passive a:hover{
    background: rgb(106, 142, 35);
}
#nav_left .active{
    margin: 0
}
#nav_left .active .active{
    margin: 0 0 3px 0;
}
#nav_left .active a{
    background: rgb(255, 255, 255);
    color: rgb(106, 142, 35);
}
#nav_left .active a:hover{
}
#nav_left .active .passive a{
    color: rgb(0, 0, 0);
    background: none transparent;
}
#nav_left .active .passive a:hover{
    color: rgb(0,0, 0);
}
#nav_left ul ul{
    padding: 3px 0 0 0;
    clear: both;
    float: none;
    background: rgb(153, 153, 153);
}
#nav_left ul ul a{
    padding-left: 20px;
}
#nav_left ul ul .passive a{
}
#nav_left ul ul .passive a:hover{
    background: rgb(106, 142, 35);
}
#nav_left ul ul .active a{
}
#nav_left ul ul .active a:hover{
}
#nav_left ul ul ul a{
    padding-left: 28px;
}
#nav_left ul ul ul .passive a{
}
#nav_left ul ul ul .passive a:hover{
}
#nav_left ul ul ul .active a{
    background: none transparent;
}
#nav_left ul ul ul .active a:hover{
}
#navLevel1FirstEntry{
}
#navLevel1SoleEntry{
}
#navLevel1LastEntry{
}
#navLevel2FirstEntry a{
}
#navLevel2FirstEntry ul a{
}
#navLevel2SoleEntry a{
}
#navLevel2LastEntry{
}
#navLevel3FirstEntry{
}
#navLevel3SoleEntry{
}
#navLevel3LastEntry{
}





/* CONTENT */
#content_wrapper{
    background: rgb(255, 255, 255);
    overflow: hidden;
    width: 984px;
    float: left;
}
#content_header{
    width: 613px;
    height: 420px;
    overflow: hidden;
    float: right;
    margin: 54px 20px 0 0;
}
#content{
    width: 624px;
    float: right;
    margin: 25px 20px 0 0;
    padding: 0 0 100px 0;
    display: inline;
}
#content.full_width{
    width: 944px;
    float: left;
    margin: 0 0 0 20px;
    padding: 25px 0 100px 0;
    display: inline;
}
.shop #content{
    width: 660px;
}
#content img{
}




/* FOOTER */
#footer{
    width: 984px;
    height: 342px;
    background: url(../layout/bg_footer.jpg) no-repeat 0 -40px rgb(0, 0, 0);
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
}
#nav_small_footer ul{
    text-align: center;
    display: inline
}
#nav_small_footer li{
    display: inline;
    padding: 0 5px 0 6px;
    background: url(../layout/bg_footer_nav_small.gif) no-repeat left center;
}
#nav_small_footer #smallNavFirstEntry{
    background: none transparent;
}
#nav_small_footer a{
    font-size: 13px;
    line-height:1.2;
    color: rgb(255, 255, 255);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}
#nav_main_footer ul{
    text-align: center;
}
#nav_main_footer li{
    display: inline;
    padding: 0 5px 0 6px;
    background: url(../layout/bg_footer_nav_main.gif) no-repeat left center;
}
#nav_main_footer #navLevel1FirstEntry{
    background: none transparent;
}
#nav_main_footer a{
    font-size: 13px;
    line-height:1.2;
    color: rgb(102, 153, 0);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}
#editMode #nav_main_footer .editButton,
#editMode #nav_small_footer .smallNav1 .editButton,
#editMode #nav_small_footer .smallNav1 #smallNavLastEntry,
#editMode #nav_main_footer #navLevel1LastEntry{
    display: none;
}
#lc{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
}



/* TEASER */

#teaser{
    width: 1000px;
    float: left;
    margin: 0 0 0 20px;
    padding: 25px 0 0px 0;
    display: inline;
    overflow: hidden;
}
.shop #teaser{
    display: none;
}
.teaser{
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
}
.teaser .image{
}
.teaser .image img{
    display: block;
}
.teaserContent{
    padding: 5px;
    margin: 10px 0 0 0;
    background: rgb(237, 237, 237);
}
.teaserContent *{
    color: rgb(0, 0, 0);
}
.teaserContent a{
    color: rgb(102, 153, 0);
}
.teaser h1{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height:1.2;
    color: rgb(102, 153, 0);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}
.teaser h2{
    margin: .2em 0 .5em 0;
    font-size: 16px;
    font-weight: normal;
    line-height:1.2;
    color: rgb(59, 59, 59);
    font-family:
        Tahoma,
        Verdana,
        Geneva,
        sans-serif;
    text-transform: uppercase;
}
.teaser p,ul,ol,table{
    margin: 0 0 0.5em 0;
}
.teaser a{
}
.teaser .overImage{
}
.teaser .belowImage{
    margin: .5em 0;
}
.teaser .textLink,
.teaser .downloadLink{
}
.teaser .textLink{
    font-weight: bold;
}
.App_TwoTextOneLink{
    float: left;
    overflow: hidden;
    border-top: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    margin-top: 23px;
}
.App_TwoTextOneLink .colLeft{
    width: 300px;
    float: left;
    overflow: hidden;
}
.App_TwoTextOneLink .colRight{
    width: 630px;
    float: right;
    overflow: hidden;
}
.App_TwoTextOneLink h1{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: rgb(59, 59, 59);
    font-family:
        'Trebuchet MS',
        Tahoma,
        Arial,
        sans-serif;
    text-transform: uppercase;
    color: rgb(102, 153, 51);
    font-weight: normal;
}
.App_TwoTextOneLink h2{
    margin: 0;
}
.App_TwoTextOneLink p,ul,ol,table{
    margin: 0 0 0.4em 0;
}
.App_TwoTextOneLink .textLink{
    display: block;
}
.App_ImageLeftTextLinkRight{
    float: left;
    overflow: hidden;
    border-top: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    margin-top: 23px;
}
.App_ImageLeftTextLinkRight .colLeft{
    width: 300px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.App_ImageLeftTextLinkRight .colLeft logo{
}
.App_ImageLeftTextLinkRight .colRight{
    width: 630px;
    float: right;
    overflow: hidden;
}
.App_ImageLeftTextLinkRight h1{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: rgb(59, 59, 59);
    font-family:
        'Trebuchet MS',
        Tahoma,
        Arial,
        sans-serif;
    text-transform: uppercase;
    color: rgb(102, 153, 51);
    font-weight: normal;
}
.App_ImageLeftTextLinkRight h2{
    margin: 0;
}
.App_ImageLeftTextLinkRight p,ul,ol,table{
    margin: 0 0 0.4em 0;
}
.App_ImageLeftTextLinkRight .textLink{
    display: block;
    margin: 0 0 0.4em 0;
    font-weight: bold;
}

.Text_Link_TextImageTwo h3{
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: rgb(59, 59, 59);
    font-family:
        'Trebuchet MS',
        Tahoma,
        Arial,
        sans-serif;
    text-transform: uppercase;
    color: rgb(102, 153, 51);
    font-weight: normal;
}
/*** Terminbaustein ***/
table.dates td.headlineDate{
    font-weight: bold;
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.headlineTime{
    font-weight: bold;
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.headlineContent{
    font-weight: bold;
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.date{
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.time{
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.description{
    border-bottom: 1px solid rgb(76, 75, 73);
    color: rgb(173, 173, 165);
}
table.dates td.description h3{
    font-weight: bold;
    color: rgb(173, 173, 165);
}
table.dates td.description p{
    color: rgb(173, 173, 165);
}



/* SHOP */

.shopPrice{
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.shopCurrency{
    font-size: 13px;
    color: rgb(255, 255, 255);
}
.shopLink{
    background: none rgb(143, 139, 132);
    color: rgb(43, 43, 41);
    text-transform: uppercase;
}
.shopLink:hover{
    background: none rgb(255, 255, 255);
    text-decoration: none;
}
input.shopLink{
    font-size: 12px;
}
.shopDelete{
    background: rgb(173, 173, 165);
    color: rgb(43, 43, 41);
}
.shopDelete:hover{
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}
.shopConfirm{
    color: #77a40c;
    font-weight: bold;
}
.shop .required b,
.shop .requiredError b{
    color: #a60000;
}
.shop hr{
    clear: both;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    background: none;
    height: 1px;
}
.shopColumn1 li,
.shopColumn2 li{
    border-bottom: 1px solid rgb(76, 75, 73);
}
.shopColumn1 li.first,
.shopColumn2 li.first{
    border-top: 1px solid rgb(76, 75, 73);
}
.shopShortArticle{
    border-bottom: 1px solid rgb(76, 75, 73);
}
.shopShortDescription{
    width: 200px;
}
.shopShipping td,
.shopShipping th{
    border-bottom: 1px solid rgb(76, 75, 73);
}
.shopStepActive{
    color: rgb(255, 255, 255);
}
.shopStepActive .shopNumber{
     background: rgb(255, 255, 255);
     color: rgb(43, 43, 41);
}
.shopStep{
    color: rgb(173, 173, 165);
}
.shopStep .shopNumber{
    background: rgb(173, 173, 165);
    color: rgb(43, 43, 41);
}
.shopStep a{
    color: rgb(173, 173, 165);
}
.shopPicture{
    border: 1px solid rgb(76, 75, 73);
}
.articlePictures{
    width: 180px; /* contained img width + borders */
}
.articleSmallPreview1,
.articleSmallPreview2,
.articleSmallPreview3,
.articleSmallPreview4{
    border: 1px solid rgb(76, 75, 73);
    margin-right: 4px;
}
.articleSmallPreview4,{
    margin-right: 0;
}
.shopCartImage{
    padding: 2px 2px 2px 0;
    text-align: center;
    vertical-align: middle;
}
.shopArticle table{
    width: 450px;
}
.shopArticle th{
    border-bottom: 1px solid rgb(76, 75, 73);
    border-top: 1px solid rgb(76, 75, 73);
    color: rgb(255, 255, 255);
}
.shopArticle td{
    border-bottom: 1px solid rgb(76, 75, 73);
    border-top: 1px solid rgb(76, 75, 73);
}
.shoppingCart td{
    border-bottom: 1px solid rgb(76, 75, 73);
    border-top: 1px solid rgb(76, 75, 73);
}
.shoppingCart th{
    font-weight: bold;
    border-bottom: 1px solid rgb(76, 75, 73);
}
.shoppingCartSmall{
    border-top: 1px solid rgb(76, 75, 73);
    border-bottom: 1px solid rgb(76, 75, 73);
    margin-bottom: 15px;
    line-height: 1.2;
}
.shoppingCartSmall p{
    background: url(/_media/base/layout/shop/bgCartSmall.gif) 5px center no-repeat;
    margin: 1px 0;
    padding: 5px 5px 5px 70px;
}
.shoppingCartSmall .shopLink{
    margin: 3px 0 0 0;
    float: none;
}
#nav .shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
    text-transform: none;
}





/* EDITMODE */
#editMode #nav_left li,
#editMode #nav_top li{
    position: relative;
}
#editMode #nav_left a,
#editMode #nav_top a{
    padding-left: 18px;
    position: relative;
}
#editMode #nav_header li{
    padding-right: 18px;
    position: relative;
}
#editMode #nav_left ul ul a{
    padding-left: 28px;
}
#editMode #nav_left .editButton,
#editMode #nav_header .editButton,
#editMode #nav_top .editButton{
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none transparent;
}
#editMode #nav_top .editButton{
    top: 10px;
    left: 0px;
}
#editMode #nav_left .editButton{
    top: 0px;
    left: 0px;
}
#editMode #nav_header .editButton{
    top: 1px;
    right: 0px;
}
#editMode #nav_left .editButton{
    top: 4px;
    left: 0;
}
#editMode #nav_left ul ul .editButton{
    left: 10px;
}
#editMode #nav_left ul ul ul .editButton{
    left: 32px;
}
#editMode #nav_left ul ul ul .editButton{
    position:absolute;
    left:34px;
}
#editMode .navLeft a.shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
}
