﻿/*
important:
Values for margin and padding define top, right, bottom, left
*/
/* =========================================================
 This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, 
 would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, 
 the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. 
 ==========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
a {
	outline: 0;
}
/* ======================================================
 The body is the outermost layout component and contains the visible page content. Setting properties 
 for the body element will help to create consistent styling of 
 the page content and more manageable CSS. Besides using the body element to set global properties,
 it is common to use the body element to set the background color of the 
 page and create a centered container for the page content to display. 
 =======================================================*/
body {
	padding: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	line-height: 1.2em;
	font-size: 1em;
	color: #000000;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
/* =====================================
Paragraph styles. 
========================================*/
h1, h2, h3 {
	color: #000000;
	margin: 10px 0px 10px 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
.ul {
	text-decoration: underline;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1.0em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.smltxt {
	font-size: small;
}
.imgsubtitle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	text-align: center;
}
.topGruppe {
	background-color: #DEDDD3;
	color: #000000;
	line-height: 200%;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
	padding: 0px 0px 0px 5px;
}
.topUnterGruppe {
	color: #000000;
	line-height: 200%;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 40px;
	text-decoration: underline;
}
.topUnterGruppe a {
	text-decoration: underline;
	font-size: 1.0em;
}
.topUnterGruppe a:link {
	text-decoration: underline;
	font-size: 1.0em;
}
.topUnterGruppe a:visited {
	text-decoration: underline;
	font-size: 1.0em;
}
.topListe {
	padding: 0px 0px 0px 150px;
	margin: 5px 0px 0px 0px;
}
.news {
	padding-bottom: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.tabWeinAbstand {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul.topNews: {
	list-style-type: disc;
}
ul.topNews li {
	padding-top: 10px;
}
/*================================
Horizontal line
clear: both;  line will not be truncated in front of an object 
=================================*/
hr.hrSimple {
	margin: 10px 0px 10px 0px;
	border: 0;
	height: 1px;
	color: #000000; /* IE */;
	background-color: #000000; /* FF & IE*/
}
hr.hrDivider {
	margin: 10px 200px 10px 200px;
	border: 0;
	height: 1px;
	color: #000000; /* IE */;
	background-color: #000000; /* FF & IE*/
}
hr.hrFat {
	margin: 5px;
	border: 0;
	height: 3px;
	color: #000000; /* IE */;
	background-color: #000000; /* FF & IE*/;
	width: auto;
}
/*================================
Link Styles unless specified separately
=================================*/
a, a:link {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:focus {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
/*================================
Table Styles 
=================================*/
table.tabGalerie {
	border-style: solid;
	border-width: 0px;
	background-color: #DEDDD3;
	padding: 3px;
}
table.tabSimple {
	border-style: solid;
	border-width: 1px;
	background-color: #DEDDD3;
	padding: 3px;
}
table.tabTop {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
table.tabTop th {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
table.tabTop p {
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.col1Top {
	width: 80%;
}
.col2Top {
	width: 20%;
}
table.tabWein {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #DEDDD3;
	vertical-align: middle;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border: 2px #9EAE8E solid;
	border-collapse: collapse;
}
table.tabWein th {
	font-weight: bold;
	text-decoration: none;
	border: 1px #9EAE8E solid;
	padding: 5px;
	text-align: left;
}
table.tabWein td {
	border: 1px #9EAE8E solid;
	padding: 5px;
}
table.tabWein p {
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.col1Wein {
	width: 20%;
}
.col2Wein {
	width: 20%;
}
.col3Wein {
	width: 20%;
}
.col4Wein {
	width: 12%;
}
.col5Wein {
	width: 16%;
}
.col6Wein {
	width: 22%;
}
table.tabData {
	max-width: 100%;
	border: 1px #9EAE8E solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
table.tabData thead {
	display: table-header-group;
}
table.tabData th {
	border: 1px #9EAE8E solid;
	background-color: #DEDDD3;
	border-collapse: collapse;
	padding: 5px;
}
table.tabData tr {
	width: auto;
	border: 2px #9EAE8E solid;
}
table.tabData td {
	border: 1px #9EAE8E solid;
	text-align: center;
	padding: 5px;
}
table.tabData td.left {
	border: 1px #9EAE8E solid;
	text-align: left;
	padding: 5px;
}
table.tabData td.right {
	border: 1px #9EAE8E solid;
	text-align: right;
	padding: 5px;
}
table.tabAutor {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #DEDDD3;
	vertical-align: middle;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border: 4px #9EAE8E solid;
	border-collapse: collapse;
}
table.tabAutor th {
	font-weight: bold;
	text-decoration: none;
	border: 1px #9EAE8E solid;
	padding: 5px;
	text-align: left;
}
table.tabAutor td {
	border: 1px #9EAE8E solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	vertical-align: top;
}
table.tabAutor p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}
/* =========================================
 This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid
 the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. 
 IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right 
 margins to center the container on the page. 
 ============================================*/
#outerWrapper {
	background-color: #F5F4E9;
	max-width: 1024px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 20px auto 20px auto;
	border: 1px #000000 solid;
	border-radius: 10px;
	box-shadow: 0 0 20px #453823;
	-webkit-box-shadow: 0 0 20px #453823;
	-moz-box-shadow: 0 0 20px #453823;
}
/*===================================
Masthead Styles
 top, right, bottom, left
====================================*/
#outerWrapper #header {
	background: #DDDDDD url('../images/grau-bg.jpg') repeat bottom;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	min-height: 105px;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#outerWrapper #header .sitename {
	font-family: "*Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #474C42;
	margin-top: 10px;
	text-align: center;
	line-height: 1em;
}
.sitename {
	z-index: 2;
	position: relative;
}
#outerWrapper #header a {
	color: #474C42;
}
#outerWrapper #header a:hover {
	color: #800000;
}
#outerWrapper #header a:focus {
	color: #800000;
}
#outerWrapper #header a:active {
	color: #800000;
}
#outerWrapper #header .tagline {
	color: #474C42;
	font-size: 1.2em;
	text-align: center;
}
/*=================================================
Content Styles 
==================================================*/
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	min-height: 360px;
	overflow: hidden;
}
.titleContent {
	background: url('../images/titel111225.jpg') no-repeat;
/* ggf. die Schrift der Klasse div.ausgabe anpassen in titel.css */background-color: #3B5B56; /* #3B5B56 wenn Ausgabenschrift weiß, #9EAE8E wenn Ausgabenschrift schwarz;*/;
	background-image: url('../images/titel111225.jpg');
	background-attachment: fix;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	overflow: auto;
}
/* =======================================================
 Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used 
without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated 
element and before the close of the container with floated elements. 
==========================================================*/
.clearFloat {
	display: block;
	clear: both;
}
/*=================================================
Footer Styles 
==================================================*/
#outerWrapper #footer {
	background-color: #9EAE8E;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
}
#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1em;
}
#outerWrapper #footer a:link {
	color: #FFFFFF;
	border-style: none;
}
#outerWrapper #footer a:visited {
	color: #FFFFFF;
	border-style: none;
}
#outerWrapper #footer a:hover {
	color: #800000;
}
#outerWrapper #footer a:focus {
	color: #800000;
}
#outerWrapper #footer a:active {
	color: #800000;
}
/*============================================
Floating images left, right or centered on page
=============================================*/
.imgLeft {
	margin: 25px 25px 15px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-style: none;
	max-width: 950px;
}
.imgRight {
	margin: 25px 15px 15px 25px;
	padding: 0px 0px 0px 0px;
	float: right;
	border-style: none;
	max-width: 950px;
}
.imgTab {
	margin: auto;
	float: none;
	padding: 5px 5px 5px 5px;
	border-style: none;
	max-width: 950px;
}
.imgTabEuroGR {
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	float: none;
	max-width: 950px;
}
.imgLeftGR {
	padding: 1px 1px 1px 1px;
	margin: 25px 25px 15px 15px;
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	float: left;
	max-width: 950px;
}
.imgRightGR {
	padding: 1px 1px 1px 1px;
	margin: 25px 15px 15px 25px;
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	float: right;
	max-width: 950px;
}
.imgMiddleGR {
	padding: 1px 1px 1px 1px;
	margin: 25px auto 15px auto;
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	display: block;
	max-width: 950px;
}
.imgMiddle {
	margin: auto;
	display: block;
	padding: 25px auto 15px auto;
	border-style: none;
	max-width: 950px;
}
.imgTabGR {
	padding: 1px 1px 1px 1px;
	margin: 5px;
/*	vertical-align: middle;*/vertical-align: top;
	border-style: solid;
	border-color: #800000;
	border-width: 3px;
	float: none;
	max-width: 950px;
}
.imgSmall {
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	border-style: none;
	float: none;
}
.imgSmallMidLine {
	/*	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;*/
	float: none;
	vertical-align: middle;
	border-style: none;
}
/*=============
video styles 
==============*/
div.video-box {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
div.video-container {
	position: relative;
	margin: 0 auto;
	padding-top: 0px; /* muss 0 sein, sonst kommt es zu Überlagerungen bei kleiner Auflösung */;
	padding-bottom: 56.25%; /* entspricht 16:9 */;
}
div.video-container_3_4 {
	position: relative;
	padding-bottom: 75%; /* entspricht 4:3 */;
	padding-top: 0px; /* muss 0 sein, sonst kommt es zu Überlagerungen bei kleiner Auflösung */;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
}
.video-container_3_4 iframe, .video-container object, .video-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
/*=============
map styles 
==============*/
div.map-container {
	width: 100%;
	height: 100%;
	max-height: 600px;
	max-width: 800px;
	margin: 0 auto;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 600px;
	max-width: 800px;
	margin: 0 auto;
}
osition: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/*========================================
Amazon-iframes 
=========================================*/
iframe {
	width: 120px;
	height: 240px;
	border: thin;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*========================================
Top Navigation
=========================================*/
#outerWrapper #topNavigation {
	background-color: #9EAE8E;
	min-height: 2.3em;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #000000;
	overflow: hidden;
}
#outerWrapper #topNavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #topNavigation li {
	float: left;
	width: 200px;
}
#outerWrapper #topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 1px;
	padding: 5px;
	display: block;
}
#outerWrapper #topNavigation a:hover {
	background-color: #EEEEEE;
	color: #000000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/*========================================
