<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	margin:0;
	padding:0;
	font:normal 10pt/14pt 'Titillium Web', sans-serif;
	color:#919191;
	outline:none;	
	background:#1d1d1b;
	width:100%;
}

p {
	font:normal 10pt/14pt 'Titillium Web', sans-serif;
	padding:0;
	margin:12px 0;
	text-align:center;
}

br {
	line-height:10px;
	font:normal 10pt/14pt 'Titillium Web', sans-serif;
}

.clears {
	clear:both;
	line-height:0;
	margin:0;
	padding:0;
	border:none;
	display:none;
}

/*Struktur*/
.oben {
	width:100%;
	height:350px;
	padding:30px 0 0 0;
	background:#fff;
}

.oben_inhalt {
	width:471px;
	margin:0 auto;
}

.oben_inhalt p {
	font:normal 14pt/20pt 'Titillium Web', sans-serif;
	padding:0;
	margin:20px 0 0 0;
	text-align:center;
}

.oben_inhalt strong {
	font:bold 18pt/28pt 'Titillium Web', sans-serif;
}

a.logo {
	background:url(../img/logo_uspa.png) no-repeat;
	width:417px;
	height:119px;
	display:block;
	margin:0 auto 20px auto;
}	

.footer {
	width:560px;
	margin:0 auto;
}

.impressum {
	font:normal 12pt/16pt 'Titillium Web', sans-serif;
	padding:0;
	margin:0 0 0 0;
	text-align:center;
}

div.btns {
	height:60px;
}

/*Sonstige*/
a.btn_home {
	background:url(../img/btn_home.png) no-repeat;
	width:161px;
	height:49px;
	display:block;
	margin:20px auto 0 auto;
}	

a.btn_home:hover {
	background-position:0 100%;
}	

a.btn_impressum {
	background:url(../img/btn_impressum.png) no-repeat;
	width:161px;
	height:49px;
	display:block;
	margin:20px auto 0 auto;
}	

a.btn_impressum:hover {
	background-position:0 100%;
}	

h1, h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover  {
	font:normal 14pt/16pt 'Titillium Web', sans-serif;
	margin:0;
	padding:0 0 20px 0;
}

strong {
	font-weight:bold;
}</pre></body></html>