﻿@import url(layout.css);

@font-face { 
	font-family: 'Mako';
    src: url('mako-regular.ttf')  format('truetype');
    }

@font-face { 
	font-family: 'Gisha';
    src: url('gisha.ttf')  format('truetype');
    }
    
@font-face { 
	font-family: 'Martel';
    src: url('martelsans-regular.otf')  format('opentype');
    }

@keyframes wechseln {
    0% {opacity: 1;}
   25% {opacity: 1;}
   40% {opacity: 0;}
   92% {opacity: 0;}
  100% {opacity: 1;}
}

main {
	background: transparent;
	border-color: transparent;
}

#gallery {
  position: relative;
  top: 0;
  left: 0;
  
}

#gallery figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-name: wechseln;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

#gallery figure:nth-of-type(4) {
  animation-delay: 5s;
}
#gallery figure:nth-of-type(3) {
  animation-delay: 10s;
}
#gallery figure:nth-of-type(2) {
  animation-delay: 15s;
}
#gallery figure:nth-of-type(1) {
  animation-delay: 20s;
}


#gallery figcaption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  left: 1em;
  bottom: 0.5em;
  z-index: 2;
}


p { font-family: Martel, sans-serif; 
}

.blubber {
	display: none;
	font-family: Martel, sans-serif;
} 

.laby {
	font-family: Martel, sans-serif;
}

body {
	color: #000;
	font-size: medium;
	font-family: Martel, Sans-Serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 900px;
	margin: 0 auto;	
	background: #fff;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	background-color: #cde;
}
#navigation {
	
	font-size: small;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 650px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 190px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 2px;
}
figure {
	float: left;
	width: 300px;
	margin: 0.5em;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Inhaltsformatvorlagen */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	font-family: Gisha, Sans-Serif;
	color: #965;
	font-size: 1.75em;
}
h3 {
	font-family: Gisha, Sans-Serif;
	color: #965;
	font-size: 1.5em;
}
h4 {
	font-family: Gisha, Sans-Serif;
	color: #965;
	font-size: 1.25em;
}
h5 {
	font-family: Gisha, Sans-Serif;
	color: #965;
	font-size: 1.00em;
}
h6 {
	font-family: Gisha, Sans-Serif;
	color: #965;
	font-size: 0.75em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}