/**
 * @subpackage	Okle - Business-IT-Consulting
 * @copyright	Copyright (C) 2014 - Business-IT-Consulting - All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
*/ 


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* pacifico-regular - latin-ext_latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pacifico-v22-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pacifico-v22-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pacifico-v22-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pacifico-v22-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pacifico-v22-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pacifico-v22-latin-ext_latin-regular.svg#Pacifico') format('svg'); /* Legacy iOS */
}


input,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* Bilder in der Warengruppe, Katalog */
#warengruppe TD,
#warengruppe TH
{
border: 2px; 
#border-color: #3da434;
#border-style: solid;
width: 170px; 
#height: 150px; 
text-align: center; 
vertical-align: top;
padding-top:2px;
padding-bottom:2px;
font-size: 11px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**  General **/

* {
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: left;
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #b3b3b3 ;
	#background-image:url(../images/gradient-bg.png);
	#background-repeat:repeat-x;
}

H2,H3,H4{
	margin-top:10px;
}
H5,H6{
	margin-top:5px;
}

/* Kopie für editor.css */
H1,H2,H3,H4,H5,H6{
	font-family: 'Verdana','Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: #3da434;
	text-decoration: none;
}

a:hover {
	color: #77bf70;
	text-decoration: underline; /* PM 8.4.2014 none */
}

img {
	border-style: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}


p {
	line-height:1.6em;
	margin:8px 0;
}

h1 {
	font-weight: 600;
	line-height:1.1em;
	color: #3da434;
	font-size: 16px;
	margin-bottom: 12px;
}

h1 a {
	color: #3da434;
	text-decoration: none;
}

h1 a:hover {
	color: #77bf70;
	text-decoration: none;
}


h2 {
	font-weight: 400;
	line-height: 1.1em;
	color: #3da434;
	font-size: 16px;
	margin-bottom: 12px;	
}

h2 a {
	color: #3da434;
	text-decoration: none;
}

h2 a:hover {
	color: #77bf70;
	text-decoration: underline;  /* PM 10.4.2014 */
}

h3 {
	font-weight: 400;
	line-height: 1.1em;
	color: #3da434;
	font-size: 14px;
	margin-bottom: 6px;
}

h3 a {
	color: #3da434;
	text-decoration: none;
}

h3 a:hover {
	color: #77bf70;
	text-decoration: none;
}

h4 {
	font-weight: 600;
	color: #3da434;
	font-size: 14px;
}

h5 {
	font-weight: 300;
	color: #3da434;
	font-size: 14px;
}

h6 {
	font-weight: 600;
	color: #3da434;
	font-size: 13px;
}

ul, ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr {
	border: 0;
	color: #3da434;
	#background-color: #a6a6a6;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*  Ende gleicher Inhalt wie editor.css */

.moduletable h3 {
	font-weight: 400;
	color: #3da434;
	font-size: 15px;         /* Font Überschrift Naviagtion links */
	margin-bottom: 6px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

.tooltip {
	position: absolute;
	opacity: 0;
}

#system-message {
	padding: 0;
	margin: 0;
}

#wrapper {
	display: block;
	padding: 0;
	min-width: 1020px;
}

/* definiert die Schriftgröße des Content Bereiches */
.item-page {
	font-size: 14px;
}

#slides P {
	margin: 0px 0px -5px 0px; /* Verhindert Margins beim <P> wenn nur ein Bild im Slyder eingetragen ist.*/
}

/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button,
.btn {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
	font-size: 12.5px;
	color: #fff;
	background-color: #c0c0c0;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;	
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover,
.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #737373;
}

.readone a ,
.readmore a {
	font-weight: 400;
	font-size: 12px;	
	text-decoration: none;
	color: #3DA434;
	#background-color: #c0c0c0;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;	
}
.readone a:hover,
.readmore a:hover {
	color: #3DA434;
	text-decoration: underline;
	#background-color: #737373;
}

.btn-mini.pull-right {
	float: right;
	border: 1px solid #bbbbbb;
	background-color: inherit;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 6px;
	margin: 0;
}

.icon-plus:before {
	content: "+";
}


/** Header **/

#header {
	width: 1000px;
	margin: auto;
	margin-top: 24px;
	height: 143px;
	margin-bottom: -1px; /* iPhone/iPad fix */
	overflow: hidden;
	/* background-image:url(../images/header-bg.png);
	background-repeat:no-repeat; */
	background-color: #ffffff;
}

#logo {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;
	font-size: 4.4em;
	line-height: 0.75em;
	letter-spacing: -0.03em;
	color: #000000;
	margin-top: 37px;
	width: 149px ; /* Breite des Logos hier eintragen dann wird es mittig positioniert */
	margin-left: auto ; /* Diese Anweisung sorgen für die mittige Positionierung */
	margin-right: auto ;
}

#logo a {
	text-decoration: none;
	color: #3da434;
}

#logo a:hover {
	text-decoration: none;
	color: #3da434;
}

#logo div.sitedescription {
	#font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
	font-size: 0.30em;
	letter-spacing: -0.01em;
	color: #c1c1c1;
	padding-left: 2px;
}

#mytopnav {
	#padding-top: 2px;
	height: 26px;
	#padding-right: 40px;
	font-size: 0.88em;
	float: right;
	width: 1000px;
	margin: auto;
	background-color: #9D9D9D;/*#50463d; */
box-shadow: inset 0px -10px 10px -6px white;
}

#mytopnav a {
	text-decoration: none;
	color: #ffffff;
}

#mytopnav a:hover {
	color: #50463d; ;/*#3da434;*/
	text-decoration: none;
}

#mytopnav h3 {
	display: none;
#	height: 0px;
#	font-size: 1px;         
#	margin: 0px;
#	padding:0px;
}
.mytopnav_hr{
	color: #ffffff;
	height:9px;
}
#mytopnav p {
	margin:1px 0;
	color: #ffffff;
}

#mytopnav ul.menu {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#mytopnav ul.menu li {
	display: inline;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 0px solid #ffffff;
}

