/* 	CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Inhalt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
	font-family: 'Dosis';
	src:	url('../fonts/dosis-regular-webfont.eot');
	src:	url('../fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/dosis-regular-webfont.woff') format('woff'),
			url('../fonts/dosis-regular-webfont.ttf') format('truetype'),
			url('../fonts/dosis-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html {
	height: 100%;
	font-family: 'Dosis';
}
h1 { font-size:40px; }
h2 { font-size:32px; }
h3 { font-size:26px; }
h4 { font-size:24px; }
h5 { font-size:22px; }
h6 { font-size:18px; }
.clear { clear: both; }
em { font-style: italic; }

/* Logo */

.logo_wrapper {
	display: block;
	float: left;
	padding: 18px 25px 0 25px;
	z-index: 999;
}
.logo_wrapper p {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Dosis';
}
.logo_wrapper p.behind  { position: absolute; top: 30px; left: 40px; color: #f7d30b; }
.logo_wrapper a { color: #fff; text-decoration: none; }

#gato { position: absolute; top: 15px; left: 230px; }
#gato img { opacity:0.7; filter:alpha(opacity=70); /* For IE8 and earlier */ }
#gato img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }

/* Menu */

#menu_wrapper {
	margin:auto;
	z-index:999;
	float: left;
}
#thin_nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	background: #f9d20b;
	text-align: center;
}
#thin_nav img { 	margin-top: 10px; }
#nav_wrapper {
	position: fixed;
	right: -250px;
	top: 0;
	width: 250px;
	height: 100%;
	background: #f9d20b;
	-webkit-box-shadow: 0 -1px 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -1px 15px rgba(0,0,0,.2);
	box-shadow: 0 -1px 15px rgba(0,0,0,.2);
	z-index: 999;
	overflow : auto;
	overflow-x: hidden;

}
.nav_wrapper_inner {
	width: 84%;
	margin: auto;
	padding-top: 30px;
}
h2.menu_header {
	font-size: 44px;
	font-family: 'Dosis';
	font-weight: 600;
	line-height: 0.9em;
	color: #fff;
	text-transform: uppercase;
	margin: 0; padding: 0;
}
hr.small_menu_hr {
	border: 0;
	height: 1px;
	width: 20px;
	float: left;
	border-bottom: 2px solid #fff;
	margin-left: 5px;
}
ul.topnav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	font-family: 'Dosis';
	text-transform: uppercase;
	line-height: 1em;
	padding: 20px 0 0 5px;
}
.topnav a { color: #000; text-decoration: none; }
ul.topnav li {}
ul.topnav li a { display: block; }
ul.topnav li a:hover { color:white; }
.topnav li ul {
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	float: left;
	width: 96%;
	font-size: 18px;
}
.topnav li ul li { font-size: 16px; margin: 5px 0 5px 0; }
.topnav ul.sub-menu li ul.sub-menu li a { color: red; }
.topnav ul.sub-menu li ul.sub-menu li a:hover { color:white; }

#box_lang {
	margin-top: 5px;
	background: transparent;
}
#box_lang li {
	float: left;
	margin:0;
	padding: 0 5px;
}
.social_wrapper {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: 'Dosis';
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: 50px;
}
.google_author {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	font-family: 'Dosis';
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: 100px;
}
.google_author a { color: #fff; }
/* für KenBurns-Effekt: */

#kenburns {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#kenburns_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#kenburns_title {
	color: #fff;
	width: 580px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
}
#kenburns_title.galleries {
	bottom: 35px;
}
#kenburns_title:hover, #about_title:hover, #casting_title:hover, #commercial_title:hover {
	background-color: black;
}

