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

html {
   	height: 100%;	
}

body {
    padding: 0px;    
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	line-height: 16px;
	background-color: #fffbf2;
	color: #000000;   
}   	 
		  
.startseite
{
	position: relative;
	width: 816px;
	height: 627px;
	background-image:url('../img/startseite.jpg'); 
	background-position: bottom;
	background-repeat: no-repeat;
}												  

.startseite .menu
{
	position: absolute;
	left: 418px;
	top: 22px;
	width: 284px; 
	height: 146px; 
	visibility: hidden;
}					 

.startseite #galerie { background-image:url('../img/menu_galerie.jpg'); }
.startseite #kontakt { background-image:url('../img/menu_kontakt.jpg'); }
.startseite #ankauf { background-image:url('../img/menu_ankauf.jpg'); }
.startseite #impressum { background-image:url('../img/menu_impressum.jpg'); }

.content {	   
    padding: 0px;    
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	line-height: 16px;
	background-color: #fffbf2;
	color: #000000;   
	width: 816px;
	margin: auto;
	background-image:url("../img/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
}	   

.top {
	width: 816px;
	height: 62px;
	background-image:url("../img/bg_top.gif");
	background-repeat: no-repeat;  
	position: relative;
}  

.backlink {
	display: block;
	width: 435px;
	height: 30px;
	position: absolute;
	left: 22px;
	top: 22px;
}

.menu {
	position: absolute;
	left: 500px;
	top: 45px;
	text-align: right;
	width: 300px;
	color: #fffbf2;		  
	font-size: 8pt;
}

.menu a {
	color: #fffbf2;
	text-decoration: none;
}		   

.menu a:hover {
	color:#d58f46;
}
	  
h1 {
	color:#d58f46;	 
	font-size: 18pt;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.body {	 
	padding-top: 20px;
	width: 700px;
	margin: auto;
	background-image:url("../img/fahne.jpg");
	background-repeat: no-repeat;  
	background-position: right bottom;
}
			 
.block {
	clear: both;
	padding-top: 15px;
}

.block .thumbhead {
	width: 80px;
	float: left;
	color: #000000;
}

.block .thumbs {
	width: 500px;
	float: right;
	position: relative;
}

.block .thumbs a img {
	width: 120px;
	height: 150px;
	margin: 1px 0px 0px 1px;
	z-index: 0;
	margin: 0;
	border: none;
}			

.block .bigbild {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

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