#mytopnav ul.menu li:first-child {
	border: 0;
}

#topnav {
	padding-top: 10px;
	height: 32px;
	padding-right: 40px;
	font-size: 0.88em;
	float: right;
}

#topnav a {
	text-decoration: none;
	color: #3da434;
}

#topnav a:hover {
	color: #3da434;
	text-decoration: underline;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: -11px;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #3da434;
}

#topnav ul.menu li:first-child {
	border: 0;
}


#search {
	clear: right;
	float:right;
	#margin-top: 26px;
	padding: 0px 0px 0px 12px;
	width: 180px;
	height:20px;
}

.s_earch{
height:20px;
}

#search label.element-invisible {
	display: none;
}

#mod-search-searchword {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;
	width: 100%;
	border: 0px solid #3da434;
	outline: none;
	color:#50463d;
	margin-top:1px;
	margin-bottom: 1px;
	height: 18px !important;
}

#filter-search {
	width: 180px;
	margin-left: 0px;	
	padding: 6px;
	padding-right: 24px;
	border: 0px solid #e2e2e2;
	outline: none;	
}

.filter-search-lbl {
	display: none;	
}

#searchForm fieldset.phrases div.phrases-box div.controls label input {
	margin-right: 4px;
}

/** Topmenu Einzeiler Blockausrichtung **/
#topmenu_block {
	width: 940px;
	min-width: 700px;
	font-size: 1.1em;
	background-color: #ffffff; 
	font-weight: bold;
	margin-left: 30px ; /*Abstand von links alt 65px */
	margin-top: 7px;
}

#topmenu_block ul{
	list-style: none;
	text-align: justify;
	padding-left:0px;
	margin-left: 0px
}

#topmenu_block ul:after{
	content:'. ';
	padding-left: 90%;
}

#topmenu_block li:after{
	content:'. ';
	padding-left: 90%;
}

#topmenu_block ul li{
	display: inline-block;
	height:20px;
}


/** Topmenu **/
#topmenu {
	width: 920px;
	font-size: 1.1em;
	background-color: #ffffff; 
	overflow: auto; /* erzeugt einen Abstand zum nächsten Objekt unterhalb des Menüs */
	background-clip: border-box;
	font-weight: bold;
	margin-left: 40px ; /*Abstand von links alt 65px */
	margin-top: 7px;
}

/* markiert den ausgewählten Menüpunkt */ 
.nav-pills li.active {
	#background: none repeat scroll 0% 0% #3da434;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    outline: 0px none;
    color: rgb(61,163,51);
    #text-decoration: none;
}

#topmenu_block  li.active a,
#topmenu  li.active a{
    color: rgb(61,163,51);
    background-color: #ffffff;
	}
#topmenu ul { 
	float: left;
	padding: 0;
	padding-top: 0px; /*14 , 14*/
	padding-bottom: 0px;	
	margin: 0;
	list-style: none;
	background-color: #FFFFFF;
}

#topmenu_block a{
	display: block;
	color: #696969; 
	background-color: #ffffff; 
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px; /* 10,10,1*/
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
	text-transform: uppercase; 
}
#topmenu a {
	display: block;
	color: #696969; 
	background-color: #ffffff; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px; /*Abstand zwischen zwei Menüpunkten alt 16px */
	padding-right: 8px;
	margin-left: 0px; /* 10,10,1*/
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
	text-transform: uppercase; 
}

#topmenu_block a:hover,
#topmenu a:hover {
	color: rgb(61,163,51);
	background-color: #ffffff; /* #3da434 Dunkelblau - Mausover Menüitem*/
	text-decoration: none;
}


#topmenu li { 
	float: left;
	border-left: 0px solid  rgb(180,230,175); 
}

#topmenu li:first-child { 
	border-left: 0px solid #000000;
}

#topmenu .moduletable li {
	color: rgb(255, 0, 255) !important;
	list-style-position: inside;
	list-style: disc inside url(../images/pfeil_hellblau.png);
}

#topmenu.moduletable li.current {
	color: rgb(25, 25, 25) !important;
	list-style-position: inside;
	list-style: disc inside url(../images/pfeil_blau.png);
}
#topmenu.moduletable a:hover{
	border-bottom:2px solid rgb(61,163,51);
	color: rgb(61,163,51);
}
#topmenu .moduletable{
	font-size: 1.0em;
}

#topmenu .moduletable a:activ{
	color: rgb(61,163,51);
}

/** Second-level lists Menü zweite Hierarchiestufe **/
#topmenu li ul { 
	position: absolute;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
	font-size: 0.9em;
	width: 162px;
	left: -999em; /* "display: none" not seen by screen readers */
	border: 0;
	margin-left: 0px;
	z-index:100;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#topmenu li li,
#topmenu li li:first-child {
	border: 0;
	border-top: 1px solid rgb(61,163,51);
	margin-bottom: -1px; /* iPhone/iPad fix */
	background-color: #000000 ;/*#e0f2fd;*/
}

#topmenu li li a,
#topmenu li.active li a {
	width: 162px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin: 0;
	text-transform: none;
	color: rgb(61,163,51);
}
#topmenu li.active li a:hover {
	#background-color: #e0f2fd;
	color: rgb(61,163,51);
}

#topmenu li li:first-child {
	margin-top: 0px; /* 14 */
	border: 0;
}

#topmenu li ul a {
	width: 162px;
}

#topmenu li li a:hover {
	color: rgb(61,163,51);
	text-decoration: none;
	background-color:  #000000;
}

/** Level third and above **/
#topmenu li li li:first-child {
	margin-top: 0px;
}

#topmenu li ul ul { 
	margin: -40px 0 0 200px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}

/** Quermenu **/
#quermenu_empty {
	font-weight: 400; /*PM 800 Navigation Fett */
}
#quermenu A.btn-sf-menu,
#quermenu_empty A.btn-sf-menu{
	display: none;
}

