html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #636363; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
/*abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }*/
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:12px Verdana, Geneva, sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #d7d5bd; text-shadow: none; }
::selection { background:#d7d5bd;  text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #2a4f77; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { /*color:#c0bd9b;*/ color:#95947b; text-decoration:none }
a:hover { color: #95947b; text-decoration:underline }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
blau: #2a4f77;

beige: #d7d5bd;	
hell-beige: #f1f0e7

dkl-beige: #c0bd9b;	
dunkler links main  #95947b;
*/



.bg_beige {
	background-color:#f1f0e7;
	}
.bg_dklbeige {
	background-color:#c0bd9b;
	/*color:#c0bd9b;*/ color:#95947b;
	}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align: center;
	}
#container {
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
/* HEADER */
header {
	padding:0px 0px  30px 0;
	height:182px;
	text-align: left;
	}

h1#logo {
	margin:0 12px 0 30px;
	background:#fff;
	height:182px;
	}

h1#logo  span {
	display:none;
	}
#mnav {
	display:block;
	margin:0 30px 0px 30px;
	width:958px;
	/*font-family:"Times New Roman", Times, serif;*/
	color:c0bd9b;
	text-transform:uppercase;
	webkit-box-shadow: 2px 2px 7px #9fa0a0;
	-moz-box-shadow: 2px 2px 7px #9fa0a0;
	box-shadow: 2px 2px 7px #9fa0a0;
	}
#mnav ul {
	width:958px;
	display: table;
	overflow:hidden;
	background: #2d3643 url(../images/menu_bgh.gif) repeat-x;
	height:35px;
	}	

#mnav ul li {
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	height:35px;
	padding-right:1px;
	background: url(../images/menu_border.gif) right 0 no-repeat;
	font-size: 13px;
	letter-spacing: .4px;
	}		
#mnav ul li:hover, #mnav ul li.rex-current, #mnav ul li.rex-active {
	background: url(../images/menu_borderh.gif) right 0 no-repeat;	
}
#mnav ul li:last-child{
	padding-right:0;
	background:none;	
}
#mnav ul li a {
	display:block;
	padding:7px;
	height:21px;
	color:#c0bd9b;
	background: #47576b url(../images/menu_bg.gif) repeat-x;
	}
#mnav ul li a:hover, #mnav ul li a.rex-current, #mnav ul li a.rex-active {
	background:none;
	text-decoration:none;
	color:#f1f0e7;
	}
nav#meta  {
	position:absolute;
	top:45px;
	width:130px;
	margin-left:857px;
	line-height:24px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	}
nav#meta ul li a{
	padding:0 0 0 12px;
	letter-spacing:0px;
	}
nav#meta ul li.lnk13 a{
	padding:2px 41px 3px 12px;
	background: url(../images/meta_warenkorb.gif) no-repeat right 0px;
	}

nav#meta ul li.lnk13 a.filled {
	background-position: right -29px;
	}
#main {
	width:645px;
	padding:0px 20px 20px 0px;
	min-height:600px;
	float:right;
	margin:50px 18px 10px 0;
	position:relative;
	}
.acaru #main {
	margin-top:0;
	}
#page1 #main {
/*	width:632px;
	padding:0px 33px 20px 0px;*/
	width:622px;
	padding:20px 40px 20px 20px;
	margin:8px 12px 20px 0;
	border: 1px solid #c0bd9b;
	min-height:620px;
	}
#page1 #main p, #page1 #main h2 {
	padding-right:30px;
	}
/*#page6 #main {
	margin:55px 0px 20px 30px;
	width:968px;
	float:left;
	padding:0px 0 20px 0px;
	}*/	
h2 {
	font-size:20px;
	line-height:30px;
	border-bottom:  1px solid #dfddca;
	padding-bottom:15px;
	margin-bottom:18px;
	font-weight:normal;
	color:#c0bd9b;
	text-transform:uppercase;
	}
h2.small {
	font-size:12px;
	line-height:20px;
	padding-bottom:5px;
	margin-bottom:8px;
	color:#9fa0a0;
	}
h2 a {
	text-transform: none;
	}
