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

.Content {
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
}

.Bild {
	text-align: center;
	background-color: #dddddd;
	width: auto;
	background-image: url(../img/Dr-ursina-heil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #888888;
}
.Content .Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #444444;
	text-align: left;
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px;
}
.impressum   {
	text-transform: none;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}
a:link {
	color: #AB5239;
	text-decoration: none;
}

a:visited {
	color: #AB5239;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#Praxis-Schriftzug {
	height: 100px;
	width: 320px;
	position: relative;
	top: 220px;
	right: -45%;
}
</pre></body></html>