#quermenu {
	font-weight: 400;
}
#quermenu_empty,
#quermenu {
	margin: auto;
	width: 1000px;
	padding-left: 0px;
	font-size: 14px;
	background-color: #3da434; 
	overflow: auto; /* erzeugt einen Abstand zum nächsten Objekt unterhalb des Menüs */
	background-clip: border-box;
	color: #ffffff; /*#77df70; */
#	text-transform: uppercase;	

}

/* markiert den ausgewählten Menüpunkt */
#quermenu_empty .nav li.current,
#quermenu .nav li.current {
	#background: none repeat scroll 0% 0% #3da434;
	background-color: #77df70; 
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
    outline: 0px none;
    color:#3da434;
	font-weight: 400; /*PM 800 Navigation Fett */
    #text-decoration: none;
}

#quermenu_empty  li.current a,
#quermenu  li.current a{
    color: #ffffff; !important; /*#3da434; */
    #background-color: #77df70;
}
#quermenu_empty  li.current a:hover,
#quermenu  li.current a:hover{
    color: #ffffff; !important; /*#3da434; */
    #background-color: #77df70;
}

#quermenu_empty ul ,
#quermenu ul { 
	float: left;
	padding: 0;
	padding-top: 0px; /*14 , 14*/
	padding-bottom: 0px;	
	margin: 0;
	list-style: none;
	#background-color: #FFFFFF; 
	color: #77df70;
}

#quermenu_empty a {
	display: block;
	color: #ffffff;		/* Menütextfarbe nicht ausgewählt */ 
	background-color: #3da434;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
#	text-transform: uppercase; 
}

#quermenu a {
	display: block;
	color: #77df70;		/* Menütextfarbe nicht ausgewählt */ 
	background-color: #3da434;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
#	text-transform: uppercase; 
}

#quermenu .active a { /* Menüpunkt auf Ebene 1 weiss darstennen, wenn ein Untermenü aktiv ist */
	color: #ffffff;	
}

#quermenu_empty a:hover,
#quermenu a:hover {
	color: #ffffff; /*#3da434;*/
	background-color: #77df70; 
	text-decoration: none;
}

#quermenu_empty li ,
#quermenu li { 
	float: left;
	#border-left: 1px solid  #77df70; /*Linie zwischen den Menue Items */ 
}

#quermenu_empty .sf-menu li:first-child ,
#quermenu .sf-menu li:first-child ,
#quermenu_empty .nav li:first-child ,
#quermenu .nav li:first-child {
margin-left:13px; /* Abstand von links Okle 235 */
}

#quermenu_empty .sf-menu li li:first-child ,
#quermenu .sf-menu li li:first-child ,
#quermenu_empty .nav li li:first-child ,
#quermenu .nav li li:first-child {
margin-left:0px;
}

#quermenu_empty .sf-menu li li:first-child ,
#quermenu_empty li:first-child ,
#quermenu li:first-child { 
	border-left: 0px solid #000000;
}

#quermenu_empty .moduletable li,
#quermenu .moduletable li {
	color: rgb(255, 0, 255) !important;
	list-style-position: inside;
}

#quermenu_empty .moduletable li.current,
#quermenu_empty .moduletable li.current a,
#quermenu .moduletable li.current,
#quermenu .moduletable li.current a{
#	border-left: 3px solid #000000;
	color: #ffffff;
	list-style-position: inside;
	background-color: rgb(61,163,51);
}

#quermenu_empty .moduletable a:hover,
#quermenu .moduletable a:hover{
# border-top:1px solid #3da434;
	border-bottom:0px solid rgb(180,230,175);
	/*	border-left: 3px solid #ff0000; */
	color: #ffffff;
}
#quermenu_empty .moduletable,
#quermenu .moduletable{
	font-size: 1.2em;
}

/** Second-level lists Menü zweite Hierarchiestufe **/
#quermenu_empty li ul ,
#quermenu li ul { 
	position: absolute;
	#font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400; /*PM 800 Navigation Fett */
	font-size: 12px;
#	font-size: 1.2em;
	width: 162px;
	left: -999em; /* "display: none" not seen by screen readers */
	border: 0;
	margin-left: 0px;
	z-index:100;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#quermenu_empty li li,
#quermenu_empty li li:first-child,
#quermenu li li,
#quermenu li li:first-child {
	margin-left: 0px;
}

#quermenu_empty li.current li a,
#quermenu li.current li a {
	color: #3da434;
}

#quermenu_empty li li a,
#quermenu li li a {
	width: 162px;
	background-color: #77df70;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin: 0;
	text-transform: none;
	color: #ffffff; /*#3da434;*/
}

#quermenu_empty li.current li a:hover,
#quermenu li.current li a:hover {
	background-color: #3da434;
	color: #ffffff; /*#77df70; */
}
#quermenu_empty li li:first-child ,
#quermenu li li:first-child {
	margin-top: 0px; 
	border: 0;
}

#quermenu_empty li ul a ,
#quermenu li ul a {
	width: 180px;
	color: #3da434; 
}

#quermenu_empty li li a:hover,
#quermenu li li a:hover {
	color: #ffffff; /*#77df70;*/
	text-decoration: none;
	background-color:  #3da434;
}


/** Level third and above **/

#quermenu_empty li li li:first-child,
#quermenu li li li:first-child {
	margin-top: 0px;
}

#quermenu_empty li ul ul ,
#quermenu li ul ul { 
	margin: -40px 0 0 200px;
}

#quermenu_empty li:hover ul ul, #quermenu_empty li:hover ul ul ul, #quermenu_empty li.sfhover ul ul, #quermenu_empty li.sfhover ul ul ul ,
#quermenu li:hover ul ul, #quermenu li:hover ul ul ul, #quermenu li.sfhover ul ul, #quermenu li.sfhover ul ul ul {
	left: -999em;
}

