﻿* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, hgroup, aside, blockquote, footer, address, hr {
	display: block;
}
/* ====================================== 
http://www.colorzilla.com/gradient-editor/
====================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #214173;
	background-color: #597eab;
	background: -moz-linear-gradient(top, #597eab 0%, #e8eef8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #597eab), color-stop(100%, #e8eef8));
	background: -webkit-linear-gradient(top, #597eab 0%, #e8eef8 100%);
	background: -o-linear-gradient(top, #597eab 0%, #e8eef8 100%);
	background: -ms-linear-gradient(top, #597eab 0%, #e8eef8 100%);
	background: linear-gradient(to bottom, #597eab 0%, #e8eef8 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#597eab', EndColorStr='#e8eef8', GradientType=0);
	background-attachment: fixed;
}
a, a:link, a:visited {
	color: #214173;
	text-decoration: none;
	outline: 0 none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: 0 none;
}
p {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: small;
}
h2 {
	font: 16px/22px Georgia , times, serif;
	font-style: italic;
	color: #214173;
	padding-bottom: 0.5em;
	text-shadow: 1px 1px 1px #ddd;
}
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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597eab', endColorstr='#e8eef8',GradientType=1 );
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}
img {
	border: none;
	outline: 0 none;
}
/* ====================================== 
		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;
}
/* ====================================== 
			Sprache
  ====================================== */
#sprache {
	position: relative;
	display: block;
	float: right;
}
#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: 120px;
	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;
	position: relative;
	height: 580px;
	z-index: 2;
	background-color: #597eab;
	background-image: url('../bilder/emil_gilels.jpg');
	background-size: 1150px 799px;
	background-position: -5px -20px;
	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), 0 8px 8px -3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 20px 10px 100px 1px rgba(0, 0, 0, 0.4), inset 0 -10px 60px 0px rgba(0, 0, 0, 0.2), 0 8px 8px -3px rgba(0, 0, 0, 0.5);
}
#logo {
	position: absolute;
	display: block;
	left: 0px;
	top: 5px;
	height: 130px;
	width: 235px;
	z-index: 4;
	margin: 5px 5px;
	padding: 0;
	color: rgba(255, 255, 255, 0.85);
	font-family: Georgia;
	font-size: 31px;
	text-align: center;
	line-height: 230px;
	letter-spacing: .04em;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: overline;
	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;
}
/* ====================================== 
			"EMIL GILELS"
  ====================================== */
/*	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'); 
}
h1 {
	text-align: center !important;
	font-family: "Trajan Pro", 'TrajanPro-Regular' !important;
	font-size: 134px;
	font-weight: normal;
	color: #dedede;
}
#emilgilels {
	position: absolute;
	bottom: -10px;
	display: table-cell;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 3;
	-webkit-text-shadow: 0 2px 0px #000, 0 -1px 0px #fff;
	text-shadow: 0 2px 0px #000, 0 -1px 0px #fff;
	-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;
}
#emilgilels: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;
}
/* ====================================== 
			Section Inhalt
  ====================================== */
#inhalt {
	clear: both;
	position: relative;
	height: 520px;
	width: 100%;
	float: left;
	background-color: transparent;
}
#inhalt p {
	font-size: smaller;
	text-align: justify;
	line-height: 1.4em;
}
#container {
	position: relative;
	width: 940px;
	height: 500px;
	background-color: transparent;
}
* html #container {
	height: 1%;
}
/* ====================================== 
		Sidebar - Left, Center, Right
  ====================================== */
#side_left, #side_center, #side_right {
	position: absolute;
	float: left;
	top: 15px;
	height: 450px;
	padding: 10px;
	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;
}
/* ====================================== 
			link_bild
  ====================================== */
.link_bild a {
	display: block;
	height: 168px;
	background-color: #e8eef8;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 0;
	padding-left: 10px;
	font: 16px/22px Georgia, times, serif;
	font-style: italic;
	color: #214173;
	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;
}
/* ====================================== 
			Sidebar Left
  ====================================== */
#side_left {
	left: 0px;
	width: 400px;
}
/* ====================================== 
			Sidebar Center
  ====================================== */
#side_center {
	left: 439px;
	width: 220px;
}
#side_center .link_bild a {
	background-image: url('../bilder/69_2_b.jpg');
	background-size: 225px 218px;
}
/* ====================================== 
			Sidebar Right
  ====================================== */
#side_right {
	right: 0px;
	width: 220px;
}
#side_right .link_bild a {
	background-image: url('../bilder/mhs_2.jpg');
	background-size: 225px 169px;
}
/* ====================================== 
			Footer-Fuß
  ====================================== */
#footer {
	clear: both;
	position: relative;
	width: 940px;
	height: auto;
	float: left;
	margin-top: 10px;
	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 30px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
