<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'TheSans';
	src: url('/fonts/TheSansOffice5_.eot');
	src: local('â˜º'), url('/fonts/TheSansOffice5_.woff') format('woff'), url('/fonts/TheSansOffice5_.ttf') format('truetype'), url('/fonts/TheSansOffice5_.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
	background-color: #00a9e0;
	color:#fff;
	font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
a, a:visited {color:#00a9e0; text-decoration:none}
a:hover {color:#00a9e0; text-decoration:underline}


h1 {
	font: normal 160%/100%  'TheSans', Verdana, 'Geneva, sans-serif'; margin-bottom: 10px
}
h2 {
	font: normal 140%/140%  'TheSans', Verdana, 'Geneva, sans-serif'; margin: 0 
}

p {font: normal 0.80em/110%  'TheSans', Verdana, 'Geneva, sans-serif'; margin-bottom: 12px}

.textfeld, .freitext, .textfeld-K  {	
    width: 95%;
	line-height: normal;
	text-decoration: none;
	background : #ffffff;
	color:#4d4e53;
	border : 0px solid #d7d7d7;
	margin-bottom: 8px;
	padding:3px 4px 1px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
font: 0.85em/140% 'TheSans', Verdana, 'Geneva, sans-serif'}

.textfeld-K { width: 30%;}
.textfeld, .textfeld-K {height:26px;}

.freitext {height:80px;}



.buttonBig {
-webkit-appearance: none; 

	width: 100%;
	padding:3px 4px 1px 4px;
	border : 1px solid #59c7ec;
	font: 0.85em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    height:26px;
	background-color: #59c7ec;

}

.logo {width:100%; text-align: left; margin:0 0 20px 0; display:none}

.validator {
	display: none;
}

</pre></body></html>