#quermenu_empty li:hover ul, #quermenu_empty li li:hover ul, #quermenu_empty li li li:hover ul, #quermenu_empty li.sfhover ul, #quermenu_empty li li.sfhover ul, #quermenu_empty li li li.sfhover ul ,
#quermenu li:hover ul, #quermenu li li:hover ul, #quermenu li li li:hover ul, #quermenu li.sfhover ul, #quermenu li li.sfhover ul, #quermenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}


/** Breadcrumbs **/

#breadcrumbs {
	width: auto;
	font-size: 0.89em;
	text-decoration:none;
	margin-bottom: 10px;
}

#no_breadcrumbs {
	height: 20px;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #737373;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #023c56;
	text-decoration: underline;
}




/** Content/Menu Wrap/Containers **/

#content-menu_wrap {
	width: 1000px;
	margin: auto;
	margin-bottom: -1px; /* iPhone/iPad fix */
}


#container-leftmenu-content,
#container-rightmenu-content,
#container-3columns-content,
#container-1columns1 {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#container-leftmenu-left,
#container-rightmenu-right,
#container-3columns-right,
#container-3columns-left {
	float: left;
	width: 100%;
	background-color: #FFFFFF; /* #f9f9f9; */
}

#container-leftmenu-left {
	right: 730px;
	position: relative;
	border-left: 1px solid #333333;
	
}

#container-3columns-left {
	right: 600px;
	position: relative;
}

#container-rightmenu-content {
	right: 62px; /*240px;*/
	position: relative;
}

#container-3columns-content {
	right: 217px;
	position: relative;
}

#container-leftmenu-content,
#container-rightmenu-right,
#container-3columns-right {
	overflow: hidden;
	position: relative;
}

#container-3columns-content,
#container-leftmenu-content,
#container-1columns1,
#container-rightmenu-right {
	padding-top:5px; /* Abstand Content vom Menü/Slider */
}

/** No Menus (1 Column) **/
#content-1column {
	float: left;
	width: 868px;  /* alter Wert 680px;*/
	position: relative;
	left: 68px; /* alter Wert 243px;*/
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 150px;	
}

/** No Quer-Menus (1 Column) **/
#content-1column_ohneQuermenue {
	float: left;
	width: 868px; /* alter Wert 680px;*/
	position: relative;
	left: 68px;  /* alter Wert 243px;*/
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 650px;	
}

/** Menus Left or Right (2 Columns) **/

#leftmenu {
	float: left;
	width: 200px; /*200px;*/
	position: relative;
	margin-top: 50px;   /* PM neu 7.4.2014 */
	left: 750px; /*730px;*/
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
}

#rightmenu {
	float: left;
	width: 200px;
	position: relative;
	left: 330px;
	overflow: hidden;	
	padding-top: 50px;   /* PM 8.4.2014 */
	padding-bottom: 20px;
}

#content-leftmenu {  
	float: left;
	width: 735px;
	position: relative;
	left: 776px; 
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 150px;
}

#content-rightmenu {  
	float: left;
	width: 515px;
	position: relative;
	left: 306px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 300px;	
}


/** 3 Columns **/

#leftmenu-3columns {
	float: left;
	width: 200px; /* 190px;*/
	position: relative;
	margin-top: 40px;   /* PM 8.4.2014 */
	left: 840px;
	overflow: hidden;	
	padding-top: 0px;    /* PM 8.4.2014 */
	padding-bottom: 20px;  
}

#rightmenu-3columns {
	float: left;
	width: 200px;
	position: relative;
	margin-top: 50px;   /* PM 8.4.2014 */
	left: 890px;
	overflow: hidden;	
	padding-top: 0px;   /* PM 8.4.2014 */
	padding-bottom: 0px;
}

#content-3columns { 
	float: left;
	width: 515px;
	position:relative;
	left: 860px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 300px;	
}



/*
#leftmenu a,
#rightmenu a,
#leftmenu-3columns a,
#rightmenu-3columns a {
	color: #777777; text-decoration: none;
}

#leftmenu a:hover,
#rightmenu a:hover,
#leftmenu-3columns a:hover,
#rightmenu-3columns a:hover {
	color: #737373; text-decoration: none;
}
*/

#leftmenu ul,
#rightmenu ul,
#leftmenu-3columns ul,
#rightmenu-3columns ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 20px;

}


#leftmenu-3columns ul.nav,
#rightmenu-3columns ul.nav{
	border-top-style: dotted;
	border-top: 1px solid #dcdcdc; /* Linie über dem ersten Menüeintrag */
	padding-top: 3px;
}


#leftmenu ul li,
#rightmenu ul li,
#leftmenu-3columns ul li,
#rightmenu-3columns ul li {
	padding-top: 13px;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom: 1px solid #dcdcdc; /* Linie unter dem ersten Menüeintrag der ersten Menüebene */
}


#leftmenu ul li ul,
#rightmenu ul li ul,
#leftmenu-3columns ul li ul,
#rightmenu-3columns ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li,
#leftmenu-3columns ul li ul li,
#rightmenu-3columns ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.98em;
	line-height: 1.5em;
	padding-left: 8px;
	border-bottom: 0px solid #000000; /* Linie unter Menüeintrag der zweiten Menüebene ausblenden */
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a,
#leftmenu-3columns ul.menu li.current a,
#rightmenu-3columns ul.menu li.current a {
	font-weight:bold;
	-moz-border-bottom-colors:black;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a,
#leftmenu-3columns ul.menu li.current ul li a,
#rightmenu-3columns ul.menu li.current ul li a {
	font-weight:normal;
}

.moduletable {
	overflow: hidden;
#	margin-bottom: 16px;
}

.moduletable_menu {
	clear: both;
} 

.moduletable_menu h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 22px;
	margin-bottom: 12px;
}








/** Content **/

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
	margin-top: 20px;
}


#content-top {
	margin-bottom: 18px;
}

#content-bottom {
	margin-bottom: 18px;
}

ul.actions {
	margin: 0;
	padding: 0;
	margin-top: -6px;
	margin-bottom: -2px;
	list-style-type: none;
	text-align: right;
}

