<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	font-family:Trebuchet MS,Arial,Helvetica,Times,Sans-Serif;
	font-size: 13px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #e0dfdf;
}

img {
	border: 0px;
}

input,select,textarea {
	font-size: 12px;
	font-family:Trebuchet MS,Times,Arial,Helvetica,Sans-Serif;
	
}
table,tr,td {
	font-size: 15px;
	font-family: Trebuchet MS,Times,Arial,Verdana,Helvetica,sans-serif;
}

h1 {
	font-size: 17px;
	margin: 0 0 9px 0;
	padding: 0 0 0 6px;
	color: #FFF;
	background-color: #818181;
}

h2 {
	font-size: 16px;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
	font-weight: normal;
}

h3 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size:1.2em;
}
a {
	text-decoration: underline;
	color: #3F3F3F;
}

p.bodytext {
	margin: 5px 0 8px 0;
	padding: 0;
}

p.bodytext a {
	color: #3F3F3F
	text-decoration: underline;
}

div.divider {
	clear: both;
	visibility: hidden;
	height: 20px;
}

/*********************** Hauptteil ************************************/

#main {
	margin: 0 auto;
	width: 1000px;
	height: 95%;
	text-align: left;
}

#wrapper {
	background: transparent url('../images/franz_wrapper_bg.jpg') 0px 0px repeat-y;
	min-height: 100%;
}

#head {
	display: none;
}

#left {
	display: none;
}

#middle {
	float: left;
	width: 575px;
	min-height: 500px;
	margin-left: -1px;
	padding: 30px 60px 10px;
	background: transparent url('../images/franz_content_bg.jpg') 1px 0 no-repeat;
}

#main_content {
	width: 1000px;
}

#content {
	padding: 0;
	margin: 0;
}

#content ul {
	list-style-type:none;
	margin:0;
	padding: 0;
}
#content ul li {
	background-image: url('../images/point.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 13px;
	line-height: 1.3em;
}

#content ol {
	margin: 5px 0 5px 0;
	padding: 0 0 0 17px;
}

#content ol li {
	margin:0;
	padding: 0;
}

#right {
	display: none;
}

#footer {
	display: block;
	height: 5%;
}

div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

#kundenliste {
	background-color: #818181;
	width: 600px;
	height: 38px;
	font-size: 12px;
	color: #FFF;
	padding: 4px 2px 2px 5px;
	margin: 0;
	border-bottom: 2px solid #FFF;
}

#kundenliste form {
	width: 492px;
	float: right;
	/*float: left;*/
	/*text-align: right;*/
}

#kundenliste form select {
     background-color: #FFF;
     font-size: 12px;
}

/************** MenÃ¼ **************************/

#navi {
	display: none;
}

#menu {
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 29px;
	background-color: #F37800;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#818181;
	height: 23px;
}

#menu ul li {
	padding: 0px 8px 0px 8px;
	margin: 0px 11px;
	
	float: left;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding: 2px 0px 2px 0;
	font-size: 15px;
	letter-spacing:1px;
}

#menu ul li:hover, #menu ul li.menu_act {
	background-color:#F37800;
}

#menu ul li.menu_act {
	background-color:#F37800;
}

#menu ul li a:hover, #menu ul li.menu_act a {
	background-color:#F37800;
}

/****************** MenÃ¼2 **********************************/

#menu2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	/*height: 35px;*/
	display:inline-block;
	background-color: #e0dfdf;
}

#menu2 ul {
	list-style: none;
	padding: 0;
	margin: 1px 0 1px 6px;
}

#menu2 ul li {
	padding: 0px 7px;
	margin: 0px 5px;
	float: left;
}

#menu2 ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #7D7D7D;
	padding: 2px 0px 5px 0;
	font-size: 15px;
}

#menu2 ul li:hover, #menu2 ul li.menu_act {
	background-color: #CCC;
}

#menu2 ul li.menu_act {
	background-color: #CCC;
}

#menu2 ul li a:hover, #menu2 ul li.menu_act a {
	background-color: #CCC;
}