#kenburns_title h1, #about_title h1, #casting_title h1, #commercial_title h1 {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-family: 'Dosis';
	font-weight: 500;
}
#kenburns_title p, #about_title p, #casting_title p,#commercial_title p {
	margin-top: 5px;
	font-size: 14px;
	opacity: 0.8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: justify;
	font-family: 'Dosis';
}
#about_title {
	color: #fff;
	width: 580px;
	position: absolute;
	bottom: 10px;
	left: 320px;
	padding: 10px;
}
#casting_title, #commercial_title {
	color: #fff;
	width: 580px;
	position: absolute;
	bottom: 105px;
	right: 7%;
	padding: 10px;
}
#commercial_title {
	width: 400px;
}
#casting_title p.klein, #about_title p.klein, #kenburns_title p.klein {
	font-size:0.8em;
}
#casting_title.promo p, #casting_title.promo ul {
	margin-top: 10px;
}
#casting_title.promo ul {
	list-style-type: disc;
	margin-left: 20px;
}
#casting_title.promo h3, #casting_title.promo h4 {
	margin-top: 20px;
}
#casting_title.promo h2, #casting_title.promo h3 {
	color: red;
}
#casting_title.promo .strong {
	text-shadow: none;
	font-weight: bold;
}
#about_title a, #casting_title a, #kenburns_title a, #commercial_title a {
	color: #fff;
}
#showhide {
	position: absolute;
	bottom: 2px;
	left: 20px;
}
#showhide a img { border: none; }
/* Styles für Diashau (Ersatz für burnes in alten Browsern) ----------------------------------------------------------------*/
.noburns { position: absolute; top: 50px; left: 320px; width: 720px; color: red;}
.diashow {
	position: relative;
	top: 0;
	left: 0;
	z-index: -2;
	overflow: hidden; /* Falls ein Bild zu gross wäre... */
	width: 100%;
	height: 100%;
	text-align: center;
}
/* ( neue Styles/Namensänderungen von Substyles: hier und auch in IE-CSS einfügen ) */
.einzelbild {
	/* für 16:9 Bilder quer oder andere eingemittet: */
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%; /* ( Breitenänderung auch in den Substyles vom IE-CSS einfügen ) */
	text-align: center;
	/* für alte Mozillas: */
	-moz-opacity: 1;
	opacity: 1;
	background-color: #fff;
}
/* wird auch ohne JavaScript angezeigt: */
#erstesbild {
	visibility: visible;
}
.dia_nav {
	visibility: hidden;
}
/* Hintergrundbild skaliert */
#bgimage {
	position:fixed;
	top:0;
	left:0;
	z-index: -10;
	/* Preserve aspet ratio */
	min-width:100%;
	min-height:100%;
}

/* Polaroid-Galerie für maximal 21 Polas (140px) in überlappender 2er-Reihe */
.pola_gallery {
	position: relative;
	top: 150px;
	left: 25px;
	width: 300px;
}
.pola_gallery_q_wrapper {
	position: fixed;
	bottom: -60px;
	width: 100%;
}
.pola_gallery_q {
	position: relative;
	bottom: 0;
	padding-right: 100px;
	padding-left: 25px;
	width: 100%;

}
.pola_gallery ul,.pola_gallery_q ul {
	position: relative;
}
.pola_gallery ul li a,.pola_gallery_q ul li a {
	float: left;
	padding: 7px 7px 17px 7px;
	background: #eee;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.65);
	-moz-box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.65);
	box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.65);
}
.pola_gallery ul li {
	position:absolute;
	left: 0;
	z-index: 1;
}
.pola_gallery_q ul li {
	position:absolute;
	bottom: 0;
	z-index: 1;
}
.pola_gallery ul li:hover,.pola_gallery_q ul li:hover {
	z-index: 100;
	-webkit-box-shadow: 0px 2px 15px rgba(100, 100, 100, 0.65);
	-moz-box-shadow: 0px 2px 15px rgba(100, 100, 100, 0.65);
	box-shadow: 0px 2px 15px rgba(100, 100, 100, 0.65);

}