h2.small a {
	color:#95947b;
	}
#page1 h2 {
	font-weight:bold;
	color:#2a4f77;
	}
#main h3 {
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	margin-bottom:18px;
	}
#main p {
	margin-bottom:18px;
	clear:both;
	}
#main p img {
	float:left;
	margin: 2px 10px 8px 0;
	}
#main .txt-img {
	clear:both;	
	}
#left {
	float:left;	
	width:254px;
	margin:50px 0 20px 30px;
	}
.acaru #left {
	margin:8px 0 20px 30px;
	}
#fb {
	padding:10px 20px 10px 10px!important;
	width:222px;
	}

.img {
	float:left; margin-right:10px;
	}	
	
/* home teaser */	
#teaser {
	width:214px;
	float:left;
	margin:0 0 10px 0px;
	border: 1px solid #c0bd9b;
	position:relative;	
	padding:19px 19px 17px 19px;
}
#teaser:hover {
	webkit-box-shadow: 3px 3px 5px #f1f0e7;
	-moz-box-shadow: 3px 3px 5px #f1f0e7;
	box-shadow: 3px 3px 5px #f1f0e7;
}
#teaser a {
	color:#2a4f77; 
	text-decoration:none;
	display:block;
	}
#teaser a .timg {
	min-height:140px;
	}
#teaser a img {
	position:relative;
	z-index:0;
	margin:5px 0 0 14px;
	}	
#teaser a p{
	border-top: 1px solid #d7d5bd;
	padding-top:7px
	}
#teaser a p.abstand{
	margin-top:-39px;
	position:relative;
	z-index:100;
	}
#teaser a span.autor {
	padding-right:3px;
	text-transform:uppercase;
	}
/*#teaser a span.head {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	-ms-transform: rotate(90deg); 
	transform: rotate(90deg);	
	font-weight:bold;
	position:absolute;
	left:168px;
	top:67px;
	font-size:20px;
	text-transform:uppercase;
	color:#d7d5bd;
	}*/


/* left_box */	
.leftbox {
	width:204px;
	float:left;
	margin:0 0 10px 0px;
	border: 1px solid #c0bd9b;
	position:relative;	
	padding:19px 29px 17px 19px;
	font-size:11px;
	line-height:16px;
}
.leftbox ul {
	list-style:none;
	padding:0 10px 0 0;
	margin:0;
	}
.leftbox ul li {
	border-bottom: solid 1px #c0bd9b;
	padding:3px 0 3px 0;
	}
.leftbox ul li.last {
	border-bottom:none;
	}
.leftbox ul li a {
	color:#2a4f77;
	}
.leftbox ul li a:hover {
	color:;
	text-decoration:none;
	}		
.leftbox ul li.current a {
	font-weight:bold;
	}
.leftbox .eventteaser {
	min-height:250px;
	padding-right:15px;
}	
.leftbox .eventteaser dt {
}

.leftbox .eventteaser dd {
	border-bottom:1px solid #d7d5bd;
	padding-bottom:9px;
	margin-bottom:9px;
}
.leftbox .eventteaser dd.last {
	border-bottom:none;
}
.leftbox .eventteaser dd .eautor {
	text-transform:uppercase	
	}
.leftbox .eventteaser dd .ename {
	font-weight:bold;

	}

.leftbox blockquote {
	font-style: italic;
}

.downloads {
	min-height:150px;
	background:#f1f0e7;	
}
.downloads a, #main a.download  {
	color:#2a4f77!important;
	word-break:break-all;
	}
.downloads a span, #main a span.size  {
	color:#95947b;
	font-size:10px!important;
	text-transform:uppercase;
}
.downloads a:hover  {
	color:#c0bd9b!important;
}
/* newsletter */
#news_signup {
	width:214px;
	float:left;
	margin:0 0 10px 0px;
	border: 1px solid #c0bd9b;
	position:relative;	
	padding:19px 19px 17px 19px;
}
#news_signup p {
	margin-bottom:1em
}
#news_signup input.dname, #news_signup input.email {
	border: 1px solid #c0bd9b;
	margin-bottom:1em
}
#news_signup label {
	display:block;
}
#news_signup input.error {
	border: 1px solid #F00;
}
#news_signup label.error {
	color: #F00;
	margin-bottom:1em;
}

