<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: jellinghaus-viehhandel
Theme URI: http://www.jellinghaus-viehhandel.de/
Description: A template for the company "Viehhandlung Wilh. Jellinghaus &amp; S&amp;ouml;hne Nachf."
Version: 1.0
Author: Benjamin Pagel
Author URI: http://www.bi-ceps.de/
*/

* {
 	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica;
	border-spacing: 0px;
	border-collapse: 0px;
	text-align: left;
}

body, html {
	height: 100%;
}

body {
	font-size: 12px;
	line-height: 16px;
	
	background: url('images/header-top.gif') repeat-x #eae8e8;
	
	text-align: center;
}

table, input {
	font-size: 12px;
	line-height: 15px;
	color: #585757;
}

table, tr, td {
	border: 0px;
	border-spacing: 0px;
	border-collapse: 0px;
}

div {
	text-align: left;
}

a {
	color: #585757;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}

input, textarea, select {
	padding: 2px;
	margin: 2px 0px;
	border: 1px solid #d7d8d9;
	color: #000;
	font-size: 11px;
	line-height: 15px;
}

input[type="radio"], input[type="checkbox"] {
	border: 0px;
}

input[type="image"] {
	border: 0px;
}

img {
	display: inline;
}

hr {
	height: 1px;
	background-color: #585757;
	display: block;
}

strong, b {
	font-weight: bold;
	color: #585757;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #666;
	padding: 5px 0px;
}

h2, #content h2 a {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	padding: 5px 0px;
}

h3 {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-decoration: none;
}

p {
	padding-bottom: 5px;
}

#container {
	width: 95%;
	margin: 0 auto;
	position: relative;
	color: #585757;
	
	min-width: 1000px;
	width: expression((documentElement.clientWidth &lt;1000) ? "1000px" : "90%" );
}

/* HEADER */

#header {
	height: 327px;
	background: url('images/header.jpg') repeat-x bottom center;
}

#logo {
	position: absolute;
	margin: 15px 0px 0px 40px;
}

#cow-top {
	position: absolute; 
}

#navigation {
	position: absolute;
	right: 14px;
	top: 40px;
}

#navigation li {
	float: left;
	background: url('images/navigation-seperator.gif') no-repeat right;
}

#navigation .page-item-9 {
	background: none;
}

#navigation li a {
	padding: 0px 15px;
	text-decoration: none;
}

#navigation li a:hover, #navigation .current_page_item a {
	text-decoration: underline;
}

/* CONTENT */
#content {
	background: #FFF;
	padding-top: 10px;
}

#shadow-left {
	position: absolute;
	top: 105px;
	left: -25px;
	width: 25px;
}

#shadow-right {
	position: absolute;
	top: 105px;
	right: -25px;
	width: 25px;
}

#subnavigation {
	display: inline;
	margin-left: 35px;
	float: left;
}

#subnavigation h1 {
	font-size: 12px;
	line-height: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url('images/subnavigation-headline.gif') no-repeat center left;
}

#subnavigation ul {
	margin-left: 5px;
}

#subnavigation .second-layer {
	margin-left: 15px;
	_margin-top: -15px;
	m\argin-top: -15px;
	*margin-top: -15px;
}

#subnavigation a {
	color: #6d6d6d;
	background: url('images/subnavigation-button.gif') no-repeat center left;
	line-height: 17px;
	padding-left: 15px;
}

#subnavigation a:hover, #subnavigation .current_page_item a {
	color: #000;
}

#content-container {
	padding-left: 35px;
	margin: 0px 30px 0px 230px;
	background: url('images/content-text-bg.gif') no-repeat top left;
}

#content-container-top {
	background: url('images/content-text-bg.gif') no-repeat top right;
}

#content-container-header {
	height: 100px;
}

#content-container-header .headline-all,
#content-container-header .headline-contact {
	color: #FFF;
	font-size: 20px;
	line-height: 22px;
	padding-top: 35px;
}

#content-container-header .headline-contact {
	padding-right: 135px;
	text-align: right;
}

#content-container .date-all {
	position: absolute;
	right: 75px;
	top: 374px;
}

#content-text {
	width: 675px;
}

#content-text ul, #content-text ul li {
	list-style-type: disc;
	margin-left: 10px;
}

#footer {
	clear: both;
	height: 30px;
	font-size: 11px;
	border-top: 1px solid #acacac;
	margin-top: 10px;
	margin-right: 32px;
}

#footer ul li {
	float: left;
	line-height: 30px;
}

#footer #footer-left li {
	padding-right: 5px;
}

/* NEXT-GEN */

.piclenselink {
	display: none;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 5px 10px 5px 0px;
}

/* OTHER */

a[href$=".PDF"], a[href$=".pdf"] {
	padding: 2px 2px 2px 20px;
	background: url('../../plugins/attachment_list/img/page_white_acrobat.png') left center no-repeat;
}</pre></body></html>