slideShow for top-pages
========================================*/
#slideReisen {
	background-image: url(../images/sliderreisen.jpg);
	margin-left: auto;
	margin-right: auto;
}
#slideBesuch {
	background-image: url(../images/sliderbesuch.jpg);
	margin-left: auto;
	margin-right: auto;
}
#slideRzie {
	background-image: url(../images/sliderrzie.jpg);
	margin-left: auto;
	margin-right: auto;
}
#slideServ {
	background-image: url(../images/sliderservice.jpg);
	margin-left: auto;
	margin-right: auto;
}
#slideUnter {
	background-image: url(../images/sliderunter.jpg);
	margin-left: auto;
	margin-right: auto;
}
#slideExpf {
	background-image: url(../images/sliderexpf.jpg);
	margin-left: auto;
	margin-right: auto;
}
div.slideShow {
	width: 700px;
	height: 250px;
	text-align: center;
	position: relative; /*background-image: url(../images/sliderrzie.jpg);*/;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size-x: 700px;
	background-size-y: 250px;
	padding-top: 20px;
	padding-bottom: 0px;
	animation: h_slide 48s ease-out infinite;
	-webkit-animation: h_slide 48s ease-out infinite;
	-moz-animation: h_slide 48s ease-out infinite;
}
@keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }
@-webkit-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }
@-moz-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } 
}
/*========================================
images with text
========================================*/
figure.imgLeft.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgRight.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgTab.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgTabEuroGR.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgLeftGR.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgRightGR.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgMiddleGR.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgMiddle.Caption {
	border-style: none;
	border-width: 0;
}
figure.imgTabGR.Caption {
	border-style: double;
	border-width: 0;
}
figure.imgTabGR.CaptionMiddle {
	border-style: none;
	border-width: 0;
	margin: auto;
}
figcaption.imgcaptionRight {
	font-size: 0.8em;
	font-style: italic;
	position: relative;
	float: right;
	clear: right;
	text-align: left;
}
figcaption.imgcaptionLeft {
	font-size: 0.8em;
	font-style: italic;
	float: left;
	clear: left;
	position: relative;
	text-align: left;
}
figcaption.imgcaptionTab {
	font-size: 0.8em;
	font-style: italic;
	position: relative;
	text-align: center;
}
/*========================================
form styles 
========================================*/
form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}
form > div > label, legend {
	min-width: 20%;
	float: left;
	padding-right: 10px;
}
legend.desclong {
	width: auto;
}
form > div > div, form > div > fieldset > div {
	width: auto;
	float: left;
}
form > div > fieldset label {
	min-width: 15%;
}
fieldset {
	border: 0;
	padding: 0;
}
input[type=text], textarea {
	width: auto;
	border: 1px #000000 solid;
	background-color: #DEDDD3;
}
input[type=text]:focus, textarea:focus {
	outline: 0;
	border: 2px solid #800000;
}
input[type=submit], [type=reset], [type=button] {
	font: Verdana, serif;
	font-size: 1em;
	font-weight: bold;
	height: 25px;
	border: 1px solid #DEDDD3;
	background-color: #9EAE8E;
	color: #FFFFFF;
	border-radius: 6px;
	cursor: pointer;
}
#Umrech {
	z-index: 1;
	padding: 10px;
	border-style: ridge;
	border-width: 3px;
	background-color: #F5F4E9;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20em;
	height: 16em;
	margin-top: -8em;
	margin-left: -10em;
	visibility: hidden;
}
#AdrListe {
	z-index: 2;
	padding: 10px;
	border-style: ridge;
	border-width: 3px;
	background-color: #F5F4E9;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: auto;
	margin-top: -8em;
	margin-left: -15em;
	visibility: hidden;
}
.formSimple select {
	border: 0;
	background-color: #DEDDD3;
	width: auto; /* of select dropdown to give space for arrow image*/;
	text-indent: 0.01px; /* Removes default arrow from firefox*/;
	text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/;
	color: #000000;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	-moz-box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}
input[type=checkbox] {
	padding-left: 5px;
	padding-right: 5px;
	border: double 2px;
	background-color: #40473A;
	color: #000000;
	background-color: #000000;
	white-space: nowrap;
	overflow: hidden;
	width: 18px;
	height: 18px;
	border-radius: 4px;
}
input[type=checkbox]:hover {
	box-shadow: 0px 0px 10px #40473A;
	-webkit-box-shadow: 0px 0px 10px #40473A;
	-moz-box-shadow: 0px 0px 10px #40473A;
}
input[type=radio] {
	padding-left: 5px;
	padding-right: 5px;
	border: double 2px #00F;
	background-color: #40473A;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	width: 18px;
	height: 18px;
	border-radius: 15px;
}
input[type=radio]:checked {
	background-color: #000;
	border-left-color: #06F;
	border-right-color: #06F;
}
input[type=radio]:hover {
	box-shadow: 0px 0px 10px #40473A;
	-webkit-box-shadow: 0px 0px 10px #40473A;
	-moz-box-shadow: 0px 0px 10px #40473A;
}
#bigdevice {
	display: block;
}
#smalldevice {
	display: none;
}
/*========================================
 EURO-Touren
========================================*/
.euroHeadLine {
	color: #FFFFFF;
	background-color: #777f71;
	padding: 10px;
}
.euroOverview {
	float: left;
	max-width: 30%;
	overflow: hidden;
	padding-right: 10px;
}
.euroReport {
	float: left;
	max-width: 65%;
	overflow: hidden;
}
/*========================================
 Amazon
========================================*/
.imgAmazon {
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: text-top;
	border-style: none;
	display: block;
}
.divAmazon {
	float: right;
	overflow: hidden;
	border: thin solid #9EAE8E;
	margin: 10px;
	background-color: white;
	width: 118px;
	text-align: center;
	line-height: 80%;
}
.divAmazon a {
	padding: 0px;
	color: #313bd1;
	margin: auto;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
}
.divAmazon a:link {
	padding: 0px;
	color: #313bd1;
	margin: auto;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
}
.divAmazon a:visited {
	padding: 0px;
	color: #313bd1;
	margin: auto;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
}
/*========================================
 Grossbild und Co
========================================*/
.block_page {
	position: absolute;
	display: block;
	overflow: visible;
	margin: 0;
	top: 20px;
	height: 100%;
	width: 100%;
	left: 0px;
	z-index: 5;
	background-color: rgba(0,0,0,0.8);
}
.modal_box {
	margin: 0;
	display: block;
	top: 0px;
	left: 20px;
	height: auto;
	padding: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 2px 7px #292929;
	-moz-box-shadow: 0px 2px 7px #292929;
	-webkit-box-shadow: 0px 2px 7px #292929;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:  #f2f2f2;
	z-index: 50;
	overflow:visible;
}
.modal_close {
	position: relative;
	display: block;
	float: left;
	top: -25px;
	left: 5px;
	height: 50px;
	width: 50px;
	background-image: url(https://www.explorermagazin.de/close.png);
}
.inner_modal_box {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	padding-bottom: 56.25%;
}
/*========================================
 Lupen bei Grossbild
========================================*/
.divPicLeft::after {
	content: "\1F50D";
	font-size: larger;
	top: 20px;
	margin-left: -40px;
	float: left;
	position: relative;
}
.divPicMiddle::before {
	content: "\1F50D";
	font-size: larger;
	top: 40px;
	margin-left: 50%;
	position: relative;
}
.divPicRight::after {
	content: "\1F50D";
	font-size: larger;
	top: 20px;
	margin-right: -40px;
	float: right;
	position: relative;
}
.divPicTab {
	padding: 3px;
}
.divPicTab::after {
	content: "\1F50D";
	font-size: larger;
	margin-left: -40px;
	position: relative;
}
