@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}


body {
	font-size:10pt;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #dad7cc url(../images/bodybg.jpg) no-repeat center top;
}


/* @group header */

/* @group mainmenu */
#logo, #logo a{
	display: block;
	width: 261px;
	height: 66px;
	padding: 20px 0;
}
#logo a:link, #logo a:visited{
	background: transparent url(../images/logo.png) no-repeat;
}
#logo a:hover, #logo a:active{
	background-position: 1px 1px;
}

#mainmenu{
	width: 960px;
	border-bottom: 1px solid #FFF;
}
#mainmenu ul{
    display: block;
    height: 29px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
	background: #ae2c17;
}
#mainmenu ul li{
	list-style-position: inside;
	display: inline;
	height: 29px;
	padding-top: 6px;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited{
    color: #d3ceb8;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 6px;
    line-height: 29px;
}

#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li.current a{
	color: #FFFFFF;
}


/* @end */

#header{
	width: 960px;
	padding: 0;
	text-align: right;
	position: relative;
    height: 128px;
    margin-bottom: 3px;
}

#lang_menu {
display: none;}
#logarea{
	display: block;
	float: right;
	padding: 8px;
}
#logarea input{
	display: block;
	float: right;
	margin-left: 8px;
}
#logarea input[type=submit]{
	width: 30px;
	padding: 3px 2px;
}
/* @end */

#site{
	width: 960px;
	font-size:10pt;
	margin: 20px auto 0 auto;
	padding: 0 0 0 20px;
	font-family: Arial, Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #FFF;
	-moz-box-shadow: 0 0 7px black;
	-webkit-box-shadow: 0 0 7px black;
	box-shadow: 0 0 7px black;
	background: #FFF url(../images/dots.jpg) no-repeat right bottom;
}


a:link, a:visited {
	text-decoration:none;
	color: #666;
}
a:hover, A.active, a.current, .current a {
	color: #bd151c;
}
a img{
	border: none;
}
input, textarea{
	background: #f8f7f5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 4px;
	border: 1px solid #CCC;
	color: #bbb6a1;
	-webkit-box-shadow: inset -1px -1px 2px 0px #777777;
box-shadow: inset -1px -1px 2px 0px #777777;
}
input:focus, textarea:focus{
	color: #555247;
}
input[type=submit]{
	float: left;
	display: block;
	font-size: 12px;
	color: #FFF;
	border: none;
	text-align: left;
	padding: 4px 23px 5px 23px;
	margin: 0;
   	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0 0 2px black;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	background: url(../images/form_button_bg.png) no-repeat 0 -106px;
}
input[type=submit]:hover{
	background: url(../images/form_button_bg.png) no-repeat 0 -6px;
}
.smalltxt{
	font-size: 9pt;
	color: #aaa;
}

p {
	padding: 0 0 8px 0;
}

hr{
	height: 1px;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 9px 0;
}
h1, h2, h3, h4, h5, h6, #submenu a, #mainmenu a { font-family:  Arial, sans-serif; }

h1 {
    color: #B62E18;
    font-size: 23pt;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.6em 0;
    text-transform: none;
}
h2 {
	font-size:17pt;
	padding: 10px 0 7px 0;
	color: #bbb6a1;
}
h3 {
   color: #bbb6a1;
    font-size: 13pt;
}
h4 {
	font-size:11pt;
	padding: 0 0 7px 0;
	color: #bbb6a1;
}
h5 {
	font-size:8pt;
	font-weight: normal;
	font-style: normal;
	padding: 4px 0;
	color: #142e6a;
}
#flash_notice, .flash_notice{
	background: #B62E18;
    border: 2px solid #B62E18;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #FFF;
    font-weight:bold;
    padding:4px 9px;
    margin: 0 0 11px 0;
    font-size: 1.1em;
    line-height: 1.3em;
}




.divider{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #DDD;
	margin: 12px 0;
	clear:  both;
}
.clear{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}


/* @group siteimage */
#siteimage{
	width: 960px;
	height: 275px;
	margin:0;
}

/* @end */





#container{
	width: 960px;
	margin:0 auto;
	padding:  20px 0 50px 0;
	position: relative;
}