/* 3er-Zeilen: */
.pola_gallery ul>li:nth-of-type(1), .pola_gallery ul>li:nth-of-type(2), .pola_gallery ul>li:nth-of-type(3) {
	top: 0;
}
.pola_gallery ul>li:nth-of-type(4), .pola_gallery ul>li:nth-of-type(5), .pola_gallery ul>li:nth-of-type(6) {
	top: 60px;
}
.pola_gallery ul>li:nth-of-type(7), .pola_gallery ul>li:nth-of-type(8), .pola_gallery ul>li:nth-of-type(9) {
	top: 120px;
}
.pola_gallery ul>li:nth-of-type(10), .pola_gallery ul>li:nth-of-type(11) , .pola_gallery ul>li:nth-of-type(12){
	top: 180px;
}
.pola_gallery ul>li:nth-of-type(13), .pola_gallery ul>li:nth-of-type(14), .pola_gallery ul>li:nth-of-type(15){
	top: 240px;
}
.pola_gallery ul>li:nth-of-type(16), .pola_gallery ul>li:nth-of-type(17) , .pola_gallery ul>li:nth-of-type(18){
	top: 300px;
}
.pola_gallery ul>li:nth-of-type(19), .pola_gallery ul>li:nth-of-type(20), .pola_gallery ul>li:nth-of-type(21) {
	top: 360px;
}
/* mittlere Spalte: */
.pola_gallery ul>li:nth-of-type(2), .pola_gallery ul>li:nth-of-type(5), .pola_gallery ul>li:nth-of-type(8), .pola_gallery ul>li:nth-of-type(11), .pola_gallery ul>li:nth-of-type(14), .pola_gallery ul>li:nth-of-type(17), .pola_gallery ul>li:nth-of-type(20) {
	left: 60px;
}
/* rechte Spalte: */
.pola_gallery ul>li:nth-of-type(3), .pola_gallery ul>li:nth-of-type(6), .pola_gallery ul>li:nth-of-type(9), .pola_gallery ul>li:nth-of-type(12), .pola_gallery ul>li:nth-of-type(15), .pola_gallery ul>li:nth-of-type(18), .pola_gallery ul>li:nth-of-type(21) {
	left: 120px;
}
/* alle geraden Zahlen */
.pola_gallery ul>li:nth-of-type(even), .pola_gallery_q ul>li:nth-of-type(even) {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}
/* alle ungeraden Zahlen */
.pola_gallery ul>li:nth-of-type(odd),.pola_gallery_q ul>li:nth-of-type(odd) {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}
/* einzelne Polas */
.pola_gallery ul>li:nth-of-type(4) {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
.pola_gallery ul>li:nth-of-type(6) {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
.pola_gallery ul>li:nth-of-type(7) {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
}
.pola_gallery ul>li:nth-of-type(9) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}
.pola_gallery ul>li:nth-of-type(20) {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
.pola_gallery_q ul>li:nth-of-type(1) { left: 0; bottom: 40px;}
.pola_gallery_q ul>li:nth-of-type(2) { left: 4%; bottom: 20px;}
.pola_gallery_q ul>li:nth-of-type(3) { left: 8%;}
.pola_gallery_q ul>li:nth-of-type(4) { left: 12%; }
.pola_gallery_q ul>li:nth-of-type(5) { left: 16%; }
.pola_gallery_q ul>li:nth-of-type(6) { left: 20%; }
.pola_gallery_q ul>li:nth-of-type(7) { left: 24%; }
.pola_gallery_q ul>li:nth-of-type(8) { left: 28%; }
.pola_gallery_q ul>li:nth-of-type(9) { left: 30%; }
.pola_gallery_q ul>li:nth-of-type(10) { left: 36%; }
.pola_gallery_q ul>li:nth-of-type(11) { left: 40%; }
.pola_gallery_q ul>li:nth-of-type(12) { left: 44%; }
.pola_gallery_q ul>li:nth-of-type(13) { left: 48%; }
.pola_gallery_q ul>li:nth-of-type(14) { left: 52%; }
.pola_gallery_q ul>li:nth-of-type(15) { left: 56%; }
.pola_gallery_q ul>li:nth-of-type(16) { left: 60%; }
.pola_gallery_q ul>li:nth-of-type(17) { left: 64%; }
.pola_gallery_q ul>li:nth-of-type(18) { left: 68%; }
.pola_gallery_q ul>li:nth-of-type(19) { left: 72%;bottom: 15px; }
.pola_gallery_q ul>li:nth-of-type(20) { left: 76%; }
.pola_gallery_q ul>li:nth-of-type(21) { left: 80%; }
.pola_gallery_q ul>li:nth-of-type(3n) { bottom: 10%;}
.pola_gallery_q ul>li:nth-of-type(6n) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}
.pola_gallery_q ul>li:nth-of-type(9) {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
.pola_gallery_q ul>li:nth-of-type(13) {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
}
.pola_gallery_q ul li:hover {
	bottom: 250%;
}
.latest_pola {
	float: left;
	width: 205px;
	height: 320px;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: #b60402;
	background: rgba(255, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius:  10px;
}
.latest_pola .scalebar a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	position: relative;
}
.latest_pola .scalebar a:hover img {
	border: 5px solid white;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius:  10px;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
}
.latest_pola p {color: #ade5e5;}
.latest_pola a {
	text-decoration: none;
	color: #69e9e9;
}
.latest_pola p a {
	text-decoration: underline;
	color: #69e9e9;
}
.latest_pola h2 {

	text-shadow: 2px 2px 1px rgba(1, 0, 0, 0.7);
}
.latest_pola h3 {text-shadow: 2px 2px 1px rgba(1, 0, 0, 0.7); height: 3.5em;}
/* Die Polas mehr oder weniger zufällig drehen und versetzen: */
#norm_page .latest_pola {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}
#norm_page .latest_pola:nth-child(even) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	border: 2px solid red;
}
#norm_page .latest_pola:nth-child(5n) {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	position: relative;
	top: -5px;
}
#norm_page .latest_pola:nth-child(4n) {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
#norm_page .latest_pola:nth-child(2n) {
	position: relative;
	top: 8px;
	right: 5px;
}
#norm_page .latest_pola:nth-child(11n) {
	position: relative;
	top: 3px;
	left: -5px;
}

