			@font-face {
				font-family: 'HandVeticaBold';
				src: url('font/handvetica-webfont.eot');
				src: local('☺'), url('font/handvetica-webfont.woff') format('woff'), url('font/handvetica-webfont.ttf') format('truetype'), url('font/handvetica-webfont.svg#webfontP4FXSVHS') format('svg');
				font-weight: normal;
				font-style: normal;
			}
			
			body {
					margin: 0;
					padding: 0;
					font-family: Helvetica Neue, Helvetica, Sans-Serif;
					font-weight: 200;
					color: #242141;
					background: url("images/body_bg.jpg") #fc0;
					font-size: 14px;
				}
				
			#wrapper {
					position: absolute;
					top: 50%;
					left: 50%;
					width: 800px;
					height: 500px;
					margin: -250px 0 0 -400px;
					overflow: hidden;
				}
				
			h1 {
					background: url("images/bundeslilie.png") left center no-repeat transparent;
					letter-spacing: 2px;
					padding: 0px 0 10px 50px;
					margin: 20px 0 40px 0;
					font-weight: 300;
					font-size: 35px;
					font-family: HandVeticaBold;
					height: 35px;
				}
				
			a {
					color: #006;
				}
				
			a:hover {
					color: #fff;
				}
				
			#imagewrapper {
					float: left;
					display: inline;
					padding: 3px;
					margin: 10px;
					background: #fff;
					text-align: center;
					font-size: 13px;
				
					box-shadow: 0 0 5px #333;
					-webkit-box-shadow: 0 0 6px #333;
					-moz-box-shadow: 0 0 5px #333;
				
					-webkit-transform: rotate(-2deg);
					-moz-transform: rotate(-2deg);
				}
			
			#imagewrapper img {
					width: 350px;
					display: block;
					padding: 0;
				}
			
			#kontakt {
					padding: 20px 0 90px 0;
					width: 395px;
					display: block;
					float: right;
				}

			#kontakt p {
					margin: 0 0 20px 0;
					line-height: 1.5;
				}
			
			strong {
					font-weight: bold;
				}
			
			#footer {
					padding: 0;
					font-size: 12px;
				}
			
			#footer p {
					margin: 0;
				}
			
			.clear {
					clear: both;
				}
				
			#copy {
					font-size: 11px;
					position: absolute;
					bottom: 5px;
					left: 50%;
					text-align: center;
					width: 400px;
					margin: 0 0 0 -200px;
				}