/* BASIC STYLES
*/
html{
    padding-bottom: 1px;
    background: url(../layout/bgHtml.gif) repeat-x 0 0 #fff;
}
body{
    line-height: 1.4;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Arial, sans-serif;
    text-align: left;
    font-size: 13px;
    color: #666;
    padding-bottom: 100px;
    background: url(../layout/bgBody.jpg) no-repeat center top;
}
h1{
    margin: 0.8em 0;
}
h1,
h1 a,
h1 span{
    font-size: 24px;
    line-height: 1.2;
    color: #6ab023;
    font-weight: normal;
}
h2{
    margin: 0.8em 0;
}
h2,
h2 a,
h2 span{
    font-size: 16px;
    line-height:1.2;
    color: #1f2e7f;
    font-weight: normal;
}
h3{
    margin: 0.8em 0;
    font-size: 16px;
    line-height:1.2;
    color: #1f2e7f;
    font-weight: normal;
}
ul{
    list-style: disc;
    padding-left: 2em;
}
ol{
    list-style: decimal;
    padding-left: 3em;
}
table,
ul,
ol,
p{
    margin: 0 0 1em 0;
}
td{
}
a{
    color: #6ab023;
}
a:hover{
    text-decoration: underline;
}
strong, b, th{
    font-weight:bold;
}
em, i{
    font-style:italic;
}
u{
    text-decoration:underline;
}
strike, s{
    text-decoration:line-through;
}
img{
}


/* RESET NAVIGATION LISTS
*/
#navTop ul, #navLeft ul, #smallNav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
#navTop ul a, #navLeft ul a, #smallNav ul a{
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}
#navTop ul a:hover, #navLeft ul a:hover, #smallNav ul a:hover{
    text-decoration: none;
}


/* STRUCTURE
*/
#website{
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}
#wrapper{
    margin: 0;
    width: 960px;
    position: relative;
    overflow: hidden;
    float: left;
    padding:30px 0 100px 0;
    display: inline;
    background: url(../layout/bgWrapper.gif) repeat-y right top;
}


/* HEADER
*/
#header{
    position: relative;
    float: left;
    width: 960px;
    height: 324px;
}
#header img{
    border: 0;
    padding: 0;
    background: none transparent;
}
#headerImage{
    width: 705px;
    height: 249px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
#headerImage b{
    display: block;
    width: 940px;
    padding: 0 20px 0 0;
    line-height: 23px;
    background: url(../layout/overlayHeader.png);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: normal;
    text-align: right;
    z-index: 10;
}
#logo{
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 12;
}
#headerContact{
    position: absolute;
    left: 20px;
    top: 120px;
    z-index: 11;
    width: 210px;
    overflow: hidden;
}
#headerContact .teaser{
    width: 210px;
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
    background: 0;
}
#headerContact .teaser *{
    color: #c1a682;
    background: none transparent;
    border: 0;
    line-height: 1.2;
    font-family: Tahoma, Geneva, sans-serif;
}
#headerContact .teaser h3{
    margin: 0 0 0.4em 0;
    padding: 0;
}
#headerContact .teaserContent{
    margin: 0;
    padding: 0;
    border: 0;
    background: none transparent;
}
#headerContact .teaser p{
    margin-bottom: 1em;
}
#headerContact .teaser a{
    color: #c1a682;
}
#headerContact br.clear{
    display: none;
}


/* CONTENT
*/
#content{
    width: 450px;
    float: left;
    display: inline;
}
.shop #content{
    width: 660px;
}
#content img{
}


/* TEASER
*/
#teaser{
    width: 220px;
    float: right;
    display: inline;
    position: relative;
    margin: 0 0 0 0;
}
#teaser .clear{
    display: none;
}
.shop #teaser{
    display: none;
}
.teaser{
    width: 220px;
    margin: 0 0 25px 0;
}
.teaser .image{
    position: relative;
    overflow: hidden;
    width: 220px;
}
.teaser .image img{
    display: block;
}
.teaserContent{
    padding: 0 5px 0 14px;
}
.teaserContent *{
    color: #fff;
}
.teaserContent a{
    color: #fff;
}
.teaser h3{
    margin: 0.4em 0;
    padding: 0 5px 0 14px;

}
.teaser p,
.teaser ul,
.teaser ol,
.teaser table{
    margin: 0 0 0.4em 0;
}
.teaser a{
}
.teaser .overImage{
}
.teaser .belowImage{
}
.teaser .textLink,
.teaser .downloadLink{
    color: #fdcb00;
}
.teaser .textLink{
    background: url(../layout/bgTextLink.gif) no-repeat left 4px;
    padding-left: 10px;
}