li.print-icon,
li.email-icon,
li.edit-icon {
	display: inline;
	margin-right: 2px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.88em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

.article-info dd, .article-info dd {
	margin-left: 0;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;	
}

.first ul {
	padding-left: 15px;
	padding: 5px;
	
}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;
	
}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;	
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #c0c0c0;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#f9f9f9
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}







/** Tables **/
table {
	border-collapse:collapse
}

tr, td {
	border:solid 0px #c0c0c0;
	vertical-align: top;
	padding: 3px;
}

table.weblinks,
table.category {
	margin:10px 10px 20px 0px;
	width:100%;
}

table.weblinks td,
table.category td {
	border-collapse:collapse;
	padding:7px;
}

table.weblinks th,
table.category th {
	padding:7px;
	text-align:left;
}

td.num {
	vertical-align:top;
	text-align:left;
}

td.hits {
	vertical-align:top;
	text-align:center;
}

td p {
	margin:0;
	line-height:1.3em;
}

.display-limit,
.filter {
	text-align:right;

}

tr.cat-list-row1 {
	background-color: #f9f9f9;
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #77DF70;
}
table.category th a,
table.category th,
{
color: #000000;
}
table th.list-date,
.list-date
{
text-align:right;
}

table.weblinks th a,
table.newsfeeds th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.jlist-table th {
	color:#fff
}

table.category th a img {
	border:solid 0px ;
	display: none;
}

table.category th a:hover {
	color: #3DA434;
}

table.moduletable td,
table.moduletable tr {
	border:0;
}






/** Pagination **/
.pagenav {
	padding:2px
}

ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 4px;
	overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a,
li.previous a,
li.next a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
	font-size: 13.5px;
	color: #fff;
	background-color: #c0c0c0;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;	
	text-decoration: none;
} 

li.pagenav-prev a:hover,
li.pagenav-next a:hover,
li.previous a:hover,
li.next a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #737373;
}

li.pagenav-prev,
li.previous {
	float: left;
}

li.pagenav-next,
li.next {
	float:right
}

.pagination ul li {
	display:inline;
	text-align:left;
	overflow: auto;
}

.pagination ul {
	margin-left: -28px;
}

.pagination ul li span,
.pagination ul li a {
	padding-left: 0px;
	padding-right: 6px;
	margin-left: 0px;
	margin-right: 6px;
}


#adminForm div.pagination ul {
	margin-left: 0px;
}


#adminForm div.pagination ul li span,
#adminForm div.pagination ul li a {
	padding-left: 0px;
	padding-right: 16px;
	margin-left: 0px;
	margin-right: 20px;
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
	border:0
}

p.counter {
	font-weight:bold;
}






/** Blog **/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%

}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	 width:30%
}

.blog-more {
	padding:10px 5px
}






/** Login **/

#login-form fieldset.userdata {
	margin-bottom: 5px;
	margin-top: -15px;
	margin-left: 0px;
	border: 0px;
	font-size: 0.96em;
	float: left;
}

#login-form ul {
	margin-left: 0px;
}


#login-form ul li {
	border: 0px;
	line-height: 1.1em;
	float: left;
	width: 100%;
}


#login-form input.inputbox,
#modlgn-username,
#modlgn-passwd {
	width: 120px;
	margin-left: 0px;	
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#login-form label {
	display: block;
	margin-left: 0px;	
}

#form-login-remember label {
	float: none;
	width: auto;
	display: inline;
}

#form-login-remember input.inputbox {
	width: auto;
	border: 0;
}


.login fieldset {
	border: 0;
}

.login-fields {
	margin:10px 0
}

.login-fields label {
	float:left;
	width:9em;
}

.login-description,
.logout-description {
	overflow:hidden;
	padding-left:5px;
	margin:20px 0 10px 0
}

.logout-description {
	margin-bottom:20px
}

.validate-username,
.validate-password,
.validate-email,
#jform_username,
#jform_name,
#jform_email,
#jform_email1,
#jform_email2 {
	width: 140px;
	margin-bottom: 4px;	
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;	
}

.icon-user {
	display: none;
}

.userdata label,
#form-login-remember {
	margin-top: 9px;
}

.icon-lock.tip {
	display: none;
}


/** User profile **/

#users-profile-core,
#users-profile-custom {
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
	float:left;
	width:12em;
	padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
	padding:3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
	font-weight:bold
}

#member-profile fieldset,
.registration fieldset {
	margin:10px 0 15px 0;
	padding:15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
	float:none;
	padding:3px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
	width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
	clear: left;
	float: left;
	padding: 5px 5px 5px 0;
	width: 16em;
}

#users-profile-core,
#users-profile-custom {
	border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
	border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
	border: solid 0px;
	padding-left: 0;
}

.btn-toolbar li {
	display: inline;
	margin-left: -30px;
}





/** Contacts **/

h3.pane-toggler {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

h3.pane-toggler-down {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

address span {
	display: block;
	font-style: normal;
}

.contact-address img {
	margin-bottom: 10px;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

#contact-form fieldset {
	border: 0px;
}

#contact-form fieldset dl dt {
	padding-top: 4px;
}

#jform_contact_email_copy-lbl {
	float: left;
	padding-right: 6px;
}

#jform_contact_email_copy {
	margin: 4px;
}

.star {
	color: #cc0000;
}

.accordion-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	text-decoration: none;
}

.accordion-heading a {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

div#basic-details div div img {
	padding-bottom: 10px;
}

div#basic-details div dl dt span img,
div#display-misc div div dl dt span img {
	display: none;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message {
	width: 300px;
	padding: 6px;
	border: 1px solid #c3c3c3;
	outline: none;
}

form#adminForm ul li {
	list-style-type: none;
}

form#adminForm ul li {
	background-color: #fff;
	height: 20px;
	margin: 0;
	padding: 0;
/*	margin-left: -28px;  Nach Update auf Flippingbook V1.06 wird die Grafik links abgeschnitten */
	border: 0;
}


/** Search **/

.searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}

