<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*background-image: url(pics/background.gif);	*/
	background-color: White;
}
p{
	margin: 0px;
	margin-bottom: 10px;
}
img{
	margin-left: 7px;
	margin-bottom:10px;
}

h1{
	font-weight: bold;
	font-size:11pt;
	margin-bottom:3px;
}

a, a:link, a:visited, a:active{
	color: Black;
	text-decoration: underline;
	font-size: 10pt;
	line-height:normal;
}
a:hover{
	color: #CA755D;
	font-size: 10pt;
	line-height:normal;
}

.ueberschrift{
	font-weight: bold;
	font-size:11pt;
	margin-bottom:3px;
}

.fliesstext{
	margin-bottom:20pt;
	width:100%;
}

ul{
	margin:20px;
	padding:0px;
	list-style-image: url(pics/listedItem.gif);
	list-style-position: outside;
}

#container{
	margin:auto;
}

#boxAround{
	width: 90%;
	margin: auto;
	margin-top: 12px;
}
#header{
	background-image:url(pics/logo6.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #7F4737;
	position: relative;
	width:100%; 
	height:110px;
	border: 1px #7F4737 solid;		

}

#navi{
	z-index: 2;
	position:static;
	border-left: 1px #7F4737 solid;
	border-right: 1px #7F4737 solid;
	border-top: 1px #7F4737 solid;
	border-bottom: 10px #7F4737 solid;
	background-color: #E2E2E2;
	text-align: left;
	width:165px;/*17%;*/
	margin-top:5px;
	float: left;
	padding-bottom: 20px;
}

#navi a, #navi a:link, #navi a:visited, #navi a:active{
	text-decoration: none;
	color: Black;	
   	background-color: #E2E2E2;
	width:100px;
	font-weight: bold;
}
#navi a:hover{
	color: #7F4737;	
}

#drumPic{
	z-index:1;
	position: absolute;
	width:131px; height:150px;
	background-image: url(pics/drums.gif);
	background-repeat: no-repeat;	
	margin-top: 12px;
	margin-left: -5px;
}

#content{
	position: static;
	margin-top: 5px;
	margin-left:175px;
	margin-right:0px;
	border: 1px #7F4737 solid;
	background-color: #E2E2E2;	
	padding:0px;	
	background-image: url(pics/contentBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#contentInContent{
	padding:5px 30px 0 10px;
	
}

#navi ul{
	margin: 0px;
	padding: 0px;
	list-style: none;		
}
#navi li {	
	/*border-bottom: 1px Black solid;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#topic{
	width: 98%;
	margin-bottom: 10px;
	margin-left:5px;
	padding-left: 4px;
	padding-bottom:3px;
	margin-top: 0px;
	padding-top:3px;
	font-weight: bold;
	border-bottom: 1px dashed #B69082;
	border-left: 1px dashed #B69082;
	font-size: 9pt;
}
.menuItemUnorderedList{
	border-bottom: 1px #7F4737 solid;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.untererBalken{
	background-color: #7F4737;
	height: 10px;
	font-size: 9px;
	color: Black;
	text-align: right;
	margin-top:30px;
}
.bildunterschrift{
	width: 300px;
}


</pre></body></html>