<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#container {
	position:absolute;
	width:900px;
	min-height:400px;
	margin-left: 80px;
	margin-top:-350px;
	top: 50%;
	}
	
#stripe {
	position:absolute;
	width:30px;
	height:100%;
	background-color:#7d2272;	
	}
	
#content {
	position:relative;
	width:500px;
	text-align:right;
	}
	
#logo {
	position:relative;
	width:268px;
	height:125px;
	left:340px;
	}
	
h1 {
	margin-bottom:0px;
	color:#7D2272;
	}
	
	
a img  
{  
border: none;  
}  

.berufsbezeichnung {
	color:#9d9d9c;
	}
	
a {
	color:#a19e20;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}</pre></body></html>