/* @group content */
#context {
	padding: 0 10px;
	width: 600px;
	margin: 0;
}
.w50{
	width: 47%;
	margin-right: 3%;
	float: left;
}


#context p{
	color: #000000;
    font-family: 'Humnst777BTRoman',Arial,sans-serif;
    margin-bottom: 1em;
}
#context td, #context th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 0 3px;
}
 #context th{
	border-bottom: 1px solid #aaa;
}

#context img{
	float:  left;
	margin: 0 7px 8px 0;
	padding: 0 0 1px 0;
}
#context a, #context a:link, #context a:visited, #context a.selected {
	text-decoration:none;
	color: ##787F6E;
	padding:0 0 0 9px;
}
#context a:hover {
	color: #B62E18;
}
#context ul{
	padding:  0 0 10px 0;
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
#context ul li{
	padding:  0 0 5px 11px;
	list-style-type: none;
	background: url(../images/lister.gif) no-repeat 0 5px;
	list-style-position: inside;
}

#context form .form_row{
	clear: left;
	display: block;
	margin: 15px 0;
}
#context form label{
	width: 160px;
	float: left;
	color: #757575;
	font-size: 9pt;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 3px 20px 0 0;
	margin: 0;
	letter-spacing: 0;
}
#context form .smallhinttxt{
	display: block;
	padding: 3px 0 0 185px;
	font-size: 0.9em;
}
#context form label.error{
	color: #e00000;
	display: block;
	width: 100%;
	font-weight: bold;
	margin: 0 0 9px 180px;
	font-size: 0.9em;
}
#context form input.error, #context form textarea.error{
	color: #e00000;
	border: 1px solid #e00000;
	background: #fff1f3;
}

#context form label.small{
	width: 130px;
}

#context form input[type=text], #context form input[type=password]{
	width: 270px;
	}
#context form textarea{
	width: 270px;
}

#context form input[disabled] {
	background: #DDD;
	border-color: #ccc;
}



/* @end */


/* @group col_right */
#col_right{
	display: block;
	float: right;
	width: 230px;
	padding: 0;
	margin: 5px 0;
	/*overflow: hidden;*/
}

#submenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	letter-spacing: 0.1em;
}


#submenu ul li a:link, #submenu ul li a:visited{
    background-color: #D3CEB8;
    color: #FFF;
    display: block;
    padding: 10px;
    text-decoration: none;
    margin: 0 0 4px 0;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    }

#submenu ul li a:hover, #submenu ul li a:active,
#submenu ul li a.current{
	background: #B62E18;
}

#facebookcontainer{
	width:308px;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	display: block;
}
.facebookapp{
	margin: -1px 0 0 -1px;
}
.facebutton a:link, .facebutton a:visited{
	display: block;
	background:  url(../images/fbbutton.png) no-repeat;
	height: 41px;
	width: 201px;
	margin-top: 10px;
}
.facebutton a:hover{
	background-position: 1px 1px;
}

#google_optimizer{
	display: block;
	padding: 0;
	margin: 15px 0 0 5px;
	border-bottom: 1px solid #B5BEA6;
	border-top: 1px solid #B5BEA6;
}
#google_optimizer h2{
	color: #B5BEA6;
	font-size: 1.3em;
}
#google_optimizer iframe{
	overflow:  hidden;
}
.landings{
	float:right;
	width:308px;
	height: 150px;
	padding: 5px 0;
	border-top: 1px solid #B62E18;
	border-bottom: 1px solid #B62E18;
}

.landings a{
	font-size: 1.3em;
	color: #787F6E;
	font-style: italic;
}

.landings a:hover{
	color: #B62E18;
}

/* @end */





/* @group catalog */
#catalog {
	padding: 0;
	width: 940px;
	margin: 0 20px 10px 10px;
	background: #FFF;
}
#searchbar{
	display: block;
	height: 40px;
}
#searchbar input{
	float: left;
	margin-right: 10px;
}

#catalog td{
	padding: 3px 8px 6px 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #D3CEB8;
}

.book_thumb{
	height:  80px;
	margin: 4px 10px 5px 0;

}

.metainfo{
	font-size: 0.9em;
	color: #999;
}

#qrcode img{
	float:  right;
	margin: 0 7px 8px 0;
	padding: 0 0 1px 0;
        height: 130px;
        width: 130px;
}