/* NAV TOP
*/
#navTop{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 734px;
    overflow: hidden;
    z-index: 11;
    background: #6ab023;
}
#navTop ul{
    position: relative;
    float: left;
    overflow: hidden;
}
#navTop li{
    float: left;
    margin: 0;
    display: inline;
    overflow: hidden;
}
#navTop a{
    float: left;
    padding: 0 10px 0 25px;
    line-height: 28px;
    font-size: 15px;
    background: url(../layout/bgNavTopPassiveLi.gif) no-repeat 5px 11px;
}
#navTop .passive a{
    color: #fff;
}
#navTop .passive a:hover{
    color: #ff0c0c;
}
#navTop .passive{
}
#navTop .active{
}
#navTop .active a{
    color: #1f2e7f;
    background: url(../layout/bgNavTopActiveLi.gif) no-repeat 2px 9px;
}
#navTop #navLevel1FirstEntry a{
    background: none transparent;
    padding-left: 29px;
}
#navTop #navLevel1FirstEntry.active a{
    background: url(../layout/bgNavTopActiveLi.gif) no-repeat 6px 9px;
}


/* NAV LEFT */
#navLeft{
    width: 215px;
    min-height: 1px;
    float: left;
    margin: 0 35px 0 5px;
    display: inline;
    padding: 0;
}
#navLeft ul{
    border-top: 1px solid #d1d1d1;
}
#navLeft ul li{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
#navLeft ul span{
    display: block;
    border-bottom: 1px solid #d1d1d1;
}
#navLeft ul a{
    display: block;
    font-weight: normal;
    padding: 3px 5px 3px 25px;
    text-transform: uppercase;
}
#navLeft ul .active{
}
#navLeft ul .active a{
    color: #1f2e7f;
    background: url(../layout/bgNavLeftActiveA.gif) no-repeat 0 7px;
}
#navLeft ul .active a:hover{
}
#navLeft ul .passive{
}
#navLeft ul .passive a{
    color: #666;
    background: none transparent;
    font-weight: normal;
}
#navLeft ul .passive a:hover{
    background: #ff0c0c;
    color: #fff;
}
#navLeft ul ul{
    clear: both;
    float: none;
    border: 0;
}
#navLeft ul ul li{
}
#navLeft ul ul span{
}
#navLeft ul ul a{
    padding-left: 35px;
    text-transform: none;
}
#navLeft ul ul .active{
}
#navLeft ul ul .active a{
    background:none transparent;
    color: #1f2e7f;
}
#navLeft ul ul .active a:hover{
}
#navLeft ul ul .passive{
}
#navLeft ul ul .passive a{
    color: #666;
    background: none transparent;
    font-weight: normal;;
}
#navLeft ul ul .passive a:hover{
    background: #ff0c0c;
    color: #fff;
}
#navLeft ul ul ul{
}
#navLeft ul ul ul li{
}
#navLeft ul ul ul span{
}
#navLeft ul ul ul a{
}
#navLeft ul ul ul .active{
}
#navLeft ul ul ul .active a{
}
#navLeft ul ul ul .active a:hover{
}
#navLeft ul ul ul .passive{
}
#navLeft ul ul ul .passive a{
}
#navLeft ul ul ul .passive a:hover{
}

#signets img{
    border: 1px solid #e1e1e1;
    float: left;
    margin-top: 22px;
}
#signets .right img{
    float: right;
}

#smallNav{
    width: 200px;
    position: absolute;
    left: 18px;
    bottom: 20px;
}
#smallNav li{
    float: left;
    width: 100%;
    position: relative;
    background: url(../layout/bgSmallNavA.png) no-repeat 0 6px;
    padding: 0 0 0 13px;
    margin: 3px 0 0 0;
}
#smallNav a{
    color: #f3eaf3;
}
#smallNav ul a:hover{
    text-decoration: underline;
}

/* NEWS MODULE
*/
#content div.newsWrapper{
    margin: 0;
}


