/*  
    CSS-Design der Website http://www.kunstundkulturreisen.de
    Autor: Holger Strunk (http://www.strunk.info)
*/

/* Grundelemente */
html, p {
  font-family: Sans-Serif;
  font-size: 10pt;
  color: black;
  height: 101%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #d4ccc1;
  background-image: url(../Ressourcen/Grafik/Hintergrund.jpg);
}
img {
  border: none;
}
input, textarea {
  font-family: Sans-Serif;
  font-size: 10pt;
  color: black;
  background-color: #eee;
  width: 100%;
  padding: 3px;
  border: 1px solid gray;
}
h1,h2,h3,h4,h5{
  color: black;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
h1{
  font-size: 16pt;
}
h2{
  font-size: 12pt;
  margin-top: 30px;
}
h3{
  font-size: 11pt;
  margin-top: 20px;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:focus {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:active {
  color: black;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
tbody, tr, td {
  margin: 0; 
  padding: 0;
}

/* Layout */
#Hauptrahmen {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding: 0;
  background-image: url(../Ressourcen/Grafik/Schatten.png);
  background-repeat: repeat-y;
}
.Ankuendigung {
	padding-bottom: 10px;
	border-bottom: 1px dotted black;
}
#Banner {
  position: relative;
  margin-left: 16px;
  width: 992px;
  height: 111px;
  background-color: white;
}
#Banner_Hintergrund_Foto {
  position: absolute;
  width: 992px;
  height: 110px;
  background-position: top right;
  background-repeat: no-repeat;
}
#Banner_Hintergrund_Overlay {
  position: absolute;
  width: 992px;
  height: 110px;
  background-image: url(../Ressourcen/Grafik/Farbverlauf_Banner.png);
  border-bottom: 1px solid gray;
}
#Banner_Logo {
  position: absolute;
  width: 155px;
  height: 100px;
  bottom: 0;
  left: 13px;
  background-image: url(../Ressourcen/Grafik/Logo.png);
  background-repeat: no-repeat;
}
#Banner_Slogan {
  position: absolute;
  top: 5px;
  left: 190px;
  color: #c00;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
}
#Banner_Adresse {
  position: absolute;
  top: 45px;
  left: 190px;
  color: #c00;
  font-size: 10pt;
  font-style: italic;
}
#Banner_Adresse a:link, #Banner_Adresse a:visited, #Banner_Adresse a:focus, #Banner_Adresse, #Banner_Adresse a:active {
  color: #c00;
  text-decoration: none;
}
#Banner_Adresse a:hover {
  color: #c00;
  text-decoration: underline;
}
#Banner_Adresse_Name {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}
.blau {
	color: #00a;
}
.gruen, a.gruen, a.gruen:link, a.gruen:visited, a.gruen:hover, a.gruen:active {
	color: #080;
}
#Impressum_Kleingedrucktes {
  font-size: 8pt;
  color: gray;
  border-top: 1px solid gray;
  margin-top: 30px;
  padding-top: 5px;
}
#Inhalt {
  position: relative;
  margin-left: 16px;
  width: 992px;
  background-image: url(../Ressourcen/Grafik/weiss_80.png);
}
#Inhalt_links {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}
#Inhalt_Mitte {
  position: relative;
  top: 0;
  left: 180px;
  width: 780px;
  padding: 15px;
}
#Inhalt_rechts {
  display: none;
  position: absolute;
  top: 0;
  left: 812px;
  width: 0;
}
.mehr {
  color: gray;
  cursor: pointer;
  font-size: 8pt;
}
.NavButton {
  position: relative;
  border-bottom: 1px dotted gray;
  border-right: 1px dotted gray;
  width: 180px;
  padding: 13px 0;
  background-color: #d4ccc1;
  background-image: url(../Ressourcen/Grafik/Kapitelle_Segment.png);
  background-repeat: repeat-y;
  background-position: 13px 0;
  font-size: 11pt;
  text-align: center;
  cursor: pointer;
}
.NavButton:hover {
  text-decoration: underline;
}
.rot {
	color: #c00;
}
#Schatten_Abschluss {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  height: 24px;
  padding: 0;
  background-image: url(../Ressourcen/Grafik/Schatten_Abschluss.png);
  background-repeat: no-repeat;
}
.schliessen {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('../Ressourcen/Grafik/schliessen.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.unsichtbar {
	display: none;
}
.Vorschaubild {
  width: 100px;
  height: 100px;
}
.weiterlesen {
	margin-top: -8px;
	padding-top: 0;
}
.Werbung-Startseite {
	display: block;
	float: right;
	margin: 0 16px 16px 16px;
}
.Werbung-Startseite img {
	width: 200px;
	height: auto;
	box-shadow: 0 0 16px #aaa;
}

/* Inhaltsseiten */
#Reisedaten h2 {
  color: #c00;
}
#Reisedaten h3 {
  font-size: 10pt;
  margin-top: 0;
  margin-bottom: -8px;
}
#Reisedaten img {
  float: left;
  margin-right: 8px;
}
.Reise {
  cursor: pointer;
}
.Reise a:link, #Reise a:visited, #Reise a:focus, #Reise a:active, #Reise a:hover {
  text-decoration: none;
}

