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

* {
	margin: 0px;
	padding: 0px;

}

body {
	background-image: url(../Bilder/hintergrund.jpg);
	font-family: Arial, Helvetica, sans-serif;
}


#rahmen {
	height: 910px;
	width: 1224px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../Bilder/rahmen.png);
}

#header {
	height: 250px;
	width: 990px;
	float: right;
	margin-right: 100px;
	background-image: url(../Bilder/header.png);
	clear: both;
}

#sse1
{
	border-radius: 3px;
	box-sizing: content-box;
	margin-right: 100px;
	width: 900px;
	height: 45px;
	float: right;
	margin-top: 30px;
	clear: both;
}

#sses1
{

}
#sses1 ul 
{
	position: relative;
	list-style-type: none;
	float: left;
	border-bottom: solid 1px #6C0000;
	width: 780px;
	text-align: center;
}
#sses1 li
{
	list-style-type: none;
	padding: 0;
	background-image: none;
	float: left;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
	background-color: #990000;
	top: 36px;
	height: 2px;
	z-index: 1;
	position: absolute;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#sses1 li a
{
	box-sizing: content-box;
	height: 30px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	word-spacing: 4em;
	padding-top: 8px;
	display: block;
	text-align: center;
	width: 150px;
	margin: auto;
}

#sses1 li a:hover {
	color: #FFFFFF;
}
#leistungen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #303;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #940000;
	font-weight: bold;
}



section {
	height: 550px;
	width: 990px;
	float: right;
	margin-right: 100px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: lighter;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 70px;
	margin-right: 30px;
	color: #960000;
	text-align: center;
}

.scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 500px;
	margin-left: 10px;

}
p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
}
</pre></body></html>