﻿@import url('print.css');
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, hgroup, aside, footer, address, hr {
	display: block;
}
:focus, :active {
	outline: 0 none;
	background-color: transparent;
}
/*	http://www.web-font-generator.com/	*/
@font-face { font-family: 'TrajanPro-Regular';
src: local('../css/webfont/TrajanPro-Regular');
 src: url('../css/webfont/TrajanPro-Regular.eot?') format('eot'),
  url('../css/webfont/TrajanPro-Regular.otf') format('opentype'),
   url('../css/webfont/TrajanPro-Regular.woff') format('woff'),
    url('../css/webfont/TrajanPro-Regular.ttf') format('truetype'),
     url('../css/webfont/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'); 
}
/* ====================================== 
http://www.colorzilla.com/gradient-editor/
====================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #214173;
	background-color: #597eab;
	background: -ms-linear-gradient(top, #597EAB 0%, #E8EEF8 100%);
	background: -moz-linear-gradient(top, #597EAB 0%, #E8EEF8 100%);
	background: -o-linear-gradient(top, #597EAB 0%, #E8EEF8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #597EAB), color-stop(1, #E8EEF8));
	background: -webkit-linear-gradient(top, #597EAB 0%, #E8EEF8 100%);
	background: linear-gradient(to bottom, #597EAB 0%, #E8EEF8 100%);
	background-attachment: fixed;
}
a, a :link, a:visited {
	color: #214173;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #597eab;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	font-size: x-small;
	text-align: justify;
}
img {
	border: none;
	outline: 0 none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	color: #214173;
	text-shadow: 1px 1px 1px #ddd;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: medium;
	font-weight: normal;
}
h5 {
	font-size: small;
	font-weight: normal;
}
hr {
	height: 1px;
	margin: 0 auto;
	border: 0 none;
	background: #597eab;
	background: -moz-radial-gradient(center, ellipse cover, #597eab 15%, #e8eef8 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,#597eab), color-stop(100%,#e8eef8));
	background: -webkit-radial-gradient(center, ellipse cover, #597eab 15%,#e8eef8 100%);
	background: -o-radial-gradient(center, ellipse cover, #597eab 15%,#e8eef8 100%);
	background: -ms-radial-gradient(center, ellipse cover, #597eab 15%,#e8eef8 100%);
	background: radial-gradient(ellipse at center, #597eab 15%,#e8eef8 100%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}
.licht:hover {
	color: red;
}
.taste {
	float: right;
	color: #fff;
	padding: 2px 5px 2px 25px;
	background-color: transparent;
	background-image: url('../bilder/printer.gif');
	background-size: 20px 16px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
}
.key {
	background-image: url('../bilder/key.svg');
	background-position: left center;
}
/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* ====================================== 
		Image preload - Bilder vorladen
  ====================================== */
#preload {
	display: none;
/*	visibility:hidden;*/
}
#preload img {
	height: 0;
	width: 0;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
/* ====================================== 
			Wrapper
  ====================================== */
#wrapper {
	width: 940px;
	margin: 0 auto;
}
/* ====================================== 
			Container 
  ====================================== */
#inhalt {
	clear: both;
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 15px;
}
#inhalt p {
	font-size: smaller;
	text-align: justify;
	line-height: 1.4em;
}
.container {
	clear: both;
	position: relative;
	height: 440px;
	width: 100%;
	margin-bottom: 15px;
}
* html .container {
	height: 1%;
}
/* ====================================== 
			Section
  ====================================== */
#section {
	position: relative;
	height: auto;
	float: right;
	margin-left: 15px;
	width: 735px;
}
/* ====================================== 
			zum	Archiv
  ====================================== */
#archiv {
	font-family: "Trajan Pro", 'TrajanPro-Regular' !important;
	font-size: medium;
	text-transform: uppercase;
	position: absolute;
	left: 30%;
	display: block;
	float: left;
	z-index: 1;
}
#archiv a {
	display: block;/* ganze Fläche anklickbar machen*/;
	height: 2em;
	line-height: 2.5em;
	padding: 0 1em;
	font-size: medium;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.1);
	text-decoration: none;
	-o-transition: all 1s linear 0.2s;
	-moz-transition: all 1s linear 0.2s;
	-webkit-transition: all 1s linear 0.2s;
	transition: all 1s linear 0.2s;
}
#archiv a:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.6);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.6);
	text-decoration: none;
	-o-transition: all 0.5s linear 0.2s;
	-moz-transition: all 0.5s linear 0.2s;
	-webkit-transition: all 0.5s linear 0.2s;
	transition: all 0.5s linear .2s;
}
/* ====================================== 
			Ling
http://www.onextrapixel.com/2010/06/02/build-a-html5-css3-website-layout-without-images-part-1/
http://www.onextrapixel.com/2010/06/03/build-a-html5-css3-website-layout-without-images-part-2/
  ====================================== */
