/* doppio-one-regular - latin */
@font-face {
  font-family: 'Doppio One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/doppio-one-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/doppio-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/doppio-one-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/doppio-one-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/doppio-one-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/doppio-one-v13-latin-regular.svg#DoppioOne') format('svg'); /* Legacy iOS */
}
/* FONT
*/
body{
    text-align: left;
    font: normal normal normal 13px/19px Verdana, Geneva, Tahoma, sans-serif;
    color: #777;
}
h1,
h1 a,
h1 span,
.header-teaser h3{
    font: normal normal normal 26px/30px 'Doppio One', sans-serif;
    color: #0c62b9;
}
h1{
    margin: 20px 0;
}
h2,
h2 a,
h2 span,
h3{
    font: normal normal normal 18px/22px 'Doppio One', sans-serif;
    color: #555;
}
h2, h3{
    margin: 20px 0 15px 0;
}
a{
    color: #0c62b9;
}
a:hover{
    text-decoration: underline;
}
ul{
    list-style: disc;
    padding-left: 2em;
}
ol{
    list-style: decimal;
    padding-left: 3em;
}
table,
ul,
ol,
p,
.hr{
    margin: 0 0 19px 0;
}
td{
}
img{
}
.imgLeft{
    margin-right: 15px;
}
.imgLeft > a + p,
.imgLeft > img + p{
    margin-top: 5px;
}
.hr{
    border-color: #ccc;
}
.clear{
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
strong, b, th{
    font-weight:bold;
}
em, i{
    font-style:italic;
}
u{
    text-decoration:underline;
}
strike, s{
    text-decoration:line-through;
}


/* RESET NAVIGATION LISTS
*/
.navLevel1,
.navLevel2,
.navLevel3{
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
.navLevel1 a,
.navLevel1 a:hover,
.navLevel2 a,
.navLevel2 a:hover,
.navLevel3 a,
.navLevel3 a:hover{
    text-decoration: none;
}


html{
    background: url(../layout/bg-html.gif) #525252;
}
body{
  padding-top: 24px;
}
.header{
	width: 100%;
  min-width: 1014px;
  height: 423px;
  background: url(../layout/bg-top.png) no-repeat center top;
  margin: 0 0 18px 0;
}
.header-inner{
	width: 1000px;
  height: 423px;
  position: relative;
  margin: 0 auto;
}
.header .headerChuck{
 	width: 270px;
  height: 260px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 70px 30px 0 30px;
  background: url(../layout/bg-overlay-header.png) no-repeat 0 0;
  z-index: 15;
}
.header-image{
	width: 1000px;
  height: 330px;
  position: absolute;
  left: 0;
  top: 81px;
}
.header-image-overlay{
	width: 1000px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../layout/bg-overlay-headertop.png) no-repeat 0 0;
  z-index: 15px;
}
.logo{
	display: block;
  width: 105px;
  height: 122px;
  position: absolute; 
  top: -15px;
  left: 25px;
  z-index: 16;
}
.website{
	width: 940px;
  padding: 40px 30px;
  margin: 0 auto;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 0px 5px 0px #333;
  box-shadow: 0px 0px 5px 0px #333; 
}
.content{
    width: 640px;
    float: right;
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 50px 0;
}
.content .imgLeft img,
.content .imgRight img{
	display: block;
	padding: 4px;
  border: 1px solid #ccc;
}
.content .imgLeft p,
.content .imgRight p{
	font-weight: bold;
}
.sidebar-left{
	width: 270px;
  float: left;
  display: inline;
  position: relative;
  left: 0;
  top: 0;
}


.header .nav{
	width: 863px;
  position: absolute;
  left: 137px;
  top: 11px;
  z-index: 15;
}
.header .nav ul{
}
.header .nav li{
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    overflow: hidden;
  background: url(../layout/bg-navtop-li.png) no-repeat left center;
  padding: 0 6px 0 8px;
  position: relative;
}
.header .nav li:first-child{
	background: none transparent;
}
.header .nav span{
  	overflow: hidden;
    float: left;
    padding: 0 4px 0 0;
}
.header .nav a{
    font: normal normal normal 14px/30px 'Doppio One', sans-serif;
    float: left;
    padding: 0 7px 7px 11px;
  text-transform: uppercase;
}
.header .nav .active span{
	background: url(../layout/bg-navtop-active-li.png) no-repeat right 0;
}
.header .nav .active a{
    color: #fff;
    background: url(../layout/bg-navtop-active-span.png) no-repeat 0 0;
}
.header .nav .passive a{
    color: #fff;
}
.header .nav .passive a:hover{
    color: #c6c6c6;
}
.header .nav .active b{
	display: block;
  width: 9px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  background: url(../layout/bg-navtop-active-a.png) no-repeat 0 0;
}

.sidebar-left .nav{
    width: 268px;
}
.sidebar-left .nav ul{
    border: 1px solid #ccc;
  margin-bottom: 40px;
}
.sidebar-left .nav li{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
.sidebar-left .nav a{
    font: normal normal normal 13px/19px 'Doppio One', sans-serif;
    display: block;
    padding: 7px 20px 7px 10px;
    border-top: 1px solid #ccc;
  text-transform: uppercase;
}
.sidebar-left .nav > ul > li:first-child > span > a{
    border-top: 0;
}
.sidebar-left .nav .active > span > a{
    color: #00519e;
    background: url(../layout/bg-nav-sidebar.png) no-repeat 0 0 #f8f8f8;
  border-bottom: 1px solid #ccc;
}
.sidebar-left .nav .active.no-childcats > span > a{
    background: url(../layout/bg-nav-sidebar.png) no-repeat -268px 0 #f8f8f8;
  border-bottom: 0;
}
.sidebar-left .nav .passive a{
    color: #555;
    background: url(../layout/bg-nav-sidebar.png) no-repeat -268px 0 #f8f8f8;
}
.sidebar-left .nav .passive a:hover{
  background: url(../layout/bg-nav-sidebar.png) no-repeat -536px 0 #f0f0f0;
}
.sidebar-left .nav ul ul{
    clear: both;
    float: none;
    border: 0;
    margin: 0;
  border-top: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
}
.sidebar-left .nav ul ul a{
    padding: 5px 20px 5px 25px;
   font: normal normal normal 12px/18px Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  border: 0;
}
.sidebar-left .nav ul ul .active a,
.sidebar-left .nav ul ul .active.no-childcats a{
    color: #00519e;
    background: url(../layout/bg-nav-sidebar.png) no-repeat -804px -4px #ededed;
  border: 0;
}
.sidebar-left .nav ul ul .passive a{
    color: #555;
     background: #ededed;
}
.sidebar-left .nav ul ul .passive a:hover{
    color: #00519e;
  background: #ededed;
}
.sidebar-left-teaser{
	padding-bottom: 20px;
}
.footer{
	width: 100%;
  background: url(../layout/bg-footer.gif) repeat-x 0 0 #00408a;
  margin: 50px 0 0 0;
}
.footer-inner{
	width: 940px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
.footer-inner *{
	color: #fff;
  font-size: 11px;
  margin: 0;
}
.footer p{
	float: left;
  line-height: 21px;
}
.footer ul{
	float: right;
}
.footer li{
	float: left;
}
.footer .editButton{
	position: relative;
  top: 3px;
  left: 2px;
}
.footer ul a{
	border-left: 1px solid #fff;
  	padding: 0 5px;
  	line-height: 1;
  display: inline-block;
}
.footer ul li:first-child a{
	border: 0;
}

.sidebar-right{}
.shop .sidebar-right{
    display: none;
}
.teaser{
    width: 270px;
    margin: 0 0 25px 0;
}
.teaser .image{
    position: relative;
    top: 0;
    left: 0;
    width: 270px;
}
.teaser h3 + .image{
	margin-top: -7px;
}
.teaser .image img{
    display: block;
}
.teaserContent{
  padding: 10px 0 0 0;
}
.teaserContent *{
}
.teaserContent a{
}
.teaser h3{
  width: 262px;
  position: relative;
  left: -1px;
  top: 0;
  color: #fff;
    margin: 0;
  background: url(../layout/bg-h3-teaser-bottom.png) no-repeat left bottom;
  padding: 7px 9px 15px 11px;
  z-index: 1;
}
.teaser .overImage{
}
.teaser .belowImage{
}
.teaser p,
.teaser ul,
.teaser ol,
.teaser table{

}
.teaser .textLink,
.teaser .downloadLink{
}
.teaser .textLink{
}
.teaser .textLink:hover{
}
.header .headerChuck h1,
.header .headerChuck h2{
  width: auto;
background: none transparent;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}
.header .headerChuck *{
	color: #fff;
}
#headerTextLinkSlideshow  .pager{
	width: 100%;
  height: 20px;
  position: absolute;
  top: 300px;
  left: 0;
  text-align: center;
}
#headerTextLinkSlideshow  .pager a{
	display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  background: url(../layout/dots.png) no-repeat 0 0;
  text-indent: 20px;
  overflow: hidden;
}
#headerTextLinkSlideshow .pager .activeSlide{
  background-position: -25px 0;
}