#Inhalt_Impressum {
  background-image: url(../Ressourcen/Bilder/Gordana-Mlakar.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#Inhalt_Impressum #Haftungsausschluss div p, #Inhalt_Impressum #Haftungsausschluss div h3 {
  font-size: 90%;
}
#Inhalt_Impressum #Impressum_Strunk {
  border-top: 1px solid gray;
  margin-top: 30px;
}
#Inhalt_Impressum #Kleingedrucktes h2 {
  border-top: 1px solid gray;
  padding-top: 20px;
}

#Inhalt_Partner .Partnerlogo {
  margin: 30px 40px 30px 0;
}
#Inhalt_Partner .Partnerlogos_inline {
  margin-top: 30px;
  margin-bottom: 30px;
}
#Inhalt_Partner .Partnerlogos_inline .Partnerlogo {
  display: inline;
}

#Inhalt_Startseite #Seitendekoration {
  background-image: url(../Ressourcen/Grafik/Seitendekoration/Seitendeko_1_Schatten.png);
  background-repeat: no-repeat;
  float: right;
  width: 299px;
  height: 232px;
}
#Inhalt_Startseite #Seitendekoration img {
  margin: 16px 0 0 16px;
}

#XML_Inhalt {
  min-height: 800px;
}

#XML_Inhalt #Tagesfahrten_Uebersicht, #XML_Inhalt .Reisevorschau {
  float: right;
}
#XML_Inhalt #Tagesfahrten_Uebersicht img {
	box-shadow: 0 0 16px #aaa;
	margin: 16px 0 16px 16px;
}
#XML_Inhalt .Katalog {
	float: right;
}
#XML_Inhalt .Katalog img {
	display: block;
	margin: 16px;
	box-shadow: 0 0 16px #aaa;
	border: 0;
	width: 200px;
	height: auto;
}

/* Element-Klassen */
a.Dokument {
  background-image: url('../Ressourcen/Grafik/x-office-document.png');
  background-repeat: no-repeat;
  padding: 3px 0 10px 28px;
}
.HP_Bild {
	display: none;
}

/* Cookies */
#myCookieConsent {
	z-index: 999;
	min-height: 100%;
	min-width: 100%;
	font-family: OpenSans, arial, "sans-serif";
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	position: fixed;
	height: 100%;
	overflow: scroll;
	color: white;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#myCookieConsent a {
	color: #d40014;
	display: inline-block;
	padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #d40014;
}
#myCookieConsent div#cookieButton {
	display: inline-grid;
	color: white;
	background: #d40014;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
	padding: 2px 20px;
	border-radius: 20px;
}
#myCookieConsent div#cookieButton:hover {
	background: #d40014;
	color: white;
}
#myCookieInfo {
	background-color: white;
	color: black;
	padding: 15px 0 10px 0;
	position: absolute;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}
#myCookieDetails_show {
	color: #d40014;
	display: inline-block;
	margin-bottom: 20px;
}
#myCookieDetails_show:hover {
	color: #d40014;
	text-decoration: underline;
	cursor: pointer;
}
#myCookieDetails {
	display: none;
	width: 600px;
	max-width: 90%;
	margin: auto;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	margin-top: 30px;
}

