/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on https://www.template-creator.com
-----------------------------------------*/

html {
	height: 101/100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

* {
	padding: 0;
	margin: 0;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column1 {
	width: 25%;
}

.column.column2 {
	width: 33.333333333333%;
}

.column.main {
	width: 75%;
}

.column.center {
	width: 66.666666666667%;
}

.noleft .center.column  {
	width: 75%;
}

.noleft .column2 {
	width: 25%;
}

.noleft .main {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + *,
.videobackground_yt1 + * { 
	position: relative;
	z-index: 1;
}

/* for youtube video */
.videobackground_yt1 { 
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.videobackground_yt2 { 
	padding-bottom: 56.3%;
	position: relative;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.halign-left > .inner {
	display: flex;
	justify-content: flex-start;
}

.halign-center > .inner {
	display: flex;
	justify-content: center;
}

.halign-right > .inner {
	display: flex;
	justify-content: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-wrapper {
	position: relative;
}

.img_caption {
	max-width: 100%;
	width: auto !important;
}

/* ---------------------------------------
	Print default CSS
-----------------------------------------*/

@media print {

	.tck-container {
		width: 100% !important;
	}

	.scrollToTop, #login-form, .tck-noprint {
		display: none !important
	}

	.flexiblemodule, .column, .logobloc, .flexiblecolumn {
		float: none;
	}

	.column.main, .column.column1, .column.column2 {
		width: 85%;
		margin-right: 2%;
		margin-left: auto;
	}

	.column.center {
		width: 100%;
	}

	a[href]:after {
		content: "";
	}

}

/* ---------------------------------------
	Accessibility
-----------------------------------------*/

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.muted {
	color: #666;
	font-weight: lighter;
}


/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}

/* ---------------------------------------
	Shape divider
-----------------------------------------*/

.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
	max-width: none;
	vertical-align: initial;
}

.tck-divider-container.tck-divider-top {
	top: -1px;
}

.tck-divider-container.tck-divider-bottom {
	bottom: -1px;
}

.tck-divider-container.tck-divider-over {
	z-index: 1;
}

.tck-divider-container.tck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.tck-divider-container + .inner {
	position: relative;
}

/* ---------------------------------------
	System features
-----------------------------------------*/

.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: Segoe UI, sans-serif;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
	z-index: 1;
}


.tck-article {
}

.tck-article-title {
}

.tck-article .item-image img {
	object-fit: cover;
}

.tck-article-details {
}

.tck-article-tools {
}

.tck-article-tool {
}

.tck-article-tool:hover {
}

.tck-article-body {
}

ul.tck-article-pagination > li > * {
}

ul.tck-article-pagination > li:hover > * {
}

.tck-blog .tck-article {
	border-bottom: #bee305 2px dotted;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tck-blog .tck-article-title {
}

.tck-blog .item-image img {
	object-fit: cover;
}

.tck-blog .tck-article-details {
}

.tck-blog .tck-article-tools {
}

.tck-blog .tck-article-body {
}

.tck-article-readmore, .tck-readmore > a {
}

.tck-article-readmore:hover, .tck-readmore > a:hover {
}

.pagination ul.tck-pagination > li > a, .pagination ul.tck-pagination > li > span {
}

.pagination ul.tck-pagination > li > a:hover {
}

.pagination .counter {
}


.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}



/* ---------------------------------------
	Columns width
-----------------------------------------*/

#logozeilecolumn1 { width: calc(70 / 100 * (100% - 0px - (2 * 0px))); }

#logozeilecolumn2 { width: calc(15 / 100 * (100% - 0px - (2 * 0px))); }

#logozeilecolumn3 { width: calc(15 / 100 * (100% - 0px - (2 * 0px))); }


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	max-width: 1100px;
}

.container-fluid, .tck-container-fluid {
	max-width: 1100px;
}

body {
	background: #a2c301 url('../images/26924991-variety-of-sausage-products-close-up-shot-.jpg') center center repeat-x scroll;
	background-size: cover;
	color: #363636;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

a {
	color: #71ab13;
}


a:hover,  a:focus {
	color: #000000;
}

h1, div.componentheading {
	font-size: 24px;
}

h2, div.contentheading {
	color: #0064ad;
	font-weight: 130;
	line-height: 28px;
	font-size: 22px;
	font-family: Verdana, sans-serif;
}

h3 {
	font-size: 18px;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #a2c301;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #0064ad;
}

.readmore a, .readmore .btn {
	background: #a2c301;
	margin-bottom: 70px;
}

.readmore a:hover,
.readmore a:focus {
	background: #0064ad;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	border: #bebebe 1px solid;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
}

ul:not(.nav) {
list-style-type:circle;
}

ul:not(.nav) li {
}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

table {
  max-width: 100%;
  /*background-color: transparent;*/
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0  ;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 0  ;
}
table table {
  background-color: #ffffff;
}


#wrapper {
	background: #ffffff url('../images/foodware-backgroung.jpg') 0px center repeat-y fixed;
	background-size: cover;

                    }