div.content div.newsWrapper{
    margin: 0;
}
.link-facebook{
	display: block;
  width: 30px;
  height: 121px;
  text-indent: 30px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 210px;
  background: url(../layout/bg-link-facebook.png) no-repeat 0 0;
  overflow: hidden;
}
.textLink{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../layout/bg-teaser-textLink.gif) no-repeat right top;
  color: #fff;
  text-decoration: none;
  padding: 1px 20px 2px 5px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px #333;
  box-shadow: 0px 1px 2px 0px #333; 
}
.textLink:hover{
	text-decoration: none;
}
.newsWrapper .hr{
	border: 0;
}
.newsWrapper .hr + br{
	display: none;
}


.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: #8c5639; /* dark */
}


/* SHOP COLOR AND BACKGROUND COLOR
*/
.shopLink,
.shopStepActive,
.shopStep,
.shopStep a,
.shoppingCartSmall .shopLink,
.shopDelete{
    color: #8c5639; /* dark */
}
.shoppingCartSmall .shopLink{
    color: #fff;
}
.shopLink,
.shopStep .shopNumber,
.shopDelete{
    color: #ecd79d; /* light */
    background: #8c5639; /* dark */
    text-transform: uppercase;
}
.shopDelete:hover{
    background: #ff0000;
    color: #ffffff;
}
.shopLink:hover,
.shoppingCartSmall .shopLink:hover{
    background: #ecd79d; /* light */
    color: #8c5639; /* dark */
    text-decoration: none;
}
.shopConfirm{
    color: green;
    font-weight: bold;
}
.shop .required b,
.shop .requiredError b{
    color: red;
}
.shopStepActive .shopNumber{
    background: #8c5639; /* dark */
    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;
}
.nav-left .shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
    text-transform: none;
}