.searchintro img {
	border:0px
}

.word {
	border:solid 0px #ccc;
}

fieldset.word label {
	font-weight: bold;	
	color:#ffffff;

}

.form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}

.highlight {
	font-weight: bold;
}

.ordering-box {
	width:40%;
	float:right;
}

.phrases-box {
	width:60%;
	float:left
}

.only,
.phrases {
	border:solid 1px #c0c0c0;
	margin:10px 0 0 0px;
	padding:15px ;
	line-height:1.3em;
}

label.ordering {
	display:block;
	margin:10px 0 10px 0
}

.word {
	padding:10px 10px 10px 0;
}

.word input,
#search-searchword {
	width: 180px;
	margin-left: 0px;	
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;	
}

.word label {
	font-weight:bold
}

fieldset.only label,
fieldset.phrases label {
	margin:0 10px 0 0px
}

.ordering-box label.ordering {
	margin:0 10px 5px 0;
	float:left
}

form .search label {
	display:none
}

.search legend {
	font-weight:bold
}

div.search form#searchForm div.btn-toolbar div.btn-group.pull-left button {
	display: none;
}



/** Search results **/

dl.search-results dt.result-title {
	border-top: solid 1px #c0c0c0;
	padding-top: 10px;
	font-weight:bold;
}

dl.search-results dd.result-created {
	padding-top: 6px;
	padding-bottom: 10px;
	color: rgb(170,170,170);
}


dd.result-category {
	padding-top: 6px;
	padding-bottom: 6px;
}




/* Stats */
.stats-module dl {
	margin:10px 0 10px 0
}

.stats-module dt {
	float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
	padding:2px 0 2px 0
}



/* Syndicate */

a.feed-link {
	margin-top:15px;
	display:block;
	text-decoration:none
}

.feed-link img {
	border:0
}




/** Footer **/

#footer {
	clear: both;
	width: 1000px; 
	margin: auto;
	border-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	background-color: #f5f1e4;
	min-height: 70px;
}

#footer div.custom hr {
	border: 0;
	color: #a6a6a6;
	background-color: #a6a6a6;
	height: 1px
}



/** Box/Banner/Links **/

#box_placeholder {
	clear: both;
	margin: auto;
	overflow: auto;
	padding-top: 0px;
	padding-left: 40px;
	width: 960px;
	color: #3da434;
	background-color: #ffffff;
	
}

#box_placeholder a:hover {
	color: #c1c1c1;
}

#box_placeholder h1, #box_placeholder h2, #box_placeholder h3  {
	color: #ffffff;
}

#box1 {
	width: 284px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	float: left;
	border-right: 0px solid #3d3d3d;
}

#box2 {
	width: 284px;
	margin: 0;
	margin-right: 29px;
	padding: 0;
	float: left;
	border-right: 0px solid #3d3d3d;
}

#box3 {
	width: 284px;
	margin: 0;
	padding: 0;
	float: left;
}



/** Copyright **/

#copyright {
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	width: 1000px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 0.88em;
	text-align: center;
	color: #50463d;
	background-color: #F5F1E4;
}

#copyright a {
	color: #50463d;
	text-decoration: none;
}

#copyright a:hover {
	color: #50463d;
	text-decoration: none;
}

#copyright img {
	border-style: none;	
}

#copyright div.copy2 {
	text-align: left;
}




/** Editor **/

#adminForm.form-validate fieldset {
	border: solid 1px #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
}

#adminForm legend {
	font-weight: bold;
}

.edit.item-page {
	max-width: 660px;
}

.edit.item-page h1 {
	margin-top: 20px;
}

#adminForm.form-validate fieldset div.formelm {
	padding-bottom: 10px;
	display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
	width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
	width: 120px;
	vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
	margin-top: -32px;
	padding-bottom: 10px;
	height: 20px;
	float: right;
}

#jform_articletext_tbl.mceLayout {
	clear: both;
}

#editor-xtd-buttons div.button2-left div.readmore a {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	cursor: pointer;
	padding-top: 0pt;
	padding-right: 24px;
	padding-bottom: 0pt;
	padding-left: 6px;
	color: #666666;
	text-decoration: underline;
	background-color: #f3f3f3;
}

#editor-xtd-buttons div.button2-left div.readmore a:hover {
	color: #0b55c4;
}

form#adminForm fieldset ul {
	display: none;
}

input#jform_title {
	width: 300px;
	margin-bottom: 10px;
}

form#adminForm.form-validate.form-vertical div.btn-toolbar div.btn-group {
	display: inline;
}

form#adminForm fieldset div div#editor div#editor-xtd-buttons div a,
form#adminForm fieldset div div#editor div div a {
	text-decoration: none;
	display: inline;
}

form#adminForm>fieldset>div>div#editor>div#editor-xtd-buttons {
	margin-left: -5px;
}

.toggle-editor {
	float: right;
	margin-top: -25px;
}

#jform_publish_down_img,
#jform_publish_up_img {
	width: 19px;
	height: 19px;
	margin-bottom: -5px;
}

#jform_publish_down_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
#jform_publish_up_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/** Mailto Window **/

#mailto-window {
	padding: 20px;
	width: 340px;
}

#mailto-window h2 {
	padding-bottom: 10px
}

#mailto-window p {
	clear: left;
	padding-top: 20px
}

#mailto-window label {
	padding: 0px;
}

#mailto-window input {
	margin: 4px;
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
	display:inline-block;
}

#mailtoForm div.formelm label {
	width: 80px;
}

#mailtoForm div.formelm input {
	width: 160px;
}

#mailto-window div.mailto-close a {
	display: none;
}

body.contentpane {
	background-color: #ffffff;
}



/** Print Window **/

#main div.item-page {
	margin: 10px;
}

#main div.item-page ul.actions li {
	/* float: right; */
}

body.contentpane,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h1 a,
body.contentpane h2 a,
body.contentpane h3 a,
body.contentpane h4 a,
body.contentpane h5 a {
	color: #000000;
}

