<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {height: 100%;}
body {
	background-color: #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 0;
	margin-right: 0;
	}

.fLeft {
	float: left;
}

.wrap {
	display: table;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding-bottom: 0; /*45px;*/
	background-image: url(../bilder/bg-blau.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 12px;
	}
#wrap2 {	
	background-image: url(../bilder/blanky.gif);
	z-index: 100;
	}

.hlp {
	display: table-cell;
	vertical-align: middle;
	}
.intro {
	margin: 0 auto;
	max-width: 420px;
	padding-bottom: 0px;
	}

img {width: 100%;
	 height: auto;}

.clr {
	clear: both;
	}

a {color: white;}

.intro h1, .intro h2, intro h3 {
	font-size: 150%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	padding: 0px;
}
.intro h1 {margin-bottom: 10px;}
.intro h2 {color: #b80012;}

.intro h3 {font-size: 93%;}
.intro p {color: #005584;
		  font-size: 115%;}
</pre></body></html>