/* EDITMODE - RESET AND PREPARE NAV ELEMENTS
*/
#editMode .header .nav li{
  position: relative;
  padding-left: 18px;
  background-image: none;
  padding-right: 5px;
}
#editMode .editButton img{
    border: 0;
    padding: 0;
    background: none transparent;
}
#editMode .nav a.editButton{
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none transparent;
}
#editMode .adminModuleCenterBar img,
#editMode .adminModuleSideBar img,
#editMode .adminNewModule img,
#editMode .adminCopyAllModule img{
    box-shadow: none;
}


/* EDITMODE - NAV TOP
*/
#editMode .header .nav li{
    margin: 0;
    padding-right: 5px;
}
#editMode .header .nav a{
  padding-left: 4px;
  padding-right: 0;
}
#editMode .header .nav .editButton{
    top: 2px;
    left: 0;
}


/* EDITMODE - NAV LEFT
*/
#editMode .sidebar-left .nav a{
    padding-left: 18px;
  	padding-right: 0;
}
#editMode .sidebar-left .nav span{
    padding-left: 0;
  	padding-right: 0;
}
#editMode .sidebar-left .nav .editButton{
    top: 8px;
    left: 0;
  padding-left: 0;
}
#editMode .sidebar-left .nav ul ul a{
    padding-left: 36px;
}
#editMode .sidebar-left .nav ul ul .editButton{
  top: 5px;
    left: 18px;
  padding-left: 0;
}
#editMode .sidebar-left .nav ul ul ul a{
    padding-left: 54px;
}
#editMode .sidebar-left .nav ul ul ul .editButton{
    left: 36px;
}


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