/* buch tabs */
.js .tabs .current-info,
.js .tabs .accessibletabsanchor,
.js .tabs .tabhead  {
	position:absolute;
	left:-999em;
}
.js .tabs .content{
	clear:both;
   
}
ul.tabs-list {
	list-style:none;
	margin:0 0 18px 0;
paddingg:0;}
ul.tabs-list li {
	display:inline;
	padding: 0;
}
ul.tabs-list li.first:after {
	content:" / ";
}
ul.tabs-list li.current a {
	color:#2a4f77!important;
	cursor:pointer;
}

h3.head {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	-ms-transform: rotate(90deg); 
	transform: rotate(90deg);	
	font-weight:bold;
	font-size:20px!important;
	text-transform:uppercase;
	color:#d7d5bd;
	width:160px;
	}
#main h3.head {
	position:absolute;
	left:585px;
	top:88px;
	}
.leftbox h3.head, #main .leftbox h3.head {
	position:absolute;
	left:158px;
	top:87px;
	}

.no-csstransforms h3.head {
	display:none
	}
	
	
footer {
	clear:both;
	margin:0px 10px 0px 30px;
	font-size:11px;
	padding:5px 0 50px 0;
	border-top: 1px solid #d7d5bd;
	text-align:right
	}
footer div.left{
	float:left
	}
footer div.right{
	float:right;
	}
footer div span{
	margin-right:10px;
	}
	
/* suche */
#search-form div {
	width:134px;
	height:22px;
	position:relative;
	margin-bottom:3px;
	margin-top:-1px;
}
#search-form input {
	border:none;

}
#search-form #rexsearch {
	margin-left:3px;
	margin-top:0;
	padding-left:8px;
	height:21px;
	width:120px;
	font-family:"Times New Roman", Times, serif;;
	font-size:11px;
	letter-spacing:1px;
	background:#c0bd9b;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
input#search-submit {
	margin-right:3px;
	position:absolute;
	padding:0;
	text-indent:-9999px;
	background: url(../images/meta_suche.gif) #c0bd9b 3px 3px  no-repeat;
	top:3px;
	right:0;
	display:block;
	width:23px;
	height:21px;
	cursor:pointer;
	outline:none;
}
input#search-submit:hover {
	background-position:3px -22px;
}

.upper {
	text-transform:uppercase;
	}
.noupper {
	text-transform:none;
	}

/* buchliste */
.txt-img + .buch {
	margin-top:5em;
	}


.buch {
	clear:both;
	position:relative;
	min-height:250px;
	}
.buch .left{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:190px;
	}
.buch .left img{
	color:#fff;
	}
.buch .right {
	position:relative;
	float:right;
	width:505px;
	z-index:10;
	min-height:250px;
	padding-bottom:18px;
	margin-bottom:18px;

	}
.buch a, .buch h2 a {
	text-decoration:none;
	}
.buch dl dd, .buch dl dt {
	float:left;
	width:auto;
	padding-right:5px;
	} 
.buch dl dt {
	clear:both;
	}
/* presseliste	*/
#page7 .buch .right, #page7 .buch {
	min-height:150px;
	}
#page7 .buch .left{
	width:150px;
	}
#page7 .buch .right {
	width:535px;
	}
.underline {
		text-decoration:underline;
	}

form.jcart {
 margin-left:-2px; 
 padding.left:0;
	}
.buch form.jcart {
	float:right;
	margin-top:20px;
	}	
form.jcart input.anzahl {
	width:20px;
	border:none;
	background: url(../images/form_order_bg.gif) no-repeat bottom right;
	text-align:right;
	}
form.jcart input.button {
	width:20px;
	height:20px;
	background:url(../images/form_order_butt.gif) no-repeat;
	text-indent:-999em;
	border:none;	
}
form.jcart input.button:hover {
	cursor: pointer;
	background:url(../images/form_order_butt.gif) 0 -20px no-repeat;
	}
form.jcart label.lanzahl {
	vertical-align:middle
}
.rightspace {
	padding-right:10px;
	}