/*************** Mailform ***********************/

fieldset.csc-mailform {
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}

div.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 215px;
	float: left;
}
.csc-mailform-field input, .csc-mailform-field textarea {
	float: left;
	font-size: 11px;
	border: 1px solid #3C4F56;
	margin: 0 0 7px 0;
	width: 270px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	
}

input.csc-mailform-submit {
	margin-left: 174px;
	margin-top: 14px;
	width: 70px;
}




.mailform div.field {
	float: left;
}


.csc-form-label-req{
	font-size: 12px;
	font-weight: bold;
}
.csc-form-label {
	font-size: 12px;
}

input#mailformmehr_infos {
	width: 14px;
}

/********** Standardtabelle *******************/


table.contenttable, table.htmlarea-showtableborders {
	
	background-color:#edeee9;
	border: 0px solid #ccc;
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0 10px 0;
}

table.contenttable tr.tr-even {
	background-color:#ddded9;
}

table.contenttable tr.tr-odd {
	background-color:#edeee9;
}

table.contenttable tr.tr-0{
	background-color:#883c3e;
	color: #FFF;
	font-weight: bold;
}

table.contenttable tr.tr-0 td {
	background-color:#883c3e;
	color: #FFF;
}

table.contenttable p.bodytext, table.htmlarea-showtableborders p.bodytext {
	margin: 0px;
	padding: 0px;
}

table.contenttable tr td ul, table.htmlarea-showtableborders tr td ul{
	margin: 0px !important;
}

table.contenttable td , table.htmlarea-showtableborders td {
	vertical-align: top;
	margin: 0px;
	padding: 2px 2px 2px 10px;
}

table.contenttable tr, table.htmlarea-showtableborders tr {
	margin: 0px;
	padding: 0px;
}

/******************* Druckansicht *********************/

#content_druck {
	width: 544px;
	text-align: right;
	margin-top: 11px;
}

#druckansicht {
	padding: 10px;
	width: 550px;
	text-align: left;
}

#druckansicht hr {
	border: 0px; /* F&amp;#65533;r Firefox und Opera */
	border-top: solid 1px #000;
	border-bottom: solid 1px #FFFFFF; /* F&amp;#65533;r I.Explorer (Seiten-Hintergrundfarbe!) */
}

#druckansicht ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#druckansicht ul li {
	background-image: url('/fileadmin/images/point.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 11px;
}

#druck_fuss {
	margin-top: 20px;
	font-size: 0.8em;
	text-align: center;
}

#breadcrum {
	margin-top: 8px;
}

#breadcrum ul {
	margin: 0px;
	margin-left: 12px;
	padding: 0px;
	list-style-type: none;
}

#breadcrum ul li {
	background: url('') top left no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

/******* rgsmoothgallery ***********/
div.slideElement {
	background-color: #FFF!important;
}

div.slideInfoZone h2 {
	font-size: 12px!important;
	font-weight: bold!important;
}

div.slideInfoZone p {
	font-size: 11px!important;
}

/*************** slider ******************/
/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
		padding: 0;
	}
	.coda-slider {
		
	}
	.coda-slider h2.title {
		display: none;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
		width: 543px;
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current {
		color: #2D9BB0;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
		padding: 0px;
	}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
		clear: both;
		display: block;
		margin: 0 0 0px -11px!important;
		padding: 0;
		overflow: hidden;
		width: 543px!important;
	}
	.coda-nav ul li {
		display: inline;
		background-image: none!important;
	}
	.coda-nav ul li a {
		color: #7D7D7D;
		font-weight: bold;
		display: block;
		float: left;
		margin: 0px;
		padding:0 10px;
		border-right: 1px solid #7D7D7D;
		text-decoration: none;
		font-size: 17px;
	}
	.coda-nav ul li a:hover {
		color: #2D9BB0;
	}
	
	.coda-nav ul li.last a {
		border: 0;
	}
	
	#coda-nav-1 {
		
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
/**************************************************************/</pre></body></html>