#wrapper > .inner {
	background: #ffffff;
	background: rgba(255,255,255,0.85);
	-pie-background: rgba(255,255,255,0.85);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo2 > .inner > .bannerlogodesc {
	color: #a3a3a3;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#logo2 > .inner {
	padding: 20px;
}

#logozeilecolumn2 {
	background:  url('../images/fwf-mettlertoledo-premiumpartnerretail-klein.gif') center center no-repeat scroll;
	background-size: auto;

                    }

#logozeilecolumn3 {
	background:  url('../images/graef-servicepartner-foodware-2025.gif') center center no-repeat scroll;
	background-size: auto;
	margin-right: 20px;

                    }

#nav-top > .inner {
	background: #a2c301;
	background: rgba(162,195,1,0.6);
	-pie-background: rgba(162,195,1,0.6);
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: -1px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav-top ul.menu, #nav-top ul.nav, #nav-top ul.maximenuck {
            margin: 0;
            padding: 0;
}

#nav-top ul.menu li, #nav-top ul.nav li, #nav-top ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#nav-top ul.menu li li, #nav-top ul.nav li li, #nav-top ul.maximenuck li li {
	float: none;
	display: block;
}

#nav-top ul.menu > li > a, #nav-top ul.menu > li > span.separator,
#nav-top ul.nav > li > a, #nav-top ul.nav > li > span.separator,
#nav-top ul.maximenuck > li > a, #nav-top ul.maximenuck > li > span.separator{
    display:block;
	background: #a2c301;
	background-image: url("level0itemnav-top-gradient.svg");
	background-image: -o-linear-gradient(center top,#a2c301, #a2c301 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#a2c301), color-stop(100%, #a2c301));
	background-image: -moz-linear-gradient(center top,#a2c301, #a2c301 100%);
	background-image: linear-gradient(center top,#a2c301, #a2c301 100%);
	-pie-background: linear-gradient(center top,#a2c301, #a2c301 100%);
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	color: #000000;
	margin: 0px;
	margin-right: 2px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	word-spacing: 1px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#nav-top ul.menu > li:hover > a, #nav-top ul.menu > li:hover > span.separator,
#nav-top ul.menu > li:focus > a, #nav-top ul.menu > li:focus > span.separator,
#nav-top ul.nav > li:hover > a, #nav-top ul.nav > li:hover > span.separator,
#nav-top ul.nav > li:focus > a, #nav-top ul.nav > li:focus > span.separator,
#nav-top ul.maximenuck > li:hover > a, #nav-top ul.maximenuck > li:hover > span.separator,
#nav-top ul.maximenuck > li:focus > a, #nav-top ul.maximenuck > li:focus > span.separator {
	background: #0064ad;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	color: #ffffff;
	margin: 2px;
	padding: 8px;
	font-weight: bold;
}

#nav-top ul.menu > li.active > a, #nav-top ul.menu > li.active > span.separator,
#nav-top ul.nav > li.active > a, #nav-top ul.nav > li.active > span.separator,
#nav-top ul.maximenuck > li.active > a, #nav-top ul.maximenuck > li.active > span.separator {
	background: #0064ad;
	background-image: url("level0itemactivenav-top-gradient.svg");
	background-image: -o-linear-gradient(center top,#0064ad, #0064ad 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#0064ad), color-stop(100%, #0064ad));
	background-image: -moz-linear-gradient(center top,#0064ad, #0064ad 100%);
	background-image: linear-gradient(center top,#0064ad, #0064ad 100%);
	-pie-background: linear-gradient(center top,#0064ad, #0064ad 100%);
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	color: #ffffff;
	margin: 2px;
	font-weight: bold;
}

#nav-top ul.menu li li a, #nav-top ul.menu li li span.separator,
#nav-top ul.nav li li a, #nav-top ul.nav li li span.separator,
#nav-top ul.maximenuck li li a, #nav-top ul.maximenuck li li span.separator {
    display:block;
	background: #bee305;
	border-bottom: #ffffff 2px solid;
	color: #000000;
	margin: 0px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}

#nav-top ul.menu li li:hover > a, #nav-top ul.menu li li:hover span.separator,
#nav-top ul.menu li li:focus > a, #nav-top ul.menu li li:focus span.separator,
#nav-top ul.nav li li:hover > a, #nav-top ul.nav li li:hover span.separator,
#nav-top ul.nav li li:focus > a, #nav-top ul.nav li li:focus span.separator,
#nav-top ul.maximenuck li li:hover > a, #nav-top ul.maximenuck li li:hover span.separator,
#nav-top ul.maximenuck li li:focus > a, #nav-top ul.maximenuck li li:focus span.separator {
	background: #6aa200;
	background-image: url("level1itemhovernav-top-gradient.svg");
	background-image: -o-linear-gradient(center top,#6aa200, #81c100 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#6aa200), color-stop(100%, #81c100));
	background-image: -moz-linear-gradient(center top,#6aa200, #81c100 100%);
	background-image: linear-gradient(center top,#6aa200, #81c100 100%);
	-pie-background: linear-gradient(center top,#6aa200, #81c100 100%);
	color: #ffffff;
	font-size: 12px;
}

#nav-top ul.menu li li.active > a, #nav-top ul.menu li li.active span.separator,
#nav-top ul.nav li li.active > a, #nav-top ul.nav li li.active span.separator,
#nav-top ul.maximenuck li li.active > a, #nav-top ul.maximenuck li li.active span.separator{
	font-size: 12px;
}

/* code pour menu normal */
#nav-top ul.menu li ul, #nav-top ul.menu li:hover ul ul, #nav-top ul.menu li:hover ul ul ul,
#nav-top ul.menu li ul, #nav-top ul.menu li:focus ul ul, #nav-top ul.menu li:focus ul ul ul,
#nav-top ul.nav li ul, #nav-top ul.nav li:hover ul ul, #nav-top ul.nav li:hover ul ul ul,
#nav-top ul.nav li ul, #nav-top ul.nav li:focus ul ul, #nav-top ul.nav li:focus ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #ffffff;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	width: 200px;
	margin: 0px;
	padding: 6px;
}


#nav-top ul.menu li:hover ul ul, #nav-top ul.menu li:hover li:hover ul ul, #nav-top ul.menu li:hover li:hover li:hover ul ul,
#nav-top ul.menu li:focus ul ul, #nav-top ul.menu li:focus li:focus ul ul, #nav-top ul.menu li:focus li:focus li:focus ul ul,
#nav-top ul.nav li:hover ul ul, #nav-top ul.nav li:hover li:hover ul ul, #nav-top ul.nav li:hover li:hover li:hover ul ul,
#nav-top ul.nav li:focus ul ul, #nav-top ul.nav li:focus li:focus ul ul, #nav-top ul.nav li:focus li:focus li:focus ul ul {
	left: -999em;
}

#nav-top ul.menu li:hover > ul, #nav-top ul.menu li:hover ul li:hover > ul, #nav-top ul.menu li:hover ul li:hover ul li:hover > ul, #nav-top ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#nav-top ul.menu li:focus > ul, #nav-top ul.menu li:focus ul li:focus > ul, #nav-top ul.menu li:focus ul li:focus ul li:focus > ul, #nav-top ul.menu li:focus ul li:focus ul li:focus ul li:focus > ul,
#nav-top ul.nav li:hover > ul, #nav-top ul.nav li:hover ul li:hover > ul, #nav-top ul.nav li:hover ul li:hover ul li:hover > ul, #nav-top ul.nav li:hover ul li:hover ul li:hover ul li:hover > ul,
#nav-top ul.nav li:focus > ul, #nav-top ul.nav li:focus ul li:focus > ul, #nav-top ul.nav li:focus ul li:focus ul li:focus > ul, #nav-top ul.nav li:focus ul li:focus ul li:focus ul li:focus > ul {
	left: auto;
}

#nav-top ul.menu li:hover ul li:hover ul,
#nav-top ul.menu li:focus ul li:focus ul,
#nav-top ul.nav li:hover ul li:hover ul,
#nav-top ul.nav li:focus ul li:focus ul {
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-top: -30px;
	margin-left: 190px;
}

/* fin code normal */

#nav-top ul.maximenuck li ul, #nav-top ul.maximenuck li:hover ul ul, #nav-top ul.maximenuck li:hover ul ul ul,
#nav-top ul.maximenuck li ul, #nav-top ul.maximenuck li:focus ul ul, #nav-top ul.maximenuck li:focus ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#nav-top ul.maximenuCK li ul ul,
#nav-top ul.maximenuck li ul ul {
	margin: 0 !important;
}

#nav-top li div.maxidrop-main {
	width: 200px;
}

#nav-top li div.floatCK,
#nav-top li div.floatck {
	background: #ffffff;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 0px;
	padding: 6px;
}