body.contentpane a:hover {
	color: #000000;
}





/* Slideshow */

#slideshow {
	background-color: #f0ebde;
	width: 1000px;
	margin: auto;
}

#slides {
	padding: 0px 0 0px 0;
	clear: both;
	position:relative;
}


.slides_container {
	width:1000px;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index: 1;
}

.slides_container a,
.slides_container img {
	display: block;
	width:1000px;
	height:400px;
}

.no_slides_container,
.no_slides_container img{
	width:1000px;
#	height:200px;
	overflow:hidden;
	position:relative;
	z-index: 1;
}

#slides .next,
#slides .prev {
	position:absolute;
	top: 0px;
	left: 0px;
	width:38px;
	height:38px;
	background-image:url(../images/slides_arrows.png);
	z-index:10;
}

#slides .next {
	left:176px;
}

.slides_nav {
	display: none;
}


.slides_nav a.prev {
	background-position: 0 0;
	margin: 181px 0 0 0px;
}

.slides_nav a:hover.prev {
	background-position: 80px 200px;
}

.slides_nav a.next {
	background-position: 160px 0;
	margin: 181px 0 0 786px;
}

.slides_nav a:hover.next {
	background-position: 40px 200px;
}

#slides ul.pagination {
	border: 0;
	position: absolute;
	z-index: 10;
	margin: -36px 0 0 -20px;
}

#slides ul.pagination li {
	float:left;
	margin: 0 -3px 0 0;
	list-style:none;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;	
}

#slides ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: url(../images/slides_arrows.png) 0 160px;
	float:left;
	overflow:hidden;
}

#slides ul.pagination li.current a {
	background: url(../images/slides_arrows.png) 188px 160px;
}

/* Hintergrungfarben der Teaser 
Reihenfolge: Position 6, 8 und 3*/
/*#rightmenu-3columns-Pos6 {
#	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
#	overflow: auto;
	background-clip: padding-box;
	text-align: center;
	color: #000000;
	margin-top: 10px;  
	margin-bottom: 10px;
}

#rightmenu-3columns-Pos8 {
#	margin: auto;
	padding: 10px 15px 0px 15px;
	background-color: #FFFFFF;
#	overflow: auto;
	background-clip: padding-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightmenu-3columns-Pos3 {
#	margin: auto;
	padding: 10px 15px 0px 15px;
	background-color: #FFFFFF;
#	overflow: auto;
	background-clip: padding-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

/* Formatierung der Tabelle ueber_uns im Footer */
#footer Table{
	width:100%;
	color: #696969;
}
#ueber_uns tr{
	Width: 100%;
	border: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#ueber_uns th{
	#Width: 25%;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
	
}
hr.FooterLine  {
    color: #9d9d9d;
    background-color: #F5F1E4;
    margin-top: 0px;
    width: 1000px;
	#padding-left: -50px;
    margin: auto;
	height: 6px;
    border: 0;

-moz-box-shadow: 0px 6px 6px -6px #9d9d9d; /* Firefox */
-webkit-box-shadow: 0px 6px 6px -6px #9d9d9d; /* Chrome, Safari */
-khtml-box-shadow: 0px 6px 6px -6px #9d9d9d; /* Konqueror */
box-shadow: inset 0px 6px 6px -6px #9d9d9d; /* CSS3 muss immer die letzte Zeile sein */
}

#footer .rotate {
	color: #FFFFFF;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: none; /*Mandatory for IE9 to show the vertical text correctly*/ 
	text-align: center;  
}
#footer_tab td{
vertical-align: bottom;
}

/* Farbdefinitionen */
.okle_rot {
color: #e2001a;
}
.okle_grau_background {
color: #a9a9a9;
}
.okle_beige{
color: #f0ebde;
}

.okle_umbra10{
color: #edeceb;
}

.okle_umbra{
color: #50463d;
}

.okle_gruen70{
color:  #77df70;
}

.okle_gruen {
color:  #3da434;
}

.float_left{
float: left;
#paddings-right:5px;
}


span.highlight {
    background-color: #77df70;
    font-weight: bold;
    padding: 1px 4px;
}

/* Moduldefinitionen */
.custom p{
line-height: 1em;
margin: 0px 0px;

}

.custombildschatten img,
.custombildschatten p img,
.bildschatten img, 
.bildschatten p img {

-moz-box-shadow:1px 6px 6px #292929; /* Firefox */
-webkit-box-shadow:1px 6px 6px #292929; /* Chrome, Safari */
-khtml-box-shadow:1px 6px 6px #292929; /* Konqueror */
box-shadow:1px 6px 6px #292929; /* CSS3 */
}

/* Definition der Teaser Klassen */
/* Hintergrund hellgrün, Schrift Umbra */

.teaser_typ1 ,
.teaser_typ2 ,
.teaser_typ3 ,
.teaser_typ4 {
	font-size: 11px;
	line-height: 14px;
}
.teaser_typ5 {
	font-size: 11px;
	line-height: 12px;
}

/* Typ1 - Text mit Bild, Schatten um alles 
   Typ2 - Bild mit Text und grünem Hintergrund
   Typ3 - Nur Bild mit Schatten, Bildbreite immer 180px 
   Typ4 - Teaser für die Darstellung von Firmenlogos
 */

 
.moduletableteaser_typ1{
	width: 190px;
	-webkit-box-shadow: 2px 2px 1px #3da434; /* webkit browser*/ 
	-moz-box-shadow: 1px 1px 1px #3da434; /* firefox */ 
	box-shadow: 2px 2px 1px #3da434;
}

.customteaser_typ1 {
	color: #000000;
    #background-color: #77df70;
	width: 180px;
	padding-left: 5px;
	text-align:left;
}

.customteaser_typ2 {
    background-color: #3da434;
	color: #000000;
}

.customteaser_typ3 {
    background-color: #ffffff;
}

.teaser_typ4 {
    background-color: #e2001a;
}

.teaser_typ5 {
    background-color: #a9a9a9;
}

