<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(standart.css);
/*-------------------------- Inhalts layout --------------------------*/
h1, h2, h3, h4, h5 {
	margin:0 0 15px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}
	
	#sitetitle {
		color:#BA0000;
	}
	
a {
	color:#5A3D1B;
	text-decoration:none;
}

a:hover {
	color:#222;
}


#spalte_links, #spalte_mitte, #spalte_rechts {	
	min-height:380px;
	height:auto !important;
	height:380px;
}

#spalte_links {
	float:left;
	width:265px;
	
}

#spalte_mitte {
	float:left;
	width:615px;
	background:#fff;
	padding-bottom:15px;
}
	
	#headline {
		background:#E7B98A;
		height:25px;
		text-align:right;
	}
	#headline p{
		padding:5px 10px 0 0;
		line-height:1em;
	}

	#inhalt {
		float:left;
		padding:10px 25px;
		width:415px;
	}
	#inhalt li{
		list-style:none;
	}
	#inhalt p{
		text-align:left;
		line-height:1.6em;
	}
	
	#galerie_box {
		float:left;
		width:150px;
		margin-top:20px;
	}
	
	#galerie_box img {
		border:none;
	}
	
	#galerie_box a {
		width:83px;
		display:block;
		margin:15px auto;
	}
	#galerie_box h4 {
		font-size:14px;
		margin:0 0 5px 0;
	}
	#galerie_box li {
		list-style:none;
	}
	#galerie_box ul {
		margin-bottom:10px;		
	}
	#galerie_box ul span{
		color:#BA0000;		
	}
	
	.thumbCont {
		width:106px;
		height:106px;
		border:1px solid #eee;
		margin:20px auto;
		text-align:center;
	}
	.thumbCont img {
		border:none;
		margin:3px auto;
		background:#eee;
	}


form {
	float:left;
	width:190px;
	
}

form label {
	color:#E7B98A;
	margin-top:5px;
	display:block;
}
form input {
	width:180px;
	display:block;
}

form textarea {
	width:180px;
	height:60px;
	display:block;
	margin-bottom:10px;
}


.galPic {
	float:left;
	width:186px;
	height:186px;
	-height:190px;
	border:1px solid #E7B98A;
	margin:3px;
	text-align:center;
}
.galPic img{
	margin:3px auto;
	border:none;
}

.backbut {
	float:left;
	width:100%;
	margin-top:15px;
	text-align:right;	
}

hr {	
	width:100%;
	border:1px solid #E7B98A;
	
}
/*-------------------------------------------------------------------------*/
</pre></body></html>