<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page { size:landscape; }

body {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:21px;
color: #4b4b4b;
}
		
		
img {
	border:none;
}

p {
	margin-bottom:14px;
	margin-top:0px;
}

.small {
	font-size:11px;
}

a:link, a:visited {
	color:#4b4b4b;
	text-decoration:underline;
	}

a:hover, a:focus, a:active {
	color:#b60d1c;
	text-decoration:underline;
	text-align: right;
	}
	
#page {
background: #FFF;
z-index:100;
}

#page_inner {
position: relative;
}

#kontakt {
text-align:left;
}

img.bg, #logo, #navigation, #footer {
list-style:none;
display: inline;
height: 0px;
left: -3000px;
position: absolute;
top: -2000px;
width: 0px;
z-index: 200;
}

#spalte-1 {
	text-align:justify;
}

#spalte-1-kontakt {
	text-align:left;
}

#spalte-2 {
	text-align:justify;
}

#headline-hide_2 { 
	padding-top:30px;
}


#haftungsausschluss {
	margin:15px;
	font-size:14px;
	width: 500px;
	text-align:justify;
}






.input {
	font-size:12px;
	width:286px;
	height:14px;
	border:1px solid #4b4b4b;
	background-color:#e6e6e6;
	color:#4b4b4b;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}
	
.input:hover, .input:focus, .input_secure:hover, .input_secure:focus {
border:1px solid #000;
background-color:#eee;
}

.input_secure {
font-size:12px;
width:100px;
height:14px;
border:1px solid #4b4b4b;
background-color:#e6e6e6;
color:#4b4b4b;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
	

.textarea {
	font-size:12px;
	line-height:18px;
	width:286px;
	height:120px;
	border:1px solid #4b4b4b;
	background-color:#e6e6e6;
	color:#4b4b4b;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.textarea:hover, .textarea:focus {
border:1px solid #000;
background-color:#eee;
}




.button_1 { 
	float:left;
	font-size:12px;
	background-color:#e6e6e6;
	width:135px; 
	border:1px solid #4b4b4b; 
	}

.button_2 { 
	float:right;
	font-size:12px;
	background-color:#e6e6e6;
	width:135px; 
	border:1px solid #4b4b4b; 
	}

button_1:hover, .button_1:focus, button_2:hover, .button_2:focus {
border:1px solid #000;
background-color:#eee;
}
</pre></body></html>