<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Block-Darstellung für HTML5-Elemente im IE8 */
header, 
nav, 
footer {
   display: block;
}
/***********************************************/
 
body {
	font-family: Verdana;
	background-color: #8b1c22;
	background: url('bambus-rot1.jpg') repeat;
	//background-size: cover;
	position:absolute;
  width:100%;
  height:100%;
  z-index:1;
	
}
 
#wrapper {
    max-width: 960px;
    margin: 0px auto;
    background-color: #404141;
    margin-top: 0px;
    padding: 1px;
}
 
header {
    width: 100%;
	height: 250px;
	background-color: #95091e;
	background-image: url(topleiste1.jpg); width =960px height ="250px" alt ="Thomas Kabierschke";
}

nav {
	width: 100%;
	height: 250px;
	background-color: #95091e;
	//box-shadow:0 2px 5px 0 rgba (0,0,0,0.16), 0 2px 10px 0 rgba (0,0,0,0.12);
}

#top-menu {
   width: 100%;
   height: 40px;
   float: auto;
   background-color: #95091e;
   margin-bottom: 0px;
   //padding-top: 10px;
   padding-bottom: 20px;
   font-family:verdana;
   font-size:17px;
}

#top-menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-menu ul li ul {
	position: absolute;
	top:40px;
	left:0;
	width:130px;
	//display: none;
	//visibility:hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-menu ul li{
	list-style-type: none;
	//height: 80px;
	width: 155px;
	display: inline-block;
	position:relative;
	//float: left;
	text-decoration: none;
	background-color: #95091e;
	//opacity: .8;
	color: #000000;
	//text-transform: uppercase;
	font-family: Verdana, Arial;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

#top-menu ul li a {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	position:relative;
}

#top-menu ul li a:hover {
	color: #ffffff;
	background-color: #737373;
	width:155px;
	height:40px;
}

#top-menu ul li ul li {
	display: none;
}

#top-menu ul li:hover ul li {
	color: #ffffff;
	display: inline-block;
	position:relative;
	width:155px;
	height:30px;
	padding-top:10px;
}

#top-menu a:visited { 
color: #bebebe; 
}


#content {
    width: 95%;
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 1px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 28px;
}

#content article {
	//border-bottom: 1px dotted #cfcfcf;
	margin-bottom: 30px;
}

#content h1 {
	text-color: #494949
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

#content h2 {
	text-color: #494949
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}

#content a:link{
	color: #8b1c22;
}
#content a:hover{
	color: #515151
}
#content a:visited {
	color: #494949
}
 
#content ol li {
	text-color: #494949
	font-family: Verdana;
	padding-bottom: 15px;
	margin-right: 270px;
}

table {
 width: 80%;
 vertical-align: top;
 //margin-left: 50px;
 background-color: #fbeed8;
 border-collapse: collapse;
 border: none;
}
thead {
 background-color: #95091e;
}
tfoot {
background-color: #95091e;
font-size: 80%;
border-top: 1px solid #999;
}

td, th {
text-align: left;
vertical-align: top;
padding: 0.5em 1em;
}

footer {
    clear: both;
    width: 95%;
    height: 40px;
    background-color: #95091e;
	margin-bottom: 1px;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 28px;
	text-align: center;
	vertical-align: middle;
	font-family:Verdana;
}

#footer-text a:link{
	color: #000000;
}
#footer-text a:hover{
	color: #ffffff;
}
#footer-text a:visited {
	color: #bebebe;
}

.absatz {
font-size: 12pt;
text-align: justify;
font-style: normal;
line-height: 16pt;
list-style-position: inside;
font-family: Verdana;
color: black;
font-weight: normal;
text-transform: none;
list-style-type: circle;
font-family:Verdana;
}


.box1 { width:50%;
		float: right;
        padding:10px; 
        border:1px solid silver;
        margin:10px auto;
		text-align: right;
		font-size:14px;
		font-family:Verdana;

		}

.bildlinks {
  float:left;
  //padding: 3px;
  //border: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bildrechts {
  float:right;
  //padding: 5px;
  //border: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}</pre></body></html>