
html {
 background-image: url(../images/Wallpaper2000x2000px.png);
	background-repeat;
}

/* ====================================== 
http://www.colorzilla.com/gradient-editor/
====================================== */
 body {
  margin: 0px;
	padding: 0px;
/*	font-family: BodoniFLF, Arial, Helvetica, sans-serif;    - is style.css
    font: 12px/1.35em Arial, Helvetica, Sans-Serif;
*/
  font-family: BodoniFLF;
  font: 14px/1.3em BodoniFLF;
  font-weight: 600;
  color: #214137;
  } 
    /* lr font */
@font-face { font-family: 'BodoniFLF';
/* 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.svg#TrajanPro-Regular') format('svg'); 
    */
         url('../css/webfont/BodoniFLF-Bold.ttf') format('truetype'),
         url('../css/webfont/BodoniFLF-BoldItalic.ttf') format('truetype'),
         url('../css/webfont/BodoniFLF-Italic.ttf') format('truetype'),
         url('../css/webfont/BodoniFLF-Roman.ttf') format('truetype'),

}

 /* ====================================== 
			Section Inhalt
  ====================================== */
 #inhalt {
	clear: both;
	position: relative;
  width: 940px;
  text-align: center;
  
  } 


p {
	font-weight: 600;
	padding: 10px;
	text-align: left;
  color: #214137; 
  padding-left: 15px;
}  

h2  {
	font-weight: bold;
	padding-left: 15px;
  padding-top: 15px;
	text-align: left;
  color: #214137; 
  }  
/* ====================================== 
			Wrapper
  ====================================== */
#wrapper {
	width: 939px;
  background-color: #fff; 
  margin: 0 auto;          /* cenririvanie lr */  
}
/* ====================================== 
			Sprache
  ====================================== */
#sprache {
	position: relative;
	display: block;
	float: right;
  color:#214137;
}
#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;
   color:#214137;
}

/* ====================================== 
			Section Inhalt
  ====================================== */
 #inhalt {
	clear: both;
	position: relative;
  width: 940px;
  } 

/* ====================================== 
			Footer-Fuß
  ====================================== */
#footer {
	clear: both;
	position: relative;
	width: 940px;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: center;
	background-color: transparent;
  font-size: small; 
}
#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;
}

strong  {
 color:#ffffff;
}