/* Flip-Gallery: */

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
	background-color: #000;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(../images/deco/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: 'Dancing Script', arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(../images/deco/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:absolute;
	z-index:12;
	right:50px;
	top:80%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	-webkit-box-reflect:
/*	below 5px			/* umgekehrtes Bild unter thumb */
	-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
					 color-stop(0.6, transparent),
					 to(rgb(18, 18, 18)) */
	);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#000000 url(../images/deco/ajax-loader_dark.gif) no-repeat center center;
	z-index:999;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:79%;
	right:340px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/deco/nav.png) no-repeat top left;
	opacity:1;
}
.tf_next{
	background-position:0px -14px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.7;
	background:transparent url(../images/deco/icons.png) no-repeat top left;
}
.pinterest_button {
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:1;
}
#redimg_de {
	display: none;
	background: transparent url(../images/deco/redbubble_de.png);
	position: absolute;
	right: 250px;
	top: 10px;
	width: 550px;
	height: 304px;
	z-index: 10000;
}
#redimg_en {
	display: none;
	background: transparent url(../images/deco/redbubble_en.png);
	position: absolute;
	right: 250px;
	top: 10px;
	width: 550px;
	height: 304px;
	z-index: 10000;
}
#redimg_es {
	display: none;
	background: transparent url(../images/deco/redbubble_es.png);
	position: absolute;
	right: 250px;
	top: 10px;
	width: 550px;
	height: 304px;
	z-index: 10000;
}
/* Shop-Seiten: */
#shopcols {
}
#shopcols2 {
	position: relative;
	margin: 50px 50px 0 25px;
	font-size: 16px;
	opacity: 0.8;
	font-weight: 400;
	color: black;
}
#shopcol_a {
	float: left;
	width: 250px;
	font-weight: 600;
}
#shopcol_a a {
	color: black;
}
#shopcol_a a:hover {
	color: black;
	opacity: 0.5;
}
#shopcol_a h1 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-family: 'Dosis';
	font-weight: 600;
}
#shopcol_a ul {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}
.shopcol_a_subttl {
	margin-top: 2em;
}
#shopcol_b {
	margin-left: 275px;
}
#shopcol_b h3 {
	margin: 5px 0 10px 0;
}
#shopcol_c {
	float: right;
	width: 250px;
	text-align: right;
	margin-left: 25px;
}
.shop_preis, .shop_button, .wako_button {
	width: 100%;
	font-size: 1.8em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-family: 'Dosis';
	font-weight: 600;
	opacity: 0.8;
	margin-top: 0.5em;
}
.shop_button {
	margin-bottom: 2em;
}
.shop_ohne {
	font-size:0.8em;
	margin-bottom: 2em;
}
.wako_button {
	width: auto;
	font-size: 1.2em;
	color: #fff;
	background-color: #f00;
	margin: 0.5em 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.shop_button a, .wako_button a {
	text-decoration: none;
	color: #fff;
	background-color: #f00;
	padding: 0 15px 2px 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
p.block {
	text-align: justify;
	font-size: 0.9em;
}
.shop_mini_img {
	width: 233px;
	height:233px;
	line-height: 233px;
	text-align: center;
	float: left;
}
.shop_prev_img {
	margin-top: 15px;
	margin-left:-9px;
	margin-bottom: 1em;
}
.shop_prev_img a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.rahmen_mini {
	vertical-align: middle;
	border:49px double gray;
	-moz-border-image:url("../images/deco/rahmen_mini.png") 49 repeat;
	-webkit-border-image:url("../images/deco/rahmen_mini.png") 49 repeat;
	border-image:url("../images/deco/rahmen_mini.png") 49 repeat;
}
.rahmen_prev {
	border:49px double gray;
	-moz-border-image:url("../images/deco/rahmen_prev.png") 79 repeat;
	-webkit-border-image:url("../images/deco/rahmen_prev.png") 79 repeat;
	border-image:url("../images/deco/rahmen_prev.png") 79 repeat;
}
.rahmen_quadrat {
	border:22px double gray;
	-moz-border-image:url("../images/deco/rahmen_quadrat.png") 22 repeat;
	-webkit-border-image:url("../images/deco/rahmen_quadrat.png") 22 repeat;
	border-image:url("../images/deco/rahmen_quadrat.png") 22 repeat;
	margin: 3px;
}
#shop_car {
	margin: 50px  50px 0 25px;
	text-align: center;
	position: relative;
}
#shop_car hr {
	border: none;
	color: #f00;
	background-color: #f00;
	height: 3px;
	margin-bottom: 15px;
}
#shop_car ul {
	position: relative;
	float: left;
	left: 50%;
}
#shop_car li {
	position: relative;
	float: right;
	right: 50%;
}
table.wako {
	empty-cells: show;
	text-align: left;
}
table.wako th {
	background:rgba(0,0,0,0.1);
	padding: 10px;
}
table.wako th.mid {
	vertical-align: middle;
}
table.wako input, table.wako select {
	font-size: 1em;
}
table.wako td {
	padding: 10px;
	vertical-align: middle;
}
table.wako td a.wx {
	color: black;
	line-height: 1.1em;
}
.klein {
	font-size:0.8em;
}
.rechts {
	text-align: right;
}
h3.fehler {
	color: #f00;
}
h4.fehler {
	color: #f00;
	margin-bottom: 5px;
}
#kkbutt {
	display: inline;
}

.shop_prev_next, .shop_prev_next_u {
	width: 100%;
	height: 2em;
}
.shop_prev_next_u {
	margin-top: 1em;
}
.shop_prev {
	margin-right: 2em;
}
.shop_prev a, .shop_next a{
	color: #585858;
	text-decoration: none;
}
.shop_bild {
	width: auto;
	float:left;
	margin-right: 75px;
}

.shop_bild_details {
	text-align: right;
}
#agbtxt p {
	margin-bottom: 10px;
}