#nav-top ul li ul.maximenuCK2,
#nav-top ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#nav-top ul li div.maximenuCK2,
#nav-top ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#nav-top li div.maxidrop-main div.maxidrop-main {
}

#nav-top ul li.maximenuCK div.floatCK div.floatCK,
#nav-top ul li.maximenuck div.floatck div.floatck {
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-top: -30px;
	margin-left: 190px;
}

#nav-top span.descCK,
#nav-top span.descck {
    display: block;
    line-height: 10px;
}

#nav-top ul.menu li li {
    float: none;
    display: block;
}

#blocks1 .n1 > .flexiblemodule { width: 100%; }
#blocks1 .n2 > .flexiblemodule { width: 50%; }
#blocks1 .n2 > .flexiblemodule + div { width: 50%; }
#blocks1 .n3 > .flexiblemodule { width: 40%; }
#blocks1 .n3 > .flexiblemodule + div { width: 40%; }
#blocks1 .n3 > .flexiblemodule + div + div { width: 20%; }

#blocks1 > .inner {
	background: #0064ad;
	color: #ffffff;
	margin-top: 1px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#blocks1mod1 > .inner {
	background: #;
	margin-top: 15px;
	padding-right: 40px;
}

#blocks1mod2 > .inner {
	padding-right: 30px;
}