/* EVENT MODULE
*/
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 BORDER-COLOR AND STYLE
*/
.shop hr,
.shoppingCart th,
.shopSummaryFirst td,
.shoppingCart td,
.shopColumn1 li,
.shopColumn2 li,
.shopShipping td,
.shopShipping th,
.shopPicture,
.shopShortArticle,
.articleSmallPreview1,
.articleSmallPreview2,
.articleSmallPreview3,
.articleSmallPreview4,
.shopArticle td,
.shopArticle th,
.shoppingCartSmall{
    border-style: solid;
    border-color: #e0e8ce;
}


/* SHOP COLOR AND BACKGROUND COLOR
*/
.shopLink,
.shopStep .shopNumber,
.shopStepActive,
.shopStep,
.shopStep a,
.shoppingCartSmall .shopLink,
.shopDelete{
    color: #518b42;
}
.shopLink,
.shopStep .shopNumber,
.shopDelete{
    background: #e0e8ce;
    text-transform: uppercase;
}
.shopDelete:hover{
    background: #ff0000;
    color: #ffffff;
}
.shopLink:hover,
.shoppingCartSmall .shopLink:hover{
    background: #518b42;
    color: #fff;
    text-decoration: none;
}
.shopConfirm{
    color: green;
    font-weight: bold;
}
.shop .required b,
.shop .requiredError b{
    color: red;
}
.shopStepActive .shopNumber{
    background: #518b42;
    color: #fff;
}
.shopStep{
    opacity: 0.6;
}


/* SHOP FONT SIZES
*/
.shopPrice{
    font-Size: 16px;
}
.shopLink,
input.shopLink{
    font-size: 12px;
}


/* SHOP UNASSORTED
*/
.shopShortDescription{
    width: 200px;
}
.articlePictures{
    width: 180px;
}
.shopCartImage{
    padding: 2px 2px 2px 0;
    text-align: center;
    vertical-align: middle;
}
.shopArticle table{
    width: 450px;
}
.shoppingCartSmall{
    margin-bottom: 15px;
    line-height: 1.2;
}
.shoppingCartSmall p{
    background: url(/_media/base/layout/shop/bgCartSmall.gif) 5px center no-repeat;
    margin: 5px 0;
    padding: 5px 5px 5px 70px;
}
.shoppingCartSmall .shopLink{
    display: block;
    margin: 3px 0;
    float: none;
}
#navLeft .shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
    text-transform: none;
}


/* EDITMODE - RESET AND PREPARE NAV ELEMENTS
*/
#editMode #navLeft li,
#editMode #navTop li,
#editMode #smallNav li{
    position: relative;
}
#editMode .editButton img{
    border: 0;
    padding: 0;
    background: none transparent;
}
#editMode #navLeft .editButton,
#editMode #navTop .editButton,
#editMode #smallNav .editButton{
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none transparent;
}


/* EDITMODE - NAV TOP
*/
#editMode #navTop li{
    margin: 0 5px 0 0;
    padding: 0;
    background: none transparent;
}
#editMode #navTop a{
    padding-left: 18px;
    padding-right: 5px;
}
#editMode #navTop .editButton{
    top: 5px;
    left: 0;
}
#editMode #navTop .active a,
#editMode #navTop .passive a{
    background: none transparent;
}

/* EDITMODE - SMALL NAV
*/
#editMode #smallNav li{
    margin: 0 5px 0 0;
}
#editMode #smallNav a{
    padding-left: 18px;
}
#editMode #smallNav .editButton{
    top: 1px;
    left: 0;
}

/* EDITMODE - NAV LEFT
*/
#editMode #navLeft ul li{
}
#editMode #navLeft ul a{
    padding-left: 18px;
}
#editMode #navLeft ul .editButton{
    top: 4px;
    left: 0;
}
#editMode #navLeft ul ul li{
}
#editMode #navLeft ul ul a{
    padding-left: 36px;
}
#editMode #navLeft ul ul .editButton{
    left: 18px;
}
#editMode #navLeft ul ul ul li{
}
#editMode #navLeft ul ul ul a{
    padding-left: 54px;
}
#editMode #navLeft ul ul ul .editButton{
    left: 36px;
}

#editMode #headerImage b{
}

/* EDITMODE - SHOP LINK
*/
#editMode .navLeft a.shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
}

/* FANCYBOX
*/
#fancybox-outer,
.fancybox-title-inside{
    /*background: #F0ECE0;*/
}
.fancybox-title-inside *{
    /*color: #3e3e3c;*/
}

