<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 */

* { 
  	padding: 0; 
  	margin: 0;
  	border-style:none;
	border:none;
}
img {
	cursor:pointer;
}
a:link {
	color:#51c0ee;
}
a:visited {
	color:#51c0ee;
}
a:hover {
	color:#51c0ee;
}
a:active {
	color:#51c0ee;
}

body, html { 
  width: 1024px; 
  margin: 0 auto; 
}
body {
	height:auto;
	background-color:#f0e8b8;
	font-family:Tahoma, Geneva, sans-serif;
}

#header {
	width:inherit;
	height:153px;
	background-image:url(../images/header.png);
}
#logo {
	padding-top:15px;
	padding-left:80px;
	float:left;
}
#online_help {
	width:160px;
	height:60px;
	position:absolute;
	margin-top:125px;
	margin-left:800px;
	float:left;
}

#menu {
	width:inherit;
	height:36px;
}
#menu::before{
 clear: both;
 content:'';
 display:block;
 }
#menu_links {
	width:67px;
	height:inherit;
	background-image:url(../images/menu_links.png);
	float:left;
}
#home {
	width:82px;
	height:inherit;
	float:left;
}
#leistungen {
	width:138px;
	height:inherit;
	float:left;
}
#partner {
	width:95px;
	height:inherit;
	float:left;
}
#kontakt {
	width:100px;
	height:inherit;
	float:left;
}
#impressum {
	width:123px;
	height:inherit;
	float:left;
}
#menu_rechts {
	width:419px;
	height:inherit;
	background-image:url(../images/menu_rechts.png);
	float:left;
}
#unter_menu {
	width:inherit;
	height:21px;
	background-image:url(../images/unter_menu.png);
}

#content {
	width:inherit;
	height:auto;
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
}
#infos {
	width:875px;
	height:auto;
	margin-left:75px;
	margin-bottom:15px;
}

#footer {
	width:inherit;
	height:75px;
	position:relative;
	bottom:-40px;
	background-image:url(../images/footer.png);
}
#footer_text {
	width:600px;
	position:absolute;
	margin-top:35px;
	margin-left:275px;
}
#webdesign {
	width:200px;
	height:auto;
	color:#000;
	margin-left:50px;
	padding-top:35px;
	float:left;
}

#willkommen {
	color:#000;
	font-size:26px;
}
ul {
	margin-left:50px;
	margin-bottom:15px;
}
#shareit {
	color:#2e89c7;
}
form {
	padding-left:50px;
}
.button {
	border:1px solid #000;
	background-color:#51c0ee;
	color:#000;
}
#marquee {
	position:absolute;
	width:550px;
	margin-top:65px;
	margin-left:350px;
}
#ticker {
	position:absolute;
	margin-top:75px;
	margin-left:322px;
}</pre></body></html>