<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*
Alles zurücksetzen
"Condensed Universal Reset von
http://perishablepress.com/a-killer-collection-of-global-css-reset-styles/
*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0px none;
	outline: 0px;
	padding: 0px;
	margin: 0px;
}

hr, marquee, blink {
	display: none;
}

/*
Westpfalzfeger Style
*/

/* Allgemein BEGIN*/

	h1, h2, h3 {
		color: #31363B;
		letter-spacing: -1px;	
		text-decoration: none;
	}
	
	h1 {	font-size: 38px;	}
	h2 {	font-size: 28px;	}
	h3 {	font-size: 16px;	}
	
	p, ul, ol {
		margin-top: 1.5em;
		line-height: 190%;
	}
	
	ul, ol {
		margin-left: 3em;
	}
	
	blockquote {
		margin-left: 3em;
		margin-right: 3em;
	}
	
	a {
		text-decoration: none;
	}
	
	a:visited, a:hover {
		color: #58585A;
	}
	
	img.left {
		float: left;
		margin: 0px 20px 0px 0px;
	}
	
	img.right {
		float: right;
		margin: 0py 20px 0px 0px;
	}

/* Allgemein END*/

/* header BEGIN */
	div#header {
		width: 960px;
		height: 309px;
	}
	
	div#logo {
		display: none;
	}
	
	#splash {
	padding-bottom: 0px;

}
	
	/*div#menu {
		float: left;
		min-width: 0px;
		background: none;
		padding: 0px;
		position: relative;
		top: 40px;
		left: -237px;
	}
	
	div#menu ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		line-height: normal;	
	}
	
	div#menu li{
		background: none #BD0926;
		float: none;
		height: 60px;
		margin: 0px 0px 2px 0px;
	}
	
	div#menu li:hover{
		background-color: #58585A;
		height: 60px;
	}
	
	div#menu a {
		float:none;
	} */
	
	/*BJ Test: */
	
	#menu {
	height: 60px;
	min-width: 960px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	position:absolute;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 30px 15px 18px;
	margin-right: 1px;
	height: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #c51b01;
}

#menu a:hover {
	background-color:#c51b01;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #c51b01;
	color: #FFFFFF;
}
	

	
	
/* header END */

/*wrapper BEGIN*/
	div#wrapper {
		width: 960px;
	}
	
	div#page {
		padding: 20px 0px 0px 0px;
	}
	
	div#content {
		float: left;
		width: 926px;
		/*width: 606px;*/
		
	}
		
		.post{

		}
		
		.meta {
			display: none;
		}
		
		.title {
			border-bottom: 1px dotted #D6C9BF;
			font-size: 1.8em;
			margin: 0;
			padding: 16px 20px 10px 10px !important;
		}
		
		.meta {
			height: 35px;
			line-height: normal;
			margin: 15px 20px 0px 20px;
			padding: 15px 0px 0px 20px;
		}
		
		.entry {
			padding: 20px;
		}
		
		form#contactform {
			background: #BD0926 !important;
			border: 1px solid #F0FOFO;
			margin: 0px
			padding: 15px 25px 25px 20px;
		}
		
		form#contactform label {
			color: #FFFFFF;
			font-weight: normal;
		}
		
		fomr#contactform select#subject {
			padding: 5px;
			width: 518px;
		}
		
		form#contactform input {
			width: 506px;
		}
	
	div#sidebar {
		float: right;
		width: 334;
	}
		
		div#sidebar h2 {
			font-size: 1.8em;
			padding: 15px 0 9px;
		}
		
		div#sidebar ul{
			line-height: normal;
			list-style: none;
		}
		
		div#sidebar li {
			margin: 0px 0px 40px 0px;
			padding: 0px 0px 15px 25px;			
		}
		
		div#sidebar li h1{
			font-size: 26px;
			padding: 0px 0px 9px 25px;
		}	
		
		div#sidebar li ul {
			padding-left: 25px;
		}
		
		div#sidebar li li {
			margin: 0;
			padding: 5px 10px;
			border-bottom: 1px dotted #D6C9BF;
			
		}
		
		ul#dienstleistungen	{
			display:none;
		}
		
		div#aktuelles {
			display: none;
		}
		
	td.button {
		background: url(button.png) no-repeat center center transparent;
		width: 183px;
		height: 183px;
		vertical-align: middle;
		text-align: center;
		padding: 10px;
	}
	
	td.button:hover {
		background-color: transparent;
	}
		
/*wrapper END*/

/*footer BEGIN*/
	div#footer {
		width: 100% !important;
	}
	
		.legal {
			float: left;
		}
		
		.credit {
			float: right;
		}
/*footer END*/</pre></body></html>