nav#ling {
	position: relative;
	float: right;
	margin: 0 30px;
	font-size: small;
}
nav#ling ul {
	text-align: center;
	margin: 0 10px;
	display: table;
	color: rgba(255, 255, 255, 1);
	list-style-type: none;
	cursor: pointer;
}
nav#ling ul li {
	position: relative;
	display: inline;
}
nav#ling ul li a {
	display: block;
	float: left;
	width: 120px;
	height: 1.5em;
	line-height: 1.5em;
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
	-moz-transition: all 1s linear 0.1s;
	-webkit-transition: all 1s linear 0.1s;
	transition: all 1s linear 0.1s;
}
nav#ling ul li a:hover {
	color: rgba(192, 192, 192, 1);
}
/* ---------------------------
		Submenu				*/
nav#ling ul li #submenu {
	position: absolute;
	top: 11px;
	right: -20px;
	height: 0;
	line-height: 0;
	visibility: hidden;
	-moz-transform: translate(0, 1px);
	-webkit-transform: translate(0px, -10px);
	z-index: 2;
}
nav#ling ul li #submenu li {
	display: block;
	text-align: center;
	margin: 0 auto;
}
nav#ling ul li #submenu li a {
	color: rgba(255, 255, 255, 0);
	height: 0;
	line-height: 0;
	width: 140px;
	margin-bottom: 1px;
	border-radius: 2px;
	background-color: #327bad;
	-o-box-shadow: 0 2px 8px -2px rgba(255, 255, 255, .3) inset;
	-moz-box-shadow: 0 2px 8px -2px rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 2px 8px -2px rgba(255, 255, 255, .3) inset;
	box-shadow: 0 2px 8px -2px rgba(255, 255, 255, .3) inset;
}
nav#ling ul li #submenu li a:hover {
	background-color: #005b99;
}
#services:hover > #submenu {
	visibility: visible;
	background-color: transparent;
}
#services:hover > #submenu li a {
	color: rgba(255, 255, 255, 1);
	height: 1.5em;
	line-height: 1.5em;
	-moz-transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
	transition: all 0.3s linear 0.1s;
}
/* ====================================== 
			Sprache wechseln
  ====================================== */
#sprache {
	display: block;
	float: right;
	z-index: 1;
}
#sprache img {
	float: right;
	margin: 3px 15px 0 0;
	padding: 0;
}
#sprache a img {
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	opacity: 0.6;
	-o-transition: all 0.5s linear 0.2s;
	-moz-transition: all 0.5s linear 0.2s;
	-webkit-transition: all 0.5s linear 0.2s;
	transition: all 0.5s linear .2s;
}
#sprache a:hover img {
	opacity: 1;
	-webkit-box-shadow: 1px 2px 8px rgba(255, 255, 255, 0.7);
	box-shadow: 1px 2px 8px rgba(255, 255, 255, 0.7);
}
#sprache a {
	display: block;/* ganze Fläche anklickbar machen*/;
	height: 1.3em;
	line-height: 1.3em;
	width: 105px;
	font-size: small;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.1);
	text-decoration: none;
	-o-transition: all 1s linear 0.2s;
	-moz-transition: all 1s linear 0.2s;
	-webkit-transition: all 1s linear 0.2s;
	transition: all 1s linear 0.2s;
}
#sprache a:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.6);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 0 18px 5px rgba(255, 255, 255, 0.6);
	text-decoration: none;
	-o-transition: all 0.5s linear 0.2s;
	-moz-transition: all 0.5s linear 0.2s;
	-webkit-transition: all 0.5s linear 0.2s;
	transition: all 0.5s linear .2s;
}
/* ====================================== 
			Kopf-Header
  ====================================== */
