<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: 'dinpromedium';
    src: url('/fonts/dinpromedium.eot');
    src: url('/fonts/dinpromedium.eot') format('embedded-opentype'),
         url('/fonts/dinpromedium.woff2') format('woff2'),
         url('/fonts/dinpromedium.woff') format('woff'),
         url('/fonts/dinpromedium.ttf') format('truetype'),
         url('/fonts/dinpromedium.svg#dinpromedium') format('svg');
}
@font-face {
    font-family: 'dinproregular';
    src: url('/fonts/dinproregular.eot');
    src: url('/fonts/dinproregular.eot') format('embedded-opentype'),
         url('/fonts/dinproregular.woff2') format('woff2'),
         url('/fonts/dinproregular.woff') format('woff'),
         url('/fonts/dinproregular.ttf') format('truetype'),
         url('/fonts/dinproregular.svg#dinproregular') format('svg');
}
@font-face {
    font-family: 'dinprolight';
    src: url('/fonts/dinprolight.eot');
    src: url('/fonts/dinprolight.eot') format('embedded-opentype'),
         url('/fonts/dinprolight.woff2') format('woff2'),
         url('/fonts/dinprolight.woff') format('woff'),
         url('/fonts/dinprolight.ttf') format('truetype'),
         url('/fonts/dinprolight.svg#dinprolight') format('svg');
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
  padding-bottom: 10px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
    font-family: 'dinprolight';
    font-size: 14px;
    width: 100%;
    height: 100%;
    color:#80869a;
    background:#fff;
}
a {
	color:#80869a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.wrapper {
	width: 100%;
	/*display:table;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
        background: url('/img/head_bg.jpg') top left repeat-x;
}
.content {
	width:1000px;
	margin:0 auto;
        padding-bottom: 180px;
}
.clear {
	clear:both;
}
</pre></body></html>