<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body 
{
	background-image:url(bilder/layout/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica;
	color: #464646;
	margin: 0 0 0 0;
	font-size: 12px
}

.head
{
	height: 160px;
	width:100%;
	margin-bottom:10px;
}

h1
{
    color: #464646;
    font-size: 160%;
    top: 0;
    margin: 0 0 10px 0;
}

h2
{
    color: #5E6D32;
    font-size: 115%;
    top: 0;
    margin: 0 0 10px 0;
}

h3
{
    color: #464646;
    font-size: 100%;
    top: 0;
    margin: 0 0 0 0;
}

a:link 		{	font-size: 12px;	color: #5E6D32; text-decoration: underline; }
a:visited {	font-size: 12px;	color: #5E6D32;	text-decoration: underline;	}
a:hover 	{	font-size: 12px;	color: #5E6D32;	text-decoration: underline;	}
a:active 	{	font-size: 12px;	color: #5E6D32;	text-decoration: underline;	}

hr
{
	 border: 2px solid #e3eac7
}	
/* Breadcrumb Navigation */

.breadcrumb
{
	font-size: 12px
	color: #8AA252;
}

.breadcrumb span
{
	color: #464646;
}

.breadcrumb a
{
	color: #5e6d32;
}

/* Breadcrumb Navigation */

.content
{
	width:770px;
}

.footer
{
	font-size: 10px
}

td.content
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 12px;
}

td.links
{
	background:url(bilder/layout/rahmen_l.gif);
	background-repeat: repeat-y;
	background-position: right;
}

td.rechts
{
	background:url(bilder/layout/rahmen_r.gif);
	background-repeat: repeat-y;
	background-position: left;
}

td.oben
{
	background:url(bilder/layout/rahmen_o.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.unten
{
	background:url(bilder/layout/rahmen_u.gif);
	background-repeat: repeat-x;
	background-position: top;
}</pre></body></html>