#header {
	clear: both;
	display: block;
	position: relative;
	height: 155px;
	z-index: 3;
	background-color: #021A39;
	background: -ms-radial-gradient(center bottom, ellipse farthest-side, #2F6FAB 0%, #021A39 100%);
	background: -moz-radial-gradient(center bottom, ellipse farthest-side, #2F6FAB 0%, #021A39 100%);
	background: -o-radial-gradient(center bottom, ellipse farthest-side, #2F6FAB 0%, #021A39 100%);
	background: -webkit-gradient(radial, center bottom, 0, center bottom, 486, color-stop(0, #2F6FAB), color-stop(1, #021A39));
	background: -webkit-radial-gradient(center bottom, ellipse farthest-side, #2F6FAB 0%, #021A39 100%);
	background: radial-gradient(ellipse farthest-side at center bottom, #2F6FAB 0%, #021A39 100%);
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#logo {
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	height: 130px;
	width: 260px;
	margin: 5px 5px;
	padding: 0;
	color: rgba(255, 255, 255, 0.85);
	font-family: Georgia;
	font-size: large;
	text-align: center;
	line-height: 230px;
	letter-spacing: .04em;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: overline;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
	background-image: url('../bilder/signatur.gif');
	background-size: 230px 100px;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 200px 10px 10px/ 80px 40px;
	-o-transition: color 1s linear 0.2s;
	-moz-transition: color 1s linear 0.2s;
	-webkit-transition: color 1s linear 0.2s;
	transition: color 1s linear 0.2s;
}
#logo:hover {
	color: rgba(255, 255, 255, 1);
	-o-transition: color 0.5s linear 0.5s;
	-moz-transition: color 0.5s linear 0.5s;
	-webkit-transition: color 0.5s linear 0.5s;
	transition: color 0.5s linear 0.5s;
}
/* ====================================== 
			"Überschrift"
  ====================================== */
a.ueberschrift {
	position: absolute;
	display: block;
	top: 26%;
	right: 5%;
	padding-left: 1em;
	font-family: "Trajan Pro", 'TrajanPro-Regular' !important;
	font-size: 50px;
	font-weight: normal;
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-text-shadow: 0 2px 0px #000, 0 -1px 0px #fff, 0 0 12px rgba(255, 255, 255, 0.4);
	text-shadow: 0 2px 0px #000, 0 -1px 0px #fff, 0 0 12px rgba(255, 255, 255, 0.4);
	-o-transition: color 1s linear 0.2s;
	-moz-transition: color 1s linear 0.2s;
	-webkit-transition: color 1s linear 0.2s;
	transition: color 1s linear 0.2s;
}
a.ueberschrift:hover {
	color: #fff;
	-o-transition: color 0.5s linear 0.2s;
	-moz-transition: color 0.5s linear 0.2s;
	-webkit-transition: color 0.5s linear 0.2s;
	transition: color 0.5s linear 0.2s;
}
/* ====================================== 
			Horizontale Navigation
  ====================================== */
.nav {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 4;
	border-radius: 4px 0 0 1px;
}
.nav ul {
	height: 40px;
	list-style-type: none;
	color: gold;
	box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.3);
}
.nav ul li {
	float: left;
	position: relative;
	width: 96px;
	margin-left: 1px;
	background-color: #9AA3B5;
}
.nav ul, .nav ul li:first-child, .nav ul li:first-child a {
	margin-left: 0;
	border-radius: 4px 0 0 1px;
}
.nav ul li, .nav ul li ul li:first-child, .nav ul li ul li a:first-child {
	border-radius: 0;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	display: block;
	height: 40px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	background-color: #9AA3B5;
	text-align: center;
	text-decoration: none;
	-o-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.nav ul li a.sie_sind_hier {
	color: rgba(33, 65, 115, 1);
	background-color: #DADDE4;
}
.nav ul li a:hover {
	color: rgba(33, 65, 115, 1);
	background-color: #ECF1F5;
}
.nav ul ul {
	position: absolute;
	top: auto;
	left: -10px;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 6px;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav ul li li {
	float: none;
	margin-top: 1px;
	margin-left: 0;
	width: auto;
	white-space: nowrap;
	background-color: #9AA3B5;
}
.nav ul ul a, .nav ul ul a:link, .nav ul ul a:visited {
	height: 24px;
	line-height: 24px;
	width: auto;
	padding: 0 15px;
	text-align: left;
}
.nav ul ul a:hover, .nav ul a.sie_sind_hier:hover {
	color: rgba(33, 65, 115, 1);
	background-color: #ECF1F5;
}
.nav ul ul ul {
	padding: 5px;
	top: -6px;
	left: 100%;
	border-radius: 4px;
}
.nav ul ul ul ul {
	top: -10px;
}
.nav ul ul, .nav ul li:hover ul ul, .nav ul li:hover ul ul ul {
	visibility: hidden;
	opacity: 0;
}
.nav ul li:hover ul, .nav ul ul li:hover ul, .nav ul ul ul li:hover ul {
	display: block;
	visibility: visible;
	opacity: 1;
}
/* ====================================== 
			Bild im Kopfbereich
  ====================================== */
#titelbild, #titelbild_a, #titelbild_b, #titelbild_c, #titelbild_d {
	clear: both;
	display: block;
	position: relative;
	font-family: Georgia;
	font-size: large;
	color: rgba(255, 255, 255, 0.4);
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat; /*	overflow: hidden;*/;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: inset 20px 10px 100px 1px rgba(0, 0, 0, 0.4), inset 0 -10px 60px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 20px 10px 100px rgba(0, 0, 0, 0.1), inset 0 -10px 60px rgba(0, 0, 0, 0.1), 0 8px 8px -3px rgba(0, 0, 0, 0.5);
	-o-transition: color 1s linear 0.2s;
	-moz-transition: color 1s linear 0.2s;
	-webkit-transition: color 1s linear 0.2s;
	transition: color 1s linear 0.2s;
}
#titelbild {
	height: 252px;
	background-image: url('../bilder/mhs_4.jpg');
	background-size: 940px 256px;
	background-position: 0px 0px;
}
#titelbild_a {
	height: 260px;
	background-image: url('../bilder/gilels_orig.jpg');
	background-size: 940px 609px;
	background-position: 0px -85px;
}
#titelbild_b {
	height: 385px;
	background-image: url('../bilder/emil_gilels_biogr.jpg');
	background-size: 940px 986px;
	background-position: 0 -330px;
	box-shadow: inset -80px -5px 100px rgba(0, 0, 0, 0.8), 0 8px 8px -3px rgba(0, 0, 0, 0.5);
}
#titelbild_c {
	height: 579px;
	background-size: 940px 579px;
	background-image: url('../bilder/emil_gilels_c.jpg');
	background-position: 0 0;
	box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.5);
}
#titelbild_d {
	height: 500px;
	background-size: 940px 782px;
	background-image: url('../bilder/emil_gilels_d.jpg');
	background-position: 0 -50px;
	box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.5);
}

