﻿body {
	margin: 0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium;
	color: #191818;
	background-image: url(images/hintergrund.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

strong {
	font-weight: bold;
	color: #064319;
}

table {
	border-collapse: collapse;
}

tr:nth-of-type(odd) {
	background-color: #f2f1f0;
}

td {
	padding: 15px;
	font-size: 90%;
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

.bild_gross {
	float: left;
	margin: 5px 20px 10px 10px;
	cursor: pointer;
}

.bild_klein {
	float: left;
	margin: 5px 10px 10px 10px;
}

#container {
	width: inherit;
	max-width: 960px;
	margin: 0 auto 0 auto;
}

#menu {
	position: relative;
	top: 80px;
	float: left;	
	width: auto;
	height: auto;
	margin: 0px 15px 0px 0px;
	padding: 10px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#menu a:hover {
	background-color: #c0ed99;
}

#menu ul {
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 95%;
}

#menu li.current {
	font-weight: bolder;
	color: #064319;
}

#inhalt {
	position: relative;
	top: 80px;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

#inhalt h1, h2 {
	text-align: center;
	font-size: 100%;
	line-height: 1.4;
	color: #064319;
}

#inhalt h2 {
	margin-top: 1.5em;
}

#inhalt p {
	font-size: 90%;
	line-height: 1.5;
	margin-left: 10px;
}

/*NEU*/
.rahmentext_gross {
	margin-bottom: 30px;
	min-height: 300px;
}

/*NEU*/
.rahmentext_klein {
	min-height: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.inhaltsbeschreibung{
	margin: 0px 0px 0px 150px;	
}

.bildbeschreibung {
	margin: 0px 0px 0px 240px;	
}

/*NEU*/
#fusszeile {
	text-align: center;
	font-size: 85%;
	margin-top: 20px;
	color: #989898;
}

span.d
{ display: none; }

.box-rahmen {
  display: none;
  position: fixed;
  padding: 50px auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.box-inhalt {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 1200px;
}

.button {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.button:hover,
.button:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.vorschau_1 {
  display: none;
}

.vorschau_2{
  display: none;
}

.zurueck,
.vor {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.vor {
  right: 0;
  border-radius: 5px 0 0 5px;
}