.customteaser_typ2 a:active,
.customteaser_typ2 a{
	color: #ffffff;

}
.customteaser_typ2 a:hover
{
	text-decoration: underline;
}

.customteaser_typ1 a,
.customteaser_typ3 a,
.customteaser_typ4 a,
.customteaser_typ5 a{
	color: #3da434;

}

.customteaser_typ1 a:hover,
.customteaser_typ3 a:hover,
.customteaser_typ4 a:hover,
.customteaser_typ5 a:hover{
	color: #3da434;
	text-decoration: underline;
}
.customteaser_typ1 a:active,
.customteaser_typ3 a:active,
.customteaser_typ4 a:active,
.customteaser_typ5 a:active{
	color: #3da434;
}

.customteaser_typ2 h4{
	color: #ffffff;
}

.customteaser_typ1 h4,
.customteaser_typ3 h4,
.customteaser_typ4 h4,
.customteaser_typ5 h4{
	color: #3da434;
}

.customteaser_typ1 h4,
.customteaser_typ2 h4,
.customteaser_typ3 h4,
.customteaser_typ4 h4,
.customteaser_typ5 h4{
	font-size: 13px;
	text-align: left;
}

.customteaser_typ2 p{
	color: #ffffff;
}

.customteaser_typ2 h5{
	color: #ffffff;
}

.customteaser_typ1 h5,
.customteaser_typ3 h5,
.customteaser_typ4 h5,
.customteaser_typ5 h5{
	color: #000000;
}

.customteaser_typ1 h5,
.customteaser_typ2 h5,
.customteaser_typ3 h5,
.customteaser_typ4 h5,
.customteaser_typ5 h5{
	font-size: 12px;
	#text-align: center;
}

.customteaser_typ1 h6,
.customteaser_typ2 h6,
.customteaser_typ3 h6,
.customteaser_typ4 h6,
.customteaser_typ5 h6{
	font-size: 12px;
	font-weight: bold;
}

.customteaser_typ2 h6{
	color: #ffffff;
}

.customteaser_typ1 h6,
.customteaser_typ3 h6,
.customteaser_typ4 h6,
.customteaser_typ5 h6{
	color: #000000;
}

.customteaser_typ1 img,
.customteaser_typ5 img{
    margin-top: 0px;   /* PM 15.04.2014 20px */
    margin-bottom: 0px; /* PM 15.04.2014 20px */
	align: center;
	width:100px;    /* PM 15.04.2014 180px */
}	
.customteaser_typ2 img{
	width:100%;
}	

.customteaser_typ4 img {
    margin-top: 12px;  /* PM 15.04.2014 60px */
    margin-bottom: 10px;
	width:190px;
	-moz-box-shadow:1px 6px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 6px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 6px 6px #292929; /* Konqueror */
	box-shadow:1px 6px 6px #292929; /* CSS3 */
}
.customteaser_typ3 img {
    margin-top: 20px;
    margin-bottom: 0px;
	width:180px;
	align: center;
	-moz-box-shadow:1px 6px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 6px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 6px 6px #292929; /* Konqueror */
	box-shadow:1px 6px 6px #292929; /* CSS3 */
}

.customteaser_typ2 table {
    margin-top: 0px;
    margin-bottom: 0px;
	width:100%;
    background-color: #3da434 ;
	Color:#ffffff;
	align:center;
}

.customteaser_typ2 td {
 	Color:#ffffff;
}
.customteaser_typ2 td ,
.customteaser_typ2 table {
	border:4px solid #ffffff;
	#border-style:solid;
	vertical-align: top;
	padding: 0px;
}

.customteaser_typ5 {
    padding-top: 15px;
}

.customteaser_typ5  img {
    margin-top: 5px;
}
.customteaser_typ5 img {
    margin-top: 5px;
	margin-bottom: 0px;
	width:80px;
	align: center;
	-moz-box-shadow:1px 6px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 6px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 6px 6px #292929; /* Konqueror */
	box-shadow:1px 6px 6px #292929; /* CSS3 */
}

.customteaser_typ5 P {
	text-align: center;
}

#jt-manset-news h2 {
color: #3DA434;
   font-size: 16px;
   font-weight: 600;
   line-height: 1.1em;
   margin-bottom: 0px;
}

.SobiPro img[style*="left"]{
padding-right:7px;
}

.SobiPro img[style*="right"]{
padding-left:7px;
}

.SobiPro a {
	color: #3da434;
	text-decoration: none;
}
.SobiPro a:hover {
	color: #77bf70;
	text-decoration: underline;
}
.SobiPro a:active {
	color: #77bf70;
	text-decoration: none;
}

.html5fb-pict {
	-moz-box-shadow:2px 6px 6px 2px #292929; /* Firefox */
	-webkit-box-shadow:2px 6px 6px 2px #292929; /* Chrome, Safari */
	-khtml-box-shadow:2px 6px 6px 2px #292929; /* Konqueror */
	box-shadow:2px 6px 6px 2px #292929; /* CSS3 */
}
.pagination{
display:none;
}
/* mit dem nachfolgenden Einstellungen 
kann das Anzeigen zum Rückgängig machen der 
Cookie Entscheidung unsichtbar gemacht werden.
*/
@media (max-width: 768px) {
	DIV.plg_system_eprivacy_accepted {
		display:none !important;
	}
}

#cookie-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
#    padding: 10px;
	background: black;
	background-color: black;
	background-color: hsla(0, 0%, 0%, 0.7);
	color: #222;
	color: white;
	opacity: 0.96;
	font-size: 17px;
	font-family: Arial,sans-serif;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	padding:0px;
	margin:0px;
}

.plg_system_eprivacy_message,
.plg_system_eprivacy_declined,
.plg_system_eprivacy_accepted
{
	margin:15px 30px 15px;

}
.plg_system_eprivacy_declined,
.plg_system_eprivacy_accepted
{
	display:none !important;

}

#datenschutz LI{
    list-style-type: disc;
    background-image: none;
}