/*importiert normalisierung.css*/@import url("norm.css");
@import url("ie6.css");

@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body  {height: 100%; }

body {position: relative; background: #ececec url(../bilder/startseite.jpg) no-repeat center center fixed; background-size: cover; font-size: 13px; font-family: "Tahoma", "Arial", "Helvetica", sans-serif; color: #6f6f6e; border-top: #9c9b9b solid 20px; }

em {color: #468d98;}

#wrapper {position: relative; margin: 7% auto; width: 770px; min-height: 100%;    -moz-box-shadow: 5px 5px 6px rgba(0 , 0 , 0, .3); /*Mozilla-basierte Browser (z.B. Firefox)*/
-webkit-box-shadow: 5px 5px 6px rgba(0 , 0 , 0, .3); /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
box-shadow: 5x 5px 6px rgba(0 , 0 , 0, .3); /*CSS3 Standard*/
zoom: 1;
    filter: 
	progid:DXImageTransform.Microsoft.Shadow(color='#4c4c4c', Direction=90, Strength=7)
    progid:DXImageTransform.Microsoft.Shadow(color='#4c4c4c', Direction=135, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#4c4c4c', Direction=180, Strength=7)
    ;  /*IE*/ }

#start {background: #fff;  height: 150px;  padding: 120px 0;}

#start img {margin-left: 188px; }
#start p {margin-top: 60px; margin-right: 290px; text-align: right; }

#start img.icon {border: 0px; position: absolute; left: 300px; 
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear; 
	-moz-animation-name: rotate;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;}

@-webkit-keyframes rotate {
	0% {-webkit-transform: rotate(0deg);
		top: 120px; left: 500px;}
	100% {-webkit-transform: rotate(-360deg);
		top: 120px; left: 300px;}		
}	

@-moz-keyframes rotate {
	0% {-moz-transform: rotate(0deg);
		top: 120px; left: 500px;}
	100% {-moz-transform: rotate(-360deg);
		top: 120px; left: 300px;}		
}	

#lang {position: absolute; top: 15px; left: 20px; text-align:left; }
#lang a {text-decoration:none; color: #6f6f6e; }
#lang a:hover {text-decoration:none; color: #468d98; }

#zitat  {background: #468d98; height: 175px; 
	font-family: Tahoma, Geneva, sans-serif; font-size: 50px; color: #fff;
	}
#zitat1 {padding: 20px 0 0 50px; text-align: left; }

#zitat2 {padding: 5px 50px 0 0; text-align: right; }

#adress  {background: #8f1608;  
	font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: #fff;
	margin-top: 30px; padding: 20px;
	}
.strong {font-weight:bold;}	

#footer { position: fixed; bottom: 0; left: 0; width: 100%; background: #9c9b9b; font-size: 10px; color: #fff; padding: 10px 30px; }