#titelbild:hover, #titelbild_a:hover, #titelbild_b:hover, #titelbild_c:hover, #titelbild_d:hover {
	color: rgba(255, 255, 255, 1);
	-o-transition: color 0.5s linear 0.5s;
	-moz-transition: color 0.5s linear 0.5s;
	-webkit-transition: color 0.5s linear 0.5s;
	transition: color 0.5s linear 0.5s;
}
.titel_oben {
	position: absolute;
	top: 10px;
	left: 10px;
}
.titel_unten {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
/* ====================================== 
			Article Inhalt
  ====================================== */
.article {
	clear: both;
	position: relative;
	width: 940px;
	height: auto;
	float: left;
	margin-top: 15px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-border-radius: 10px 10px 200px 200px / 1px 1px 1.5px 1.5px;
	border-radius: 10px 10px 200px 200px / 1px 1px 1.5px 1.5px;
	-webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
	overflow: hidden;
	z-index: 1;
}
.article h2 {
	padding: 10px 20px;
}
.article h3 {
	padding: 10px 20px;
}
.article h4 {
	padding: 10px 20px;
}
.article h5 {
	padding: 10px 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.article p {
	font-size: smaller;
	padding: 0 20px 10px 20px;
	line-height: 1.4em;
	text-align: justify;
}
.article hr {
	float: left;
	margin-left: 50px;
	width: 33%;
}
.mit_sidebar {
	float: right;
	width: 100%;
}
.mit_sidebar h2 {
	padding: 10px 20px;
}
/* ====================================== 
			Bilder
  ====================================== */
.bildlinks, .bildcenter, .bildrechts {
	display: block;
	background-color: #e8eef8;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	font: 16px/22px Georgia , times, serif;
	font-style: italic;
	color: rgba(33, 65, 115, 1);
	text-align: center;
	text-shadow: 1px 1px 1px #aaa;
	border-radius: 3px;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.7);
}
.bildlinks {
	float: left;
	margin: 0px 15px 10px 20px;
}
.bildcenter {
	margin: 5px auto;
}
.bildrechts {
	float: right;
	margin: 0px 20px 10px 15px;
}
/* ====================================== 
			Bilder Sponsoren
  ====================================== */
.bilderwand {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
	padding: 0;
	text-align: center;
}
.bilderwand img {
	margin: 0 20px;
	border-radius: 2px;
	opacity: .9;
	-webkit-transition: opacity 0.5s ease-in-out 0.1s;
	-moz-transition: opacity 0.5s ease-in-out 0.1s;
	transition: opacity 0.5s ease-in-out 0.1s;
}
.bilderwand img:hover {
	opacity: 1;
}
* html .bilderwand {
	height: 1%;
}
.nostyle {
	box-shadow: none;
}
/* ====================================== 
		Sidebar - Left, Center, Right
  ====================================== */
.side_left, .side_center, .side_right {
	position: absolute;
	float: left;
	top: 0;
	height: 420px;
	width: 284px;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 100px 100px 200px 200px / 1px 1px 1.5px 1.5px;
	border-radius: 100px 100px 200px 200px / 1px 1px 1.5px 1.5px;
	-webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
	overflow: hidden;
	z-index: 1;
}
.side_left h2, .side_center h2, .side_right h2 {
	padding: 10px 0;
}
.side_left {
	left: 0px;
}
.side_center {
	left: 318px;
}
.side_right {
	right: 0px;
}
/* ====================================== 
			link_bild
  ====================================== */
.link_bild a {
	display: block;
	height: 180px;
	background-color: #e8eef8;
	background-position: center 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0 10px;
	font: 16px/22px Georgia , times, serif;
	font-style: italic;
	color: #222;
	text-align: left;
	text-shadow: 1px 1px 1px #aaa;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all .5s linear .2s;
	-moz-transition: all .5s linear .2s;
	-webkit-transition: all .5s linear .2s;
	transition: all .5s linear .2s;
	margin-bottom: .5em;
}
.link_bild a:hover {
	opacity: 1;
}
#bild_1 {
	background-image: url('../bilder/archiv/bild_1.jpg');
	background-size: 300px 386px;
	background-position: left -65px;
}
#bild_2 {
	text-align: center;
	background-image: url('../bilder/archiv/bild_2.jpg');
	background-size: 320px 261px;
	background-position: center -20px;
}
#bild_3 {
	background-image: url('../bilder/archiv/bild_3.jpg');
	background-size: 360px 180px;
	background-position: right top;
	box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.4);
}
#bild_4 {
	text-align: center;
	line-height: 20.5em;
	background-image: url('../bilder/archiv/bild_4.jpg');
	background-size: 320px 263px;
	background-position: center -10px;
}
#bild_5 {
	background-image: url('../bilder/archiv/bild_5.jpg');
	background-size: 298px 296px;
	background-position: -12px -18px;
}
#bild_6 {
	text-align: center;
	background-image: url('../bilder/archiv/bild_6.jpg');
	background-size: 320px 196px;
	background-position: center bottom;
}
/* ====================================== 
			Sidebar Left mit Article
  ====================================== */
