@font-face {
font-family: "Playbill";
src: url(../playbill/Playbill.ttf) format("truetype");
}

body { 
	font-family: "Playbill", serif; 
 	font-size: 22px;
	background-color: white;
	letter-spacing: 2px;
}

h1 { font-size: 40px; font-family: "Playbill", sans-serif; letter-spacing: 4px; } 
h2 { font-size: 36px; font-family: "Playbill", sans-serif; font-weight: normal; }
h3 { font-size: 32px; font-family: "Playbill", sans-serif; font-weight: normal; }
h4 { font-size: 28px; font-family: "Playbill", sans-serif; font-weight: normal; }


DIV.content {
        background-image: url("../bilder/Bastuba_800px.jpg");
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		padding-top: 90px;
		padding-left: 60px;
		width: 800px;
		height: 863px;
}


DIV.actualcontent {
	background-color: white;
	opacity: 0.7;
	border: solid 1em black;
	text-align: center;
	width: 650px;
	
	
}