﻿  /* CSS layout */
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.unterstrichen {
	text-decoration: underline;
}
.linksbündig {
	text-align: left;
}
.rechtsbündig {
	text-align: right;
}
.zentriert {
	text-align: center;
}
.Blocksatz {
	text-align: justify;
}
.Kleingedruckt {
	border-top: 0px;
	font-size: x-small;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wietext {
	text-decoration: none;
	color: #666666;
}
a.wietext:visited {
	text-decoration: none;
}
a.wietext:hover {
	color: #000000;
	font-weight: bold;
}
.strich {
	color: #E03D4E;
	font-weight: bold;
}
.Autor {
	margin: 0px;
	padding: 0px;
}
.Zitat {
	margin: 0px 0px 5px 0px;
}
.Urlaubshinweis {
	border-radius: 2px;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
table {
	border-spacing: 2px;
}
td {
	vertical-align: top;
	border-spacing: 3px;
	font-size: medium;
}
tr {
	padding: 4px;
	margin: 4px;
	vertical-align: top;
	border-spacing: 2px;
	height: 8px;
}
body {
	background-size: 1037px 778px;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url('Bilder/Hintergrund.jpg');
	background-repeat: repeat;
}
#container {
	box-shadow: -2px -2px 2px #E03D4E, 2px 2px 2px #E03D4E;
	margin-right: auto;
	margin-left: auto;
	width: 944px;
	background-color: #FFFFFF;
}
.leerzeile {
	padding: 0px;
	margin: 0px;
}
#head {
	width: 100%;
	height: 260px;
}
#leer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
}
#logo {
	margin: 0px;
	padding: 0px;
}
#top_nav {
	overflow: hidden;
	width: 396px;
	float: left;
	padding-left: 230px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	margin-left: 230px;
	font-family: "Open Sans", sans-serif;
	font-size: 8px;
	margin-bottom: 4px;
	height: 13px;
}
#top_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#top_nav li {
	margin: 0px;
	padding: 0px;
	float: right;
	letter-spacing: 0.1em;
}
#top_nav a {
	margin: 0px;
	color: #808080;
	display: block;
	text-decoration: none;
	padding-right: 4px;
}
#top_nav a:hover, #top_nav a:active, #top_nav a:focus {
	color: #000000;
	font-weight: bold;
}
#left_nav {
	overflow: hidden;
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	font-family: "Open Sans Light", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: 300;
}
#left_nav ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 2px;
	text-transform: uppercase;
}
#menu {
	padding-top: 10px;
}
.left_nav_level1 {
	padding: 0px 0px 9px 0px;
	margin: 0px;
	text-indent: 10px;
}
.left_nav_level2 {
	padding: 0px;
	margin: 0px;
	text-indent: 24px;
	font-weight: normal;
}
#left_nav ul a {
	padding: 0px 0px 11px 0px;
	margin: 0px;
	color: #808080;
	display: block;
	text-decoration: none;
}
#left_nav ul a:hover {
	font-weight: bold;
	color: #000000;
}
#kontaktdaten {
	padding-top: 42px;
}
#kontaktdaten a:visited, a:active {
	text-decoration: none;
	color: #666666;
}
.adresse {
	padding-left: 28px;
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform: none;
	color: #808080;
}
.kontaktzeile {
	padding-left: 26px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
}
#page_content {
	padding: 8px 24px 4px 24px;
	margin-left: 230px;
	font-size: 14px;
	background-color: #FFFFFF;
	min-height: 400px;
	color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}
#page_content h1 {
	font-family: "Open Sans", sans-serif;
	font-size: x-large;
	padding-top: 0px;
	color: #E03D4E;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
#page_content h2 {
	font-size: large;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}
#page_content h3 {
	font-size: medium;
	font-weight: lighter;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
}
#page_content p {
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Open Sans", sans-serif;
	font-size: small;
}
#page_content p.title_of_list {
	margin-bottom: 8px;
	font-size: medium;
}
#page_content ul {
	margin-top: 0px;
}
#page_content li {
	list-style-type: disc;
}
#page_content li p {
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: left;
}
#BildPortrait {
	margin: 30px 0 10px 20px;
	width: 218px;
	height: 247px;
	float: right;
}
#Bild1HuL {
	margin: 30px 0px 20px 20px;
	width: 190px;
	height: 230px;
	float: right;
}
.liniewaagerecht {
	color: #990000;
	font-weight: bold;
}
#StapelAusstellung1 {
	height: 240px;
	width: 660px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
}

#StapelAusstellung1 img {
    position: absolute;
	height: 240px;
    width: 660px;
}
#StapelAusstellung1 img:nth-of-type(1) {
    animation: Ausstellung 14s 7s ease-in-out infinite;
}

#StapelAusstellung1 img:nth-of-type(2) {
    animation: Ausstellung 14s 0s ease-in-out infinite;
}
#StapelAusstellung2 {
	height: 350px;
	width: 660px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
}

#StapelAusstellung2 img {
    position: absolute;
	height: 350px;
    width: 660px;
}
#StapelAusstellung2 img:nth-of-type(1) {
    animation: Ausstellung 14s 7s ease-in-out infinite;
}

#StapelAusstellung2 img:nth-of-type(2) {
    animation: Ausstellung 14s 0s ease-in-out infinite;
}
@keyframes Ausstellung {
     0% {opacity:0;}
    20% {opacity:1;}
    50% {opacity:1;}
    70% {opacity:0;}
   100% {opacity:0;}
}
#StapelSerie1 {
	height: 198px;
	width: 149px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
}

#StapelSerie1 img {
    position: absolute;
	height: 198px;
    width: 149px;
}
#StapelSerie1 img:nth-of-type(1) {
    animation: Serie 14s 7s ease-in-out infinite;
}

#StapelSerie1 img:nth-of-type(2) {
    animation: Serie 14s 0s ease-in-out infinite;
}
#StapelSerie2 {
	height: 198px;
	width: 264px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
}
#StapelSerie2 img {
	position: absolute;
	height: 198px;
	width: 264px;
}
#StapelSerie2 img:nth-of-type(1) {
    animation: Serie 14s 7s ease-in-out infinite;
}

#StapelSerie2 img:nth-of-type(2) {
    animation: Serie 14s 0s ease-in-out infinite;
}
@keyframes Serie {
     0% {opacity:0;}
    20% {opacity:1;}
    50% {opacity:1;}
    70% {opacity:0;}
   100% {opacity:0;}
}