/* paginierung */
ul.pag {
	margin: 0 0 18px 0;
	height:20px;
	padding:0;
	clear:both;
	}
ul.pag li {
	list-style:none;
	float:left;
	}
ul.pag li a{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	margin-right:3px;
	}
ul.pag li a:hover {
	background: #f1f0e7;
	}
ul.pag li.active a, ul.pag li.active a:hover {
	background: #c0bd9b;
	color:#fff!important;
	cursor: default;
	}
/* buch einzel */
.bd {
	/*min-height:550px;
	min-height:700px;*/
	min-height:350px;
}
.bd_left{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	}
.bd_left dl {
	width:190px;
	margin-top:9px;
	}
.bd_left dl dt{
	margin-left:-7px;
	}
.bd_left dl dd.abstand{
	margin-top:-80px;
	position:relative;
	z-index:100;
	}
.bd_right {
	position:relative;
	float:right;
	width:450px;
	z-index:10;
	min-height:250px;
	padding-bottom:18px;
	margin-bottom:18px;
	}

.psection p {
	margin:0 0 0 0!important;
	}
.psection p.source {
	font-weight:bold;
	}
.psection {
	margin:0 0 36px 0;
	}

/* autoren */
 
ul#autoren {
	/*width:968px;*/
	width:680px;
	padding:0;
	margin:0;
	}

ul#autoren li {
	float:left;
	width:106px;
	height:146px;
	overflow:hidden;
	margin-right:7px;
	margin-bottom:7px;
	padding-bottom:2px;
	border-bottom:1px solid #d7d5bd;
	list-style:none;
/*webkit-box-shadow: 3px 3px 1px #fff;
-moz-box-shadow: 3px 3px 1px #fff;
box-shadow: 3px 3px 1px #fff; 	*/
display:block;	
	}

ul#autoren li:hover {
background:#f1f0e7;
/*webkit-box-shadow: 3px 3px 3px #f1f0e7;
-moz-box-shadow: 3px 3px 3px #f1f0e7;
box-shadow: 3px 3px 3px #f1f0e7;*/

	}
	
ul#autoren li:hover img {

	}	
	


ul#autoren li a {
	text-decoration:none;
	}
ul#autoren li a .noimg {
	width:106px;
	height:106px;
	background:#f1f0e7;
	}

.autor img  {
	float:left;
	margin:0 18px 16px 0;
	}
/*.autor .kurz  {
	border:1px dashed #f0f;
	}*/
#main .autor p {
	clear:none
}
	
#main p a, #main li a {
color: #95947b;
	}
.autor p.veroeff a {
	margin:0;
	}
.autor td {
	padding:0 10px 9px 0;
}
.autor td.ename {
/*	width:100px;*/
	}		
.autor td.vname {
	width:270px;
	}	
.autor td.ezeit {
	width:100px;
	}	
	
#main .autor h3 {
	margin-top:18px;
	border-bottom:  1px solid #dfddca;
	padding-bottom:9px;
	margin-bottom:9px;
}
#accordion {
	margin:0;
	padding:0;
	}
#accordion div {
display: none;
}
#accordion li {
list-style-type: none;
}
.clear {
	clear:both;
	}

	
/* veranstaltungen 	kalender */
.rexkal .vmen {
	margin-bottom:18px;	
	}
.rexkal .vmen a.active{
	color:#2a4f77;
	
	text-decoration:none;
	
	}
.rexkal table {
	margin-bottom:36px;
	}
.rexkal table th {
	padding-bottom:9px;
	}

.rexkal table td {
	padding:9px 18px 18px 0;
	}
.rexkal table tr {
	border-bottom:1px solid #c0bd9b;
	}
td.rexkal-eventName {
	width:285px;
	}
td.rexkal-venueName {
	width:285px;
	}

.vcalendar .dtend {
	display:none;
	}
.vcalendar .summary span {
	text-transform: none;
	}

.vcalendar li h2 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	border:none;
	} 	
.vcalendar li {
	list-style:none;
	border-bottom:1px solid #c0bd9b;
	}
