<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: 'Audi-Type-Normal';
	src: url("/resources/audi-css/AudiType-Normal_08.woff") format('woff');
}
@font-face {
	font-family: 'Audi-Type-Extended-Bold';
	src: url("/resources/audi-css/AudiType-ExtendedBold_08.woff") format('woff');
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	color: #2b2f33;
	font: small/1.307692307692308 'Audi-Type', 'Audi-Type-Normal', Verdana, Helvetica, Arial, sans-serif;
}
body {
	margin-bottom: 60px;
}
header {
	height: 100px;
	margin-bottom: 10px;
}
.page-container {
	display: block;
	max-width: 675px;
	position: relative;
	margin: 0 auto;
	background-color: #f2f4f3;
	padding: 25px 25px 5px 25px;
}
h2 {
	font-family: "Audi-Type-Extended-Bold";
    font-size: 1.2307692307em;
    overflow: hidden;
}
.page-body{
	margin-bottom: 20px;
}
a {
	text-decoration: underline;
	color: #17191B;
}
a:hover, a:active, a:focus {
	background-color: #434c53;
    color: #fff;
}
/* Sprachsteuerung */
.lang {
	display: none;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	max-width: 725px;
	margin: 0 auto;
}
.lang-menu {
	height: 42px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	text-align: center;
}
.lang-menu &gt; button {
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 2px 2px 3px 2px;
	margin-top: 8px;
}
.lang-menu &gt; button:hover,.lang-menu &gt; button:active,.lang-menu &gt; button:focus {
	text-decoration: underline;
	color: #c03;
	cursor: pointer;
}
.lang-menu &gt; button.active {
	color: #BB0A30;
    border: 1px solid gray;
    border-radius: 50%;
    display: inline-block;
}
.lang-menu &gt; button.active:hover,.lang-menu &gt; button.active:active,.lang-menu &gt; button.active:focus {
	text-decoration: none;
	color: #BB0A30;
	cursor: text;
}

button {
    background-color: #333;
    color: #fff;
    font-family: 'Audi-Type-Extended-Normal', Verdana, sans-serif;
    height: 32px;
    padding: 0 12px;
    border: none;
    cursor: pointer;
}

button:hover {
    border-color: #111315;
}

#errId {
color: #bb0a30;
font: 13px/18px 'Audi-Type-Screen-Light', Verdana, sans-serif;	
padding-bottom: 10px;
}</pre></body></html>