.mit_article {
	position: relative;
	float: left;
	top: 15px;
	height: auto;
	width: 190px;
	background-color: transparent; /*	overflow: hidden;*/;
	z-index: 1;
}
/* ====================================== 
			Section Left
  ====================================== */
.section_left {
	position: relative;
	float: left;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-border-radius: 100px 100px 200px 200px / 1px 1px 1.5px 1.5px;
	border-radius: 100px 100px 200px 200px / 1px 1px 1.5px 1.5px;
	-webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3), 0 0 40px -8px rgba(0, 0, 0, 0.1) inset;
}
.section_left a {
	display: inline-block;/* ganze Fläche anklickbar machen*/;
	font-size: small;
	font-style: italic;
	line-height: 1.5em;
	width: 81%;
	padding-left: 35px;
	text-align: left;
	text-decoration: none;
}
.section_left a:hover {
	color: red;
}
/* ====================================== 
		Ecken http://css-tricks.com/snippets/css/css-triangle/
  ====================================== */
.ecke, .ecke_rechts, .ecke_unten {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
}
.ecke, .ecke_rechts {
	top: 13px;
	left: 10px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #9AA3B5;
}
.ecke_unten {
	top: 19px;
	left: 5px;
	border-top: 9px solid #9AA3B5;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
/* ====================================== 
			Footer-Fuß
  ====================================== */
#footer {
	clear: both;
	position: relative;
	width: 940px;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
	background-color: transparent;
}
#footer p {
	font-size: small;
	text-align: center;
	margin-top: 10px;
}
#footer hr {
	width: 97%;
}
.copyright {
	clear: both;
	margin: 10px 0 25px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