#blocks1mod3 > .inner {
	padding-top: 15px;
}

#blocks1mod3 ul.menu li a, #blocks1mod3 ul.menu li span.separator {

}

#blocks1mod3 ul.menu li a, #blocks1mod3 ul.menu li span.separator {
    display: block;
	color: #ffffff;
	font-weight: bold;
}

#blocks1mod3 ul.menu li:hover > a, #blocks1mod3 ul.menu li:hover > span.separator,
#blocks1mod3 ul.menu li:focus > a, #blocks1mod3 ul.menu li:focus > span.separator {
	color: #bee305;
	font-weight: bold;
}

#blocks1mod3 ul.menu li.active > a, #blocks1mod3 ul.menu li.active > span.separator {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#maincontent > .inner {
	background: #ffffff;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 15px;
	padding: 15px;
}

#left > .inner {
	margin-right: 10px;
	padding: 10px;
}

#left div.moduletable, #left div.module, #left .widget, #left .tck-module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#center > .inner {
	padding: 10px;
}

#right > .inner {
	border: #a2c301 1px solid;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#right div.moduletable, #right div.module, #right .widget, #right .tck-module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#rechts-login-logout > .inner {
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

#rechts-oben > .inner {
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

#rechts-aktionen > .inner {
	border: #bee305 1px solid;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

#rechts-unten > .inner {
	border-bottom: #bee305 2px dotted;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 10px;
}
#blocks1copy .n1 > .flexiblemodule { width: 100%; }
#blocks1copy .n2 > .flexiblemodule { width: 85%; }
#blocks1copy .n2 > .flexiblemodule + div { width: 15%; }

#blocks1copy > .inner {
	background: #0064ad;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#blocks1mod1copy > .inner {
	padding-right: 100px;
}

#blocks1mod2copy > .inner {
	padding-top: 15px;
	padding-right: 45px;
}

#blocks1mod2copy ul.menu li a, #blocks1mod2copy ul.menu li span.separator {

}

#blocks1mod2copy ul.menu li a, #blocks1mod2copy ul.menu li span.separator {
    display: block;
	color: #ffffff;
	font-weight: bold;
}

#blocks1mod2copy ul.menu li:hover > a, #blocks1mod2copy ul.menu li:hover > span.separator,
#blocks1mod2copy ul.menu li:focus > a, #blocks1mod2copy ul.menu li:focus > span.separator {
	color: #bee305;
	font-weight: bold;
}

#blocks1mod2copy ul.menu li.active > a, #blocks1mod2copy ul.menu li.active > span.separator {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
