<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {        
    font-family: Capriola; 
    src: url("Capriola-Regular.ttf"); } 
	

	
	@font-face {
font-family: Phyllis;
src: url("Phyllis CG.otf") format("opentype");
}	

header, nav, section, footer, article {
    display: block;
}
	
#container
{
	margin-top: 0;
	margin-bottom: 0;
	padding:40px;
	padding-top:0;
	
	
	background-color:#fffde9;
}
body, html
{
	
	padding: 0;	
	width:1000px;
	margin: 0 auto;
	
}
body {
	font: 100% Capriola, Helvetica, sans-serif;
	background-color: #fcf2d6;
	color:#333;

}

header
{
	color: #db0000;
	background-color: #fcf2d6;
z-index:+2;
position:relative;
}

#rhead
{
 clear: both;	
 margin-left:200px;
 margin-right:200px;
}
a
{
	color:#DB0000;	
}
#slogan
{
	font-size:100%;
	font-weight:bold;

	clear:both;
}

#adress
{
	margin-top:20px;
	font-family:Capriola;
	font-size:medium;

	
}	

#footer
{
	background-color: #db0000;
	padding: 20px;
	/*font-weight: bold;*/
	overflow:hidden;
	font-size:90%;
	color: #fffde9;
	z-index:+2;
	position:relative;
}

h1
{
	color: #db0000;
	font-family:Phyllis;
	font-size:400%;
	font-weight:normal;
	
}

#nav
{
	width:1000px;
	letter-spacing: 2px;
	background-color:#db0000;
	color: #fcf2d6;
	overflow:hidden;
	font-family:Phyllis;
	font-size:200%;
	clear:both;
		z-index:+2;
		position:relative;
		margin:o auto;

}

#nav ul
{
	
	list-style-type:none;
	margin: 0 auto;
	padding: 0px, 0px, 0px, 2px;
}
#nav li
{
	margin:0 auto;
	padding: 0;
	float:left;
}


#nav a
{
	color: #fcf2d6;

	display:block;
	text-decoration:none;
	padding: 10px;
	-moz-border-radius-topleft:15%;
	-moz-border-radius-topright:15%;
		-moz-border-radius-bottomleft:15%;
	-moz-border-radiusbottomright:15%;
	border-top-left-radius:15%;
	border-top-right-radius:15%;
		border-bottom-left-radius:15%;
	border-bottom-right-radius:15%;
}

#nav a:hover,  #nav a:active, #nav a:focus
{
	background-color: #fcf2d6;
	color: #db0000;	
}
#content
{
	float:left;
	width:700px;
	margin-top:20px;
		z-index:+2;
		position:relative;
}
#content ul {
    list-style: none;
    padding:0;
    margin:0;
}

#content li {  
	margin-bottom: 10px;

}
.sign
{
	font-family:Phyllis;
	font-size:300%;	
	color: #db0000;
	text-align:center;
}

#content li:before {
    content: "• ";
    color: #db0000;
	font-variant:bold;
	font-size:200%;
	vertical-align:-15%;
}
#nav .active
{
	background-color: #fcf2d6;
	color: #db0000;	
}
.braut
{
	float:left;
	left:0;
	bottom:-150px;
	margin-left:-105px;
	clear:both;
	z-index:+1;
	margin-top:500px;
	height:500px;
	position:fixed;
}
#linke_spalte
{
	float:left;
	width: 300px;
}
#mittlere_spalte

{
	margin-left:400px; 
	margin-right:300px;
}
#rechte_spalte
{
	float:right;
	width:200px;
	text-align:right;
}
#clear
{
	clear:both;
}

#sidebox
{
	float:right;
	width: 200px;
	margin-top:20px;
	margin-left:10px;
		z-index:+2;
		position:relative;
}


#linke_spalte, #mittlere_spalte, #rechte_spalte, #sidebox
{
	padding:1px;
}

.rightpic
{
	float:right;
	margin-left:0px;
	margin-right:50px;
}
.leftpic
{
	float:left;
	margin-left:50px;
	margin-right:0px;
}


#box
{
	padding:20px;
	background-color:#FF6A6A;
	color:#fcf2d6;
	/*text-align:center;*/
}</pre></body></html>