@charset "iso-8859-2";
/* CSS Document */

body {
	width:100%;
	margin:0;
	}
div.bg {	
	margin:0 auto;
	width:1350px;
	height:900px;
	background-image:url(hintergrundbild.jpg);
	background-repeat:no-repeat;
	}
div.wrapper {
	background-image:url(transparent.png);
	background-repeat:repeat;
	width:450px;
	height:700px;
	margin:0 50px;
	padding:30px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size:18px;
	position:relative;
	top:50px;
	
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFF;
	line-height:1.3em;
	
}