ul.vcalendar a {
	display:block;
	padding-bottom:18px;
	padding-top:9px;
	}
.rexkal {
	width:602px;
	}	
.rexkal-backlink {
	margin-top:2em;
	}	
div.titel {
	width:200px;
	float:left;
	}
div.ort {
	width:200px;
	float:left;
	}
div.zeit {
	width:200px;
	float:left;
	}
.vcalendar .vcard {
	margin-top:1em;
	}
.vcalendar  {
	margin-bottom:2em;
	}
p.fb_teilnehmen a {
	background: url(../images/fb.png) no-repeat;
	padding:2px 0 2px 20px;
	}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* jcarousel */
/* jcarousel fallback */
#buchcarousel {
	width:948px;
	overflow:hidden;
	height:220px;
	margin: 30px 0 0 31px;
/*		border:1px solid #00f;*/
	}
.jcarousel-ditt {
	padding-top:20px;
	}
.jcarousel-ditt li {
	margin-left: 4px;
    margin-right: 5px;
	}
#buchcarousel li {
	float:left;
	list-style:none;
	}
/* jcarousel fallback ende */
.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 958px;
    padding: 0 30px 0 30px;
	margin:50px 0 0 0px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  958px;
    height: 220px;
	padding-left:10px;
}

.jcarousel-item {
    width: 153px;
    height: 220px;
}

.jcarousel-item-horizontal {
/*	margin-left: 4px;
    margin-right: 5px;*/
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *   Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 11px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/ca_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/ca_prev-horizontal.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 11px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/ca_prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/ca_next-horizontal.png);
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* jcarousel ende */

#tooltip{
	position:absolute;
	background:#f1f0e7;
	text-align: left; 
	padding:2px 5px;
	color:#2a4f77;
	display:none;
	-moz-opacity: 0.85; 
	opacity: 0.85; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}


/*
jCart v1.3
http://conceptlogic.com/jcart/
*/
#page213 fieldset { margin-bottom:2em; }
#jcart {display:none;}
#page13 #jcart {display:block;}
#jcart * { margin:0; padding:0; 	font-family: Verdana, Geneva, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }
#jcart fieldset { border:0; }
#jcart-error { text-align:center; padding:5px; }
#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart thead {  }
#jcart-title {}
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#f1f0e7; }
#jcart th, #jcart td { padding:5px; border:0; border:solid 1px #ccc; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; }

.jcart-item-qty { width:25%; }
#jcart .jcart-item-name { width:50%; font-weight:bold; }
#jcart .jcart-item-price { width:25%; font-weight:bold; text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:11px; font-weight:normal; }
#jcart-subtotal { display:block; }
#jcart-subtotal strong {  }
#jcart-buttons input { padding:2px; margin:2px; }
#jcart-checkout { float:right; padding:2px; }
#jcart-paypal-checkout { display:block; width:14em; padding:10px; margin:20px auto; }
#jcart-tooltip { display:none; position:absolute; height: 12px; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #fdfdfd;  z-index:99999; }


#page213 table th {
	padding-bottom: 1em;
}
#page213 table td.jcart-item-qty {
	width: 50px;	
	}
#page213 table td.jcart-item-name {
	width: 400px
}
#page213 #jcart-paypal-checkout, #page213 #jcart-checkout {
	display:none;
	}
	
#page213 table{
	margin-bottom:2em;
}	
#contactForm div label {
	display:block;
	width:100px;
	float:left;
}
#contactForm div input {
	display:block;
	width:200px;
	float:left;
	margin-bottom:9px;
}
#contactForm {
	clear:both;

}
#contactForm div {
	clear:both;
	padding-bottom:9px;
}

	
#contactForm input.vf__button {
	margin-left:100px;
	padding:4px;
	width:204px;
	}
#contactForm p.vf__error {
	padding-left: 100px;
	color: #F00;
}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  #main p a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #meta, #mnav, .leftbox, div.downloads, footer, form {display:none;}
}

.bild_out .img {
	padding-bottom: 1em;
	margin: 1em 0;

}

.bild_out img{
	max-width: 100%;
	height: auto;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 1!important;
}
.mfp-bg {
	background: #666!important;
}