@charset "UTF-8";
/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #000000;
	background-color: #DDDCC1;
	margin: 0px auto;
	padding: 0px;
}
#header {
	position:relativ;
	width:500px; 
	height:100px;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	  margin-left:auto;
	  margin-right:auto;
	  margin-top:20px;
				      		   }
#ulf {
	position:relativ;
	width:500px; 
	height:38px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	 color:#FFF;
	 text-shadow: rgba(0, 0, 0, 0.5) 0 5px 5px; 
	 -webkit-box-reflect: below 2px
  -webkit-gradient(linear, left top, left bottom, 
                   from(transparent), to(rgba(255, 255, 255, 0.35)));
				      		   }
.classname {
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
-webkit-transform: rotate(3deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(3deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(3deg) scale(1) skew(1deg) translate(10px);
}
.classname:hover{
-webkit-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);

				      		   }


#masthead {
	position:relative;
	width: 500px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
			font-family:Georgia,Times,serif;
	color:#BAA72C;
	z-index:2;
}


#mitte {
	position:relativ;
	width:500px; 
	height:480px;
	text-align:center;
	background-image:url(../bilder/start.jpg);
    z-index:3; 
	margin-left:auto;
	margin-right:auto;
	  }
	  
#footer {
	text-align:center;
	height:30px;
	z-index:2;
	font:12px/1.6em Georgia,Times,serif;
	margin-top:20px;
	margin-bottom:10px;

}
#footer p {
color:#555555;
font:10px/1.4em Verdana,Arial,sans-serif;
}
#footer a {
border-bottom:1px dashed #444444;
color:#444444;
font-weight:bold;
text-decoration:none;
}
#footer a:hover, #footer a:active {
border-bottom:1px solid #801515;
color:#801515;
}