#qrcode_big img{
        height: 300px;
        width: 300px;
}
#catalog td.bprice{
	text-align: right;
	font-weight: bold;
	width: 100px;
	padding-left: 8px;
	color: #B62E18;
}
#catalog table tr td:first-child{
	width: 120px;
}

#catalog .social_btns tr td:first-child{
	width: auto;
}
#catalog a.book_price{
	color: #B62E18;
	font-size: 18px;
	margin-bottom: 5px;
}
 .book_detail h1{
	font-size: 15pt;
	padding: 0 0 9px 0;
	color: #B62E18;
	font-weight: bold;
}
 .book_detail h2{
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
}
 .book_detail h4{
	font-size: 10pt;
	color: #999;
	font-weight: normal;
	font-style: normal;
	padding: 0 10px 0 0;
}
a.booktitle:link{
	font-size: 1.1em;
	font-weight:  bold;
	color: #787F6E;
}
a.booktitle:hover{
	color: #B62E18;
}

a.twitter-share-button:link {
    background: url("/custom_fro/images/twitterbtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 20px;
    padding: 0;
    width: 67px;
}
a.twitter-share-button:hover {
    background: url("/custom_fro/images/twitterbtn.png") no-repeat scroll 0 -21px transparent;
}
#catalog .facebook{
	display: block;
	margin: 7px 0;
	padding: 0;
}
a.fb_button_simple{
	padding: 3px;
	margin: 0;
	background-color: #eceef5;
	border: 1px solid #cad4e7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #3b5998;
    font-size: 8pt;
    background-position: 3px 3px;
}

.book_detail_img {
    width: 230px !important;
    padding-right: 30px !important;
}

/* @group pagination */

.pagination{
    padding: 4px 7px;
    margin: 9px 0;
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #787F6E;
    background: #f8f7f5;
	font-size: 1em;
	height: 17px;
}
.pagination ul li{
	list-style: none inside none;
	display: block;
	float: left;
}
.pagination a:link, .pagination a:visited{color: #787F6E; margin: 0 7px 0 0;}
.pagination a:hover, .pagination a:active, .pagination li.active a{color: #B62E18;}

/* @end */


/* @end */

#sitefooter{
	border-top: 1px solid #E3E6DD;
	padding: 20px 15px;
	text-align: center;
	font-size: 0.8em;
	color: #787F6E;
}
#sitefooter a{
	text-decoration: underline;
	color: ##787F6E;
}


.priceSup   {
  font-size: 0.8em;
    line-height: 1;
    padding-right: 3px;
    top: 0.275em;
    vertical-align: text-top;
}


.forgotpasswort {
	padding:35px 40px 0 0;
}

.e-brochure {
    width: 200px;
    padding: 10px 0;
    border-top: 1px solid #b62e18;
    border-bottom: 1px solid #b62e18;
    margin-top: 20px;
    margin-bottom: 0;
}

/* mailchimp newsletter */
#mc_embed_signup {
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#mc_embed_signup form {
    padding-top: 10px !important;
}

#mce-success-response{
    margin-top: 185px !important;
    margin-bottom: 20px !important;
    position: absolute;
    width: 150px !important;
    background-color: #fff !important;

}

#mc_embed_signup .mc-field-group input{
    width: 180px !important;
    color: #000 !important;
}

#pen-zentrum {
    height: 70px;
    width: 200px;
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0092c9;
    border-top: 1px solid #0092c9;
}

#pen-zentrum img{
    height: 65px;
    float: left;
}

#pen-zentrum p{
    width: 120px;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 9pt;
    color: #0092c9;
    float: left;
}

/*.state {
    display: none !important;
}*/

#validationform .divider {
    clear: none !important;
}

/* Global Catalog styles */
.product-wrapper .book_thumb {
	width: 150px;
}

.product-details .product-text h3 {
  font-size: 16px;
  line-height: 20px;
}

.product-details .product-text h3 a {
  font-size: inherit;
}

.product-details .product-text h4 {
  font-size: 12px;
}

.product-details .product-price h3 {
  font-size: 18px;
  font-weight: 600;
}

#product-details-page .product-details h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

#product-details-page .product-details h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
