html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #414d4b;
	background-color: #fff;
	line-height: 1.6em;
}
body.htmlarea-content-body {
	background-image: none;
	text-align: left;
}
hr {
  border-color: -moz-use-text-color -moz-use-text-color #065446;
  border-style: none none dotted;
  border-width: medium medium 1px;
  height: 1px;
  line-height: 1px;
}

span.grueneSchrift {
  color: #065446;
}
span.grueneSchriftFett {
  color: #065446;
  font-weight:bold;
}
span.grueneSchriftGrossFett {
  color: #065446;
  font-weight:bold;
  font-size:18px;
}

div.greyTextbox {
  background-color:#EFEEEA;
  float:left;
  padding:8px;
  width:477px;
}
div.button {
    
}
div.button a {
  background-image:url(../images/button_250px.png);
  background-repeat:no-repeat;
  color:#fff;
  display:block;
  font-size:16px;
  font-weight:bold;
  width:250px;
  height:28px;
  line-height:28px;
  text-align:center;
  text-decoration:none;
}

/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #065446;
	text-decoration: underline; 
}
a:hover {
	/*color: #000; */
}
a:focus {
	outline: none;
}
a img {
  border:none;
}
p, pre { 
	margin: 5px 0px 10px 0px; 
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* Frames: Abstände, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px dotted #065446;
	margin: 20px 0;
	clear: both;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px dotted #065446;
	margin: 20px 0;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	padding: 2px 4px 2px 4px;
	border: 1px solid #000;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* šberschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	color: #065446;
	text-transform:uppercase;
}
div#news h1, div#news h2, div#news h3, div#news h4, div#news h5, div#news h6 {
	color: #000;
	text-transform:uppercase;
}
h1 {
  font-size:20px;
	font-weight:normal;
	line-height:20px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:4px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
	text-transform:none;
}
h4 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
	margin-top:4px;
}
h5 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
}
h6 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
	
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* šberschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #065446;
	text-decoration: none;
}
div#news h1 a, div#news h2 a, div#news h3 a, div#news h4 a, div#news h5 a, div#news h6 a {
	color: #000;
	text-transform:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* šberschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	line-height: 1.4em;
	font-size: 12px;
}
p.bodytext a { 
}

/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
	font-size:12px;
}
ol {
	margin-top: 0px;
}
li {
	margin-top: 5px;
}
/***********/
/* Tabelle */
/***********/
table.contenttable {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
table.contenttable tr td { 
  padding: 0px; 
}
table.contenttable tr td p.bodytext { 
}
table.contenttable tr { 
}
/************* Sitemap ***************/
div.csc-sitemap ul {
  list-style-image:url(/fileadmin/template/images/listitem_sitemap.gif);
}
/**********/
/* Bilder */
/**********/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 15px;/* !important;*/
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 30px;/* !important;*/
}

div#content-gallery div.csc-textpic-intext-left {
  float:left;
  margin-bottom:10px;
  width:100%;
}

/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/*********************************/
/* Aufz„hlungsliste spezifiziert */
/*********************************/
/* Aufz„hlungsliste, allgemein */
ul.csc-bulletlist {
  list-style-image:url(/fileadmin/template/images/listitem_sitemap.gif);
  float:left;
  font-size:12px;
  width:100%;
}
ul.csc-bulletlist li {
  float:left;
  width:50%;
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable p {
}
/* Tabellen, spezifiziert */
table.contenttable-0 {
	border-collapse: collapse;
}
table.contenttable-1 {
}
table.contenttable-2 {
}
table.contenttable-3 {
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
	border-spacing:0;
	margin:0;
	margin-top:5px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
	margin:0 5px 4px 0;
	float:left;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
}
table.csc-uploads tr.tr-odd {
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding:0;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}

/*------------------------------------ (User Styles)  ----------------------------------- */
/* ------------------- Spezielle RTE styles ----------------------*/
span.farbigeSchrift {
	color: #a97c21;
}
/* ------------------- Ende RTE styles ----------------------*/
/* ------------------- Template Container - Styles ----------------------*/
/* Breiten- und Höhenangaben in em für flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}
div#breite {
	background-image:url(/fileadmin/template/images/bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:auto;
	margin-left:15px;
	position:relative;
	width: 995px;
}
div#breite-gallery {
  background-image:url(/fileadmin/template/images/bg-gallery.jpg);
	background-repeat:repeat-y;
	float:left;
	margin:auto;
	margin-left:15px;
	position:relative;
	width: 995px;
}
div#container{
	
}
div#header {
  background-color:#fff;
  height:308px;
  width:763px;
}
/*body#uid94 div#header,
body#uid95 div#header,
body#uid96 div#header,
body#uid98 div#header,
body#uid100 div#header,
body#uid101 div#header,
body#uid102 div#header,
body#uid103 div#header,
body#uid104 div#header,
body#uid105 div#header,
body#uid106 div#header,
body#uid107 div#header {
  height:0;
}*/
div#social-links {
  position: absolute;
  right: -41px;
  top: 156px;
}
div.social-links-item {
  background-image:url(../images/alpienne_icons.gif);
  background-repeat:no-repeat;
  height:32px;
  margin-bottom:8px;
  width:32px;
}
div.social-links-item a {
  display:block;
  height:32px;
  width:32px;
}
div.item-facebook {
  background-position:0px -77px;
}
div.item-youtube {
  background-position:0px -141px;
}
div.item-tv {
  background-position:0px -109px;
}
div.item-rss {
  background-position:0px -173px;
}

div#left {
  float:left;
  width:232px;
}
div#left img {
  margin:25px 0 50px 5px;
}
div#right {
  float:left;
  width:763px;
}
div#content {
  float:left;
  font-size:12px;
  padding:20px;
  position:relative;
  width:493px;
  z-index:0;
}
div#content-gallery {
  float:left;
  font-size:12px;
  padding:20px;
  position:relative;
  width:713px;
  z-index:0;
}
* html div#content-gallery {
  padding:20px 10px;
}

div#content li {
  list-style-image:url(/fileadmin/template/images/listitem_sitemap.gif);
	margin-top: 5px;
	margin-left:10px;
}
div#content ul {
  list-style-image:url(/fileadmin/template/images/listitem_sitemap.gif);
	margin-top: 5px;
	margin-left:15px;
	padding:0;
}
div#news {
  color:#065446;
  float:left;
  padding:10px 0 5px 20px;
  width:210px;
}
div#title-search {
  background-color:#efeeea;
  height:31px;
  line-height:31px;
  padding-left:10px;
}
div.welcome-title {
  float:left;  
  margin-left:12px;
}
* html div.welcome-title {
  margin-left:6px;
}
span.latein {
  font-size:12px;
  font-weight:normal;
  margin-left:5px;
}
div.ingredient_img_text span.latein {
  display:none;
}


/*************************** linke Spalte **************************/

/*--Hauptnav--*/
ul.hauptnav {
  /*border-top:1px dotted #065446;*/
  color:#065446;
  font-weight:bold;
  font-size:12px;
	list-style: none;
	padding: 0px;
	padding-top:20px;
	margin: 0 20px 70px 20px;
}
ul.hauptnav li {
}
ul.hauptnav li a {
  color:#065446;
  font-weight:normal;
	text-decoration: none;
}
ul.hauptnav li a:hover {
	font-weight:bold;
}
ul.hauptnav li.akt {
	font-weight:bold;
}
ul.hauptnav li.akt a.akt {
	font-weight:bold;
}
/*--Extranav--*/
ul.extranav {
  color:#445b57;
  font-weight:bold;
  font-size:11px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin: 0 0 20px 20px;
}
ul.extranav li {
  margin-top: 2px;
}
ul.extranav li a {
	color:#445b57;
  font-weight:normal;
	text-decoration: none;
}
ul.extranav li a:hover {
  font-weight:bold;
}
ul.extranav li.akt {
	font-weight:bold;
}
ul.extranav li.akt a.akt {
  font-weight:bold;
}
ul.unternav {
  list-style:none;
  margin:0;
  margin-left:15px;
  padding:0;
}
ul.extranav ul.unternav {
  font-size:11px;
  margin-left:10px;
}
ul.shopnav {
  border-top:1px dotted #065446;
  color:#756665;
  font-weight:bold;
  font-size:11px;
	list-style-image:url(/fileadmin/template/images/listitem.gif);
	padding: 0 0 0 15px;
	margin: 3px 20px 40px 20px;
}
* html ul.shopnav {
  border-top:1px solid #DDE1E4;
}
ul.shopnav li {
  padding:0px;
  margin:0px;
}
ul.shopnav li a {
  color:#756665;
  font-weight:normal;
	text-decoration: none;
}
ul.shopnav li a:hover {
	font-weight:bold;
}
ul.shopnav li.akt {
	font-weight:bold;
}
ul.shopnav li.akt a.akt {
	font-weight:bold;
}

/****************** NEWS ******************/
div.news-latest-item {
  margin-bottom:30px;
}
div.news-latest-item h3 {
  margin-bottom:2px;
}
div.news-latest-item p {
  margin:0;
}
div#news div.csc-textpic-imagewrap {
  margin:0 10px 0 0;
  padding:0;
}
div#news div.news-latest-morelink {
  font-size:12px;
}

/* Quicklinks */
div.news-quicklink-container {
  background-color: #EFEEEA;
  float:left;
  padding-bottom:8px;
  width:493px;
}
div.news-quicklink-item {
  float:left;
  margin:0 8px;
  width:230px;
}
div.news-quicklink-item img {
  margin:10px 0;
}
div.news-quicklink-item a {
  float:left;
  width:100%;
}
div.news-quicklink-item h3 {
  color: #000000;
  font-size:13px;
  text-transform: uppercase;
}
div.news-quicklink-item h3 a {
  color: #000000;
}

div.news-koop-container div.news-latest-item h3 {
  line-height:2em;
}
div.news-koop-container div.news-latest-item img {
  float: left;
  padding-right: 10px;
}
div.news-koop-container div.news-latest-item-clear {
  clear: left;
  width: 50px;
  height: 30px
}

/* Vertriebspartner LATEST */
div.vertriebspartner-latest-container {
  background-color: #EFEEEA;
  float:left;
  padding-bottom:8px;
  width:493px;
}
div.vertriebspartner-latest-item {
  float:left;
  margin:8px;
  width:148px;
}
div.vertriebspartner-latest-item a {
  color:#000;
}

/* Kooperationspartner LIST */
a span.kooperationspartner-list-item {
  color:#000;
}
a:hover span.kooperationspartner-list-item {
  opacity:0.8;
}
span.kooperationspartner-list-item {
  border-bottom:1px dotted #065446;
  float:left;
  padding-bottom:15px;
  margin-bottom:15px;
  width:100%;
}
span.kooperationspartner-list-item img {
  float:left;
  margin-right:15px;
}
span.kooperationspartner-list-title {
  color:#000;
  font-size:14px;
  font-weight:bold;
  margin-top:0;
  text-transform:uppercase;
}


/* NEWS PRODUKTKATEGORIEN */

a span.categories-list-item {
  color:#414D4B;
}
a:hover span.categories-list-item {
  opacity:0.8;
}
span.categories-list-item {
  background-color: #EFEEEA;
  color:#414D4B;
  float:left;
  padding:4px;
  margin-bottom: 12px;
  width:148px;
}
span.categories-list-item-1 {
  margin-right:12px;
}
span.categories-list-item-2 {
}
span.categories-list-item-3 {
  margin-left:12px;
}
span.categories-list-title {
  background-color: #065446;
  color:#fff;
  float:left;
  font-size:12px;
  font-weight:bold;
  padding:3px 1px 2px 1px;
  text-transform:uppercase;
  text-align:center;
  width:146px;
}
span.categories-list-image {
  float:left;
  margin-bottom:4px;
  width:100%;
}
span.categories-list-subheader {
  float:left;
  width:100%;
}


/************** News fr Hotels ***************/
dl.news-single-links dd {
  margin:5px 0;
}
span.tt_news_link_web {
  float:left;
  margin-bottom:5px;
  width:100%;
}
span.tt_news_link_email {
  float:left;
  margin-bottom:5px;
  width:100%;
}
span.tt_news_link_web_title, span.tt_news_link_email_title {
  float:left;
  width:150px;
}

div.news-list-item {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div.news-list-item p {
  margin-bottom:3px;
}
div.news-list-item div.clearer {
  border:none;
  border-top:1px dotted #065446;
  float:left;
  height:1px;
  margin-top:3px;
  width:100%;
}
* html div.news-list-item div.clearer {
  border-top:1px solid #DDE1E4;
}
div.news-list-item img {
  float:left;
  margin:5px 10px 10px 0;
}
div.news-list-author {
  float:left;
  font-weight:bold;
}
div.news-list-author p {
  margin:0;
}
div.news-list-morelink {
  float:right;
}
div.news-list-bottom {
  float:left;
  width:100%;
}
div.news-list-item div.rgaccord1-nest {
  float:left;
  width:100%;
}

div.news-single-img {
  float:left;
  /*margin:0 10px 0 0;*/
  margin:0 0 10px 0;
  width:100%;
}
div.news-single-img img {
  float:left;
  margin:0 6px 10px 0;
}
div.news-single-img p {
  margin:0;
}
div.news-single-item div.clearer {
  border:none;
  border-top:1px dotted #065446;
  float:left;
  height:1px;
  margin:5px 0px;
  width:100%;
}
* html div.news-single-item div.clearer {
  border-top:1px solid #DDE1E4;
}
div.news-single-backlink {
  float:left;
  width:100%;
}
div.news-list-browse p.browseLinksWrap {
  margin:0;
}
div.news-list-browse {
  border-top:1px dotted #065446;
  border-bottom:1px dotted #065446;
  float:left;
  font-size: 1.2em;
  line-height:2em;
  margin-bottom:10px;
  text-align:right;
  width:100%;
}
* html div.news-list-browse {
  border-top:1px solid #DDE1E4;
  border-bottom:1px solid #DDE1E4;
}
div.news-list-browse  span.disabled {
	color: #dde1e4;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.news-list-browse span.active {
	background-color: #065446;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.news-list-browse span.inactive a {
	text-decoration: none;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.news-list-browse span.inactive a:hover {
	background-color: #065446;
	color: #fff;
}

/****************** Rahmen ********************/

div.news_first_item {
  border-bottom:1px dotted #065446;
  margin-bottom:20px;
  padding-bottom:10px;
}
* html div.news_first_item {
  border-bottom:1px solid #DDE1E4;
}
div.readmore-header {
  color:#065446;
  font-size:12px;
  font-weight:bold;
}
div.readmore-header p {
  color:#065446;
  font-size:12px;
  font-weight:bold;
  margin:0;
  margin-top:5px;
}
div.no-p-tags p {
  margin:0;
}
div.font-small p {
  font-size:10px;
}
/****************** SEARCH ********************/
div.tx-macinasearchbox-pi1 {
  float:right;
  width:100px;
  /*width:290px;*/
}
input.searchbox {
  border:none;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  font-size:11px;
}
input.singlesearch_lupe {
  border:none;
  position:relative;
  top:4px;
}
* html input#singlesearch_sword {
  position:relative;
  top:4px;
}
div#singlesearchbox {
  display:none;
  float:left;
  text-align:right;
  width:60%;
}
div#advancedsearchbox {
  float:left;
  text-align:center;
}
div.tx-indexedsearch label {
  width:100px;
}
div.tx-indexedsearch select {
  border-color:#aaa;
  width:155px;
}
div.tx-indexedsearch fieldset {
  border:none;
  margin:0;
  padding:0;
}
div.tx-indexedsearch fieldset legend {
  display:none;
}
div.tx-indexedsearch-form input {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:150px;
}
div.tx-indexedsearch-form label {
  padding:0;
  width:100px;
}
div.tx-indexedsearch-search-submit {
  margin-left:100px;
}

div.tx-indexedsearch-search-submit input {
  background-color:#eee;
  border:1px solid #aaa;
  width:155px;
}
* html div.tx-indexedsearch-search-submit {
  margin-left:103px;
}
div.tx-indexedsearch-clear-left {
  height:5px;
}
div.tx-indexedsearch-rules {
  display:none;
}
div.tx-indexedsearch-search-extended {
  margin-bottom:5px;
}
* html div.tx-indexedsearch-search-extended {
  margin-bottom:15px;
}
dl.tx-indexedsearch-info {
  display:none;
}
div.tx-indexedsearch-res h3 {
  margin-bottom:3px;
}
div.tx-indexedsearch-res p {
  margin-top:2px;
}
span.tx-indexedsearch-percent {
  display:none;
}
span.tx-indexedsearch-icon {
  position:relative;
  top:2px;
}
ul.browsebox {
  float:left;
  list-style:none;
  width:100%;
}
ul.browsebox li {
  float:left;
  padding-right: 35px;
}
/**************** rgaccordion ****************/

/* Toggle default */
h3.rgaccord1-toggle {
  background:transparent url(/fileadmin/template/images/plus.gif) no-repeat scroll left;
  cursor:pointer;
  font-size:12px;
  font-weight:normal;
  line-height:25px;
  margin:0px;
  padding-left:17px;
  text-transform:none;
}
* html h3.rgaccord1-toggle {
  line-height:35px;
  position:relative;
  z-index:99;
}
*+ html h3.rgaccord1-toggle {
  line-height:35px;
}
h3.act {
  background:transparent url(/fileadmin/template/images/minus.gif) no-repeat scroll left;
}
/* the content */
div.rgaccord1-content {
  padding:0 0 10px 0;
}
div.rgaccord1-content p {
  margin:0;
  padding:0;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}
/****************** Powermail ********************/
form#kontaktformular fieldset,
form#contactform fieldset,
form#contattomodulo fieldset,
form#newsletter fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#kontaktformular fieldset legend,
form#contactform fieldset legend,
form#contattomodulo fieldset legend,
form#newsletter fieldset legend   {
  display:none;
}
form#kontaktformular div.tx_powermail_pi1_fieldwrap_html,
form#contactform div.tx_powermail_pi1_fieldwrap_html,
form#contattomodulo div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  position:relative;
  width:246px;
}
form#newsletter div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  position:relative;
  width:100%;
}
form#kontaktformular label,
form#contactform label,
form#contattomodulo label {
  float:left;
  font-size:12px;
  width:150px;
}
form#newsletter label {
  float:left;
  margin-bottom:3px;
  width:100%;
}
form#kontaktformular input,
form#contactform input,
form#contattomodulo input {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:235px;
}
form#newsletter input {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  float:left;
  margin-bottom:3px;
  width:487px;
}
form#kontaktformular textarea,
form#contactform textarea,
form#contattomodulo textarea {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  font-size:12px;
  font-family:Verdana;
  width:487px;
  height:70px;
}
* html form#kontaktformular textarea,
* html form#contactform textarea,
* html form#contattomodulo textarea {
  width:487px;
}
*+ html form#kontaktformular textarea,
*+ html form#contactform textarea,
*+ html form#contattomodulo textarea {
  width:487px;
}
div.powermail_mandatory_js {
  color:#065446;
  position:absolute;
  left:100px;
  top:3px;
  width:103px;
}
/*div#advice-required-uid8 {
  font-size:11px;
  left:140px;
}
div#advice-required-uid1 {
  left:130px;
}*/
div.erreichbarkeit {
  float:left;
  font-size:12px;
  margin-top:5px;
  margin-bottom:0px;
  width:100%;
}
form#kontaktformular div.odd input,
form#contactform div.odd input,
form#contattomodulo div.odd input {
  margin-left:7px;
}
form#kontaktformular div.odd label,
form#contactform div.odd label,
form#contattomodulo div.odd label {
  margin-left:7px; 
}
* html form#kontaktformular div.odd input,
* html form#contactform div.odd input,
* html form#contattomodulo div.odd input {
  margin-left:4px;
}
* html form#kontaktformular div.odd label,
* html form#contactform div.odd label,
* html form#contattomodulo div.odd label {
  margin-left:4px; 
}
form#kontaktformular input#uid10,
form#contactform input#uid23,
form#contattomodulo input#uid36 {
  margin-left:0px;
}
form#kontaktformular div#powermaildiv_uid10 label,
form#contactform div#powermaildiv_uid23 label,
form#contattomodulo div#powermaildiv_uid36 label {
  margin-left:0px;
}
form#kontaktformular input#uid11,
form#contactform input#uid24,
form#contattomodulo input#uid37 {
  margin-left:7px;
}
form#kontaktformular div#powermaildiv_uid11 label,
form#contactform div#powermaildiv_uid24 label,
form#contattomodulo div#powermaildiv_uid37 label {
  margin-left:7px;
}
* html form#kontaktformular input#uid11,
* html form#contactform input#uid24,
form#contattomodulo input#uid37 {
  margin-left:4px;
}
* html form#kontaktformular div#powermaildiv_uid11 label,
* html form#contactform div#powermaildiv_uid24 label,
form#contattomodulo div#powermaildiv_uid37 label {
  margin-left:4px;
}
form#kontaktformular div#powermaildiv_uid12,
form#contactform div#powermaildiv_uid25,
form#contattomodulo div#powermaildiv_uid38 {
  float:left;
  height:100px;
  overflow:auto;
  width:100%;
}
* html form#kontaktformular div#powermaildiv_uid12,
* html form#contactform div#powermaildiv_uid25,
* html form#contattomodulo div#powermaildiv_uid38 {
  height:105px;
}
*+ html form#kontaktformular div#powermaildiv_uid12,
*+ html form#contactform div#powermaildiv_uid25,
*+ html form#contattomodulo div#powermaildiv_uid38 {
  height:110px;
}
form#kontaktformular div#powermaildiv_uid12 label,
form#contactform div#powermaildiv_uid25 label,
form#contattomodulo div#powermaildiv_uid38 label {
  margin-left:0px;
}
form#kontaktformular div#powermaildiv_uid13,
form#contactform div#powermaildiv_uid26,
form#contattomodulo div#powermaildiv_uid39 {
  float:left;
  margin-top:10px;
  width:100%;
}
form#kontaktformular div#powermaildiv_uid13 input,
form#contactform div#powermaildiv_uid26 input,
form#contattomodulo div#powermaildiv_uid39 input,
form#newsletter div#powermaildiv_uid68 input {
  background-color:#eee;
  border:1px solid #aaa;
  width:100px;
}
form#newsletter div#powermaildiv_uid68 input {
  width:200px;
}
div.validation-advice {
  color:#065446;
  float:left;
  font-size:11px;
  font-weight:bold;
  position:absolute;
  top:2px;
  right:6px;
}

form#infomaterial fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#infomaterial fieldset legend {
  display:none;
}
form#infomaterial div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  position:relative;
  width:246px;
}
form#infomaterial label {
  float:left;
  font-size:11px;
  padding:0;
  width:100%;
}
form#infomaterial input {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:235px;
}
form#infomaterial select {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:240px;
}
form#infomaterial div#powermaildiv_uid43,
form#infomaterial div#powermaildiv_uid51,
form#infomaterial div#powermaildiv_uid59 {
  width:66px;
}
form#infomaterial div#powermaildiv_uid43 select,
form#infomaterial div#powermaildiv_uid51 select,
form#infomaterial div#powermaildiv_uid59 select {
  width:60px;
}
form#infomaterial div#powermaildiv_uid44,
form#infomaterial div#powermaildiv_uid52,
form#infomaterial div#powermaildiv_uid60 {
  width:180px;
}
form#infomaterial div#powermaildiv_uid44 input,
form#infomaterial div#powermaildiv_uid52 input,
form#infomaterial div#powermaildiv_uid60 input {
  width:169px
}
form#infomaterial div#powermaildiv_uid50,
form#infomaterial div#powermaildiv_uid58,
form#infomaterial div#powermaildiv_uid66 {
  margin-top:10px;
}
form#infomaterial div#powermaildiv_uid50 input,
form#infomaterial div#powermaildiv_uid58 input,
form#infomaterial div#powermaildiv_uid66 input {
  background-image:url(../images/button_160px.png);
  background-repeat:no-repeat;
  color:#fff;
  display:block;
  font-size:14px;
  font-weight:bold;
  width:160px;
  height:28px;
  line-height:28px;
  padding:0 0 3px 0;
  margin:0;
  text-align:center;
  text-decoration:none;
}


/**************** Nested Col Container *****************/
div.nested-col-left {
  float:left;
  width:50%;
}
div.nested-col-right {
  float:left;
  width:50%;
}

div.nested-col-container-75-25 {
  float:left;
  font-size:10px;
  width:100%;
}
div.nested-col-container-75-25 div.nested-col-left {
  float:left;
  margin-right:10px;
  width:327px;
}
div.nested-col-container-75-25 div.nested-col-right {
  background-color: #EFEEEA;
  color: #414D4B;
  float: left;
  padding: 8px;
  padding-bottom:16px;
  width: 140px;
}
div.nested-col-container-75-25 div.nested-col-right h3 {
  margin-top:6px;
}


div.nested-col-container-3cols {
  float:left;
  margin-bottom:15px;
  width:100%;
}
div.nested-col-container-3cols img {
  margin:10px 0 !important;
}
div.nested-col-container-3cols div.nested-col-first {
  float:left;
  margin-right:11px;
  width:230px;
}
div.nested-col-container-3cols div.nested-col-second {
  float:left;
  margin-right:12px;
  width:230px;
}
div.nested-col-container-3cols div.nested-col-third {
  float:left;
  width:230px;
}



/**************** rgaccordion fr Wirkstoffe ****************/

div.tx_vncommerceattributesearch_pi1 {
  font-size:12px;
}

/* the content */
div.tx_vncommerceattributesearch_pi1 div.rgaccord1-content {
  float:left;
  margin:0;
  padding:0;
}
div.tx_vncommerceattributesearch_pi1 ul.csc-bulletlist {
  width:452px;
}
div.vn_commerceattributesearch-select {
  float:left;
  width:100%;
}
div.vn_commerceattributesearch-select div.abc-container {
  border-top:1px dotted #065446;
  border-bottom:1px dotted #065446;
  float:left;
  width:100%;
}
* html div.vn_commerceattributesearch-select div.abc-container {
  margin-bottom:10px;
}
*+ html div.vn_commerceattributesearch-select div.abc-container {
  margin-bottom:10px;
}

body#uid9 div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-select,
body#uid116 div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-select,
body#uid27 div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-select {
  display:none;
}

div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-title {
  border-bottom:1px dotted #065446;
  margin-bottom:5px;
}
* html div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-title {
  border-bottom:1px solid #DDE1E4;
}
div.vn_commerceattributesearch-select-link {
  float:left;
  margin-right:10px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-item {
  float:left;
  margin:10px 0 5px 0;
  width:100%;
}
*+ html div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-item {
  margin-top:20px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-text-image {
  float:left;
  min-height:138px;
  width:118px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-text-image img {
  max-height:135px;
  max-width:105px;
  margin-top:2px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-text {
  float:left;
  font-size:12px;
  width:100%;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-text h3 {
  margin-top:0px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-extendedtext {
  font-size:12px;
  float:left;
  width:100%;
}
div.tx_vncommerceattributesearch_pi1 label {
  font-size:12px;
  width:200px;
}
div.tx_vncommerceattributesearch_pi1 select {
  width:250px;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
div.tx_vncommerceattributesearch_pi1 input {
  background-color:#eee;
  border:1px solid #aaa;
  margin-left:200px;
  width:250px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-info {
  background-color:#eee;
  color:#065446;
  float:left;
  font-weight:bold;
  margin:20px 0;
  padding:3px;
}

/* PRODUKTITEM */
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem {
  float:left;
  margin-bottom:5px;
  position:relative;
  top:0;
  width:100%;
}
*+ html div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem {
  margin-top:10px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-link {
  float:left;
  margin-right:10px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-title {
  border-bottom:1px dotted #065446;
  position:relative;
  z-index:1;
  /*margin-bottom:5px;*/
}
* html div.tx_vn_commerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-title {
  border-bottom:1px solid #DDE1E4;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-image {
  display:block;
  float:left;
  /*min-height:130px;*/
  min-height:175px;
  padding-top:5px;
  width:118px;
  position:relative;
  z-index:1;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-image img {
  max-height:135px;
  max-width:105px;
  /*margin-right:8px;*/
  /*margin-bottom:10px;*/
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-description {
  float:left;
  font-size:11px;
  line-height:15px;
  padding-top:5px;
  width:375px;
  position:relative;
  z-index:1;
}

div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-basket {
  /*background-color:#eee;*/
  float:left;
  /*padding:3px;*/
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-attribute {
  float:left;
  font-weight:bold;
  margin-right:10px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-link {
  float:left;
  margin-right:10px;
}
form#vn_commerceattributesearch-basket-form a {
  float:left;
  margin-right:10px;
}

div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-extended {
  float:left;
  font-size:11px;
  line-height:15px;
  margin-bottom:10px;
  width:100%;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket {
  border-top:1px dotted #065446;
  border-bottom:1px dotted #065446;
  background-color:#ebefee;
  color:#065446;
  float:left;
  font-size:11px;
  padding:2px 0 1px 0;
  position:absolute;
  bottom:0;
  left:118px;
  width:375px;
  z-index:99;
}
* html div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket {
  border-top:1px solid #DDE1E4;
  border-bottom:1px solid #DDE1E4;
  left:0;
  margin-top:5px;
  position:relative;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ {
  border-top:1px dotted #065446;
  border-bottom:1px dotted #065446;
  background-color:#ebefee;
  color:#065446;
  float:left;
  font-size:11px;
  padding:2px 0 1px 0;
  margin-top:10px;
  width:100%;
}
* html div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ {
  border-top:1px solid #DDE1E4;
  border-bottom:1px solid #DDE1E4;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ a {
  color:#065446;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ input {
  color:#065446;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket a {
  color:#065446;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket input {
  color:#065446;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-basketitem {
  float:left;
  width:285px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ div.vn_commerceattributesearch-productitem-basketitem {
  float:left;
  width:388px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-attribute,
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-price {
  float:left;
  margin:0;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-link {
  float:right;
  margin:0;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-byeit {
  color:#065446;
  float:left;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  width:90px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ div.vn_commerceattributesearch-productitem-byeit {
  width:105px;
}
div.tx_vncommerceattributesearch_pi1 input.vn_commerceattributesearch-basket-count {
  float:left;
  font-size:11px;  
  margin:0;
  padding:1px;
  width:18px;
  text-align:center;
}
div.tx_vncommerceattributesearch_pi1 input.vn_commerceattributesearch-basket-submit {
  border:none;
  background-color:#ebefee;
  cursor:pointer;
  float:left;
  font-size:11px;  
  margin:0 0 0 3px;
  padding:0;
  text-decoration:underline;
  width:102px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-productitem-basketitem-outer {
  float:left;
  position:relative;
  width:285px;
}
div.tx_vncommerceattributesearch_pi1 div.vn_commerceattributesearch-basket-alternativ div.vn_commerceattributesearch-productitem-basketitem-outer {
  float:left;
  position:relative;
  width:388px;
}

div.tx_vncommerceattributesearch_pi1 div.ingredient_outer {
  float:left;
  margin-bottom:5px;
  width:100%;
}
*+ html div.tx_vncommerceattributesearch_pi1 div.ingredient_outer {
  width:493px;
}
div.tx_vncommerceattributesearch_pi1 div.ingredient_item {
  float:left;
  margin-right:10px;
}
div.tx_vncommerceattributesearch_pi1 div.ingredient_img_text {
  color:#065446;
  font-size:10px;
}

/******************** Commerce Warenkorb **********************/
div.tx-commerce-pi1 {
  font-size:12px;
}
div.com-basket-box table {
  border-spacing:0;
  margin-bottom:10px;
  width:100%;
}
div.com-basket-box table td {
  padding-right:4px;
  padding-left:0;
  padding-top:6px;
  padding-bottom:4px;
}
div.com-basket-box table th {
  border-bottom:1px dotted #065446;
  padding:4px;
  padding-left:0;
}
* html div.com-basket-box table th {
  border-bottom:1px solid #DDE1E4;
}
div.com-basket-box input {
  border:none;
}
div.com-basket-box input.com-input-qty {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:30px;
  text-align:center;
  padding-left:0;
}
div.com-basket-box td.com-text-right {
  text-align:right;
}
div.com-basket-box td.com-text-center {
  text-align:center;
}
div.com-basket-box td.com-text-basket input {
  float:left;
}
/* Bruttopreis fett */
div.com-basket-box div.com-basket-total {
  font-weight:bold;
}
div.com-basket-box td.com-basket-total-price {
  font-weight:bold;
}
/*** Table Headers ***/
div.com-basket-box th.com-basket-header-title {
  /*width:140px;*/
}
div.com-basket-box th.com-basket-header-basket {
  width:50px;
}
div.com-basket-box th.com-basket-header-price-sum {
  padding-right:7px;
  text-align:right;
  width:70px;
}
div.com-basket-box th.com-basket-header-count {
  padding-right:7px;
  text-align:center;
  width:40px;
}
div.com-basket-box th.com-basket-header-price-gross {
  padding-right:7px;
  text-align:right;
  width:60px;
}
div.com-basket-box th.com-basket-header-price-net {
  padding-right:7px;
  text-align:right;
  width:60px;
}

div.com-basket-box td.com-basket-payment select {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:135px;
}
div.com-basket-box td.com-basket-payment label {
  margin-left:110px;
}
div.com-basket-box td.com-basket-delivery select {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:135px;
}
div.com-basket-box td.com-basket-delivery label {
  margin-left:131px;
}
div.com-basket-box td.com-basket-separator {
  border-top:1px dotted #065446;
  line-height:0px;
  padding:2px;
}
* html div.com-basket-box td.com-basket-separator {
  border-top:1px solid #DDE1E4;
}
  
div.com-basket-box table tr.com-basket-border-bottom td {
  border-bottom:1px dotted #065446;
  padding-bottom:10px;
}
* html div.com-basket-box table tr.com-basket-border-bottom td {
  border-top:1px solid #DDE1E4;
}
div.com-basket-links div.com-basket-submit {
  float:left;
}
div.com-basket-links div.com-basket-submit input {
  background-color:#eee;
  border:1px solid #aaa;
  width:100px;
}
div.com-basket-links div.com-basket-previous {
  float:right;
}
div.com-basket-links div.com-basket-previous a { 
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  line-height:17px;
  padding-top:1px;
  text-align:center;
  text-decoration:none;
  width:100px;
}
div.com-basket-links div.com-basket-next {
  float:right;
}
div.com-basket-links div.com-basket-next a {
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  line-height:17px;
  padding-top:1px;
  margin-left:10px;
  text-align:center;
  text-decoration:none;
  width:100px;
}
/************ Kassa *************/
div.tx-commerce-pi3 {
  font-size:12px;
}
div.tx-commerce-pi3 dl {
  float:left;
  margin:0;
  padding:0;
}
div.tx-commerce-pi3 table {
  width:100%;
}
div#content div.tx-commerce-pi3 ul {
  float:left;
  list-style:none;
  margin:0 0 10px 0;
  padding:0;
}
div#content div.tx-commerce-pi3 ul li {
  background-color:#eee;
  list-style:none;
  float:left;
  margin:0;
  padding:4px;
  padding-bottom:8px;
  width:486px;
}
div.tx-commerce-pi3 div.com-chkout-address {
  float:left;
  width:100%;
}
div.tx-commerce-pi3 dd.com-chkout-address-input span.error {
  font-weight:bold;
  margin-left:8px;
}
div.tx-commerce-pi3 div.com-chkout-address p {
  margin-bottom:5px;
}
div.tx-commerce-pi3 div.com-chkout-steps {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div.tx-commerce-pi3 div.address_item {
  margin-left:30px;
}
div.tx-commerce-pi3 div.address_item_name input {
  border:none;
}
div.tx-commerce-pi3 div.address_item_name strong {
  margin-left:10px;
}
div.tx-commerce-pi3 div.address_item_email {
  float:left;
}
div.tx-commerce-pi3 div.address_item_edit {
  float:right;
}
div.com-chkout-address-radio-delivery {
  float:left;
  margin:5px 0;
  width:100%;
}
div.com-chkout-address-radio-delivery dd {
  float:left;
  margin:0;
  padding:0;
}
div.com-chkout-address-radio-delivery dd input {
  border:none;
  margin:2px 5px 0 0;
  padding:0;
}
*+ html div.com-chkout-address-radio-delivery dd input {
  margin-top:0;
}
div.com-chkout-address-radio-nodelivery {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.com-chkout-address-radio-nodelivery dd {
  float:left;
  margin:0;
  padding:0;
}
div.com-chkout-address-radio-nodelivery dd input {
  border:none;
  margin:2px 5px 0 0;
  padding:0;
}
div.com-chkout-address-fields-submit input {
  background-color:#eee;
  border:1px solid #aaa;
  width:100px;
}
div.com-chkout-address-fields-submit {
  float:right;
}
p.com-chkout-address-fields-disclaimer {
  float:left;
  margin:0;
}
div.tx-commerce-pi3 th.com-basket-header-title {
  /*width:140px;*/
}
div.tx-commerce-pi3 th.com-basket-header-basket {
  width:80px;
}
div.tx-commerce-pi3 th.com-basket-header-price-sum {
  padding-right:7px;
  text-align:right;
  width:70px;
}
div.tx-commerce-pi3 th.com-basket-header-count {
  padding-right:7px;
  text-align:center;
  width:60px;
}
div.tx-commerce-pi3 th.com-basket-header-price-gross {
  padding-right:7px;
  text-align:right;
  width:70px;
}
div.tx-commerce-pi3 th.com-basket-header-price-net {
  padding-right:7px;
  text-align:right;
  width:70px;
}
div.tx-commerce-pi3 table {
  border-spacing:0;
  margin-bottom:10px;
  width:100%;
}
div.tx-commerce-pi3 table td {
  padding-right:7px;
  padding-left:0;
  padding-top:6px;
  padding-bottom:4px;
}
div.tx-commerce-pi3 table th {
  border-bottom:1px dotted #065446;
  padding:4px;
  padding-left:0;
}
* html div.tx-commerce-pi3 table th {
  border-bottom:1px solid #DDE1E4;
}
tr.com-text-top-line td {
  border-top:1px dotted #065446;
}
* html tr.com-text-top-line td {
  border-top:1px solid #DDE1E4;
}
div.tx-commerce-pi3 td.com-text-right {
  text-align:right;
}
div.tx-commerce-pi3 td.com-text-center {
  text-align:center;
}
div.tx-commerce-pi3 td.td-bold {
  font-weight:bold;
}
/* Linien fr Artikelpreis */
div.tx-commerce-pi3 td.com-total-article {
  border-top:1px dotted #065446;
}
* html div.tx-commerce-pi3 td.com-total-article {
  border-top:1px solid #DDE1E4;
}
/* Linien fr Gesamtpreis */
div.tx-commerce-pi3 td.com-total {
  border-top:1px dotted #065446;
  border-bottom:1px dotted #065446;
}
* html div.tx-commerce-pi3 td.com-total {
  border-top:1px solid #DDE1E4;
  border-bottom:1px solid #DDE1E4;
}
p.com-chkout-listing-descr {
  margin-bottom:5px;
}
/* Rechnungsadresse Anzeige */
/* „uáerer Container */
div.com-addresses {
  float:left;
  width:100%;
}
div.com-chkout-listing {
  float:left;
  width:100%;
}
div.com-chkout-listing-billing-address {
  float:left;
  width:100%;
}
div.com-chkout-listing-billing-address dl {
  background-color:#eee;
  padding:4px;
  width:486px;
}
div.com-chkout-listing-billing-address dd {
  margin:0;
}
div.com-chkout-listing-delivery-address {
  float:left;
  width:100%;
}
div.com-chkout-listing-delivery-address dl {
  background-color:#eee;
  padding:4px;
  width:486px;
}
div.com-chkout-listing-delivery-address dd {
  margin:0;
}
div.com-chkout-listing-footer {
  float:left;
  margin-top:10px;
}
/* Accept AGBs */
p.com-chkout-listing-terms {
  float:left;
  width:494px;
}
p.com-chkout-listing-terms input {
  border:none;
  float:left;
  margin:2px 4px 0px 0;
}
p.com-chkout-listing-terms span.accept-agb {
  float:left;
}
/* Kommentar */
div.com-chkout-listing-footer textarea {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:486px;
}
/* Submitbutton */
p.com-chkout-listing-submit input {
  background-color:#eee;
  border:1px solid #aaa;
  float:right;
  width:165px;
}

/* Warenkorb Quickview */
div#left div.com-basket-qv {
/*  border-bottom:1px dotted #065446;*/
  margin-left:20px;
  margin-right:20px;
}
* html div#left div.com-basket-qv {
  border-bottom:1px solid #DDE1E4;
}
div#left div.com-basket-qv a {
  text-decoration:none;
}
div#left div.com-basket-qv img {
  border:none;
  float:left;
  margin:0;
  margin-right:4px;
}
span.error {
  color:#008000;
}

/* Adressverwaltung */
div.tx-commerce-pi4 {
  font-size:12px;
}
div.tx-commerce-pi4 div.com-address-list {
  float:left;
  margin-bottom:15px;
  width:486px;
}
div.tx-commerce-pi4 div.com-address-list h3 {
  margin-top:0;
}
div#content div.tx-commerce-pi4 div.com-address-list ul {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
div#content div.tx-commerce-pi4 div.com-address-list li {
  list-style:none;
  margin:0;
  padding:0;
}
div.tx-commerce-pi4 div.com-address-list dl {
  float:left;
  width:100%;
}
div.tx-commerce-pi4 div.com-address-list dt {
  float:left;
  width:100px;
}
div.tx-commerce-pi4 div.com-address-list-link a {
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  line-height:17px;
  padding-top:1px;
  text-align:center;
  text-decoration:none;
  width:150px;
}
div.tx-commerce-pi4 div.tx-commerce-link a {
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  line-height:17px;
  margin-top:4px;
  margin-right:5px;
  padding-top:1px;
  text-align:center;
  text-decoration:none;
  width:150px;
}

/* Bearbeitung eines Eintrags */
div.tx-commerce-pi4 dd {
  margin-left:100px;
}
div.tx-commerce-pi4 div.com-chkout-address-fields dl {
  float:left;
  width:100%;
}
div.tx-commerce-pi4 div.com-chkout-address-fields dt {
  float:left;
  width:100px;
}
div.tx-commerce-pi4 div.com-chkout-address-fields input {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:300px;
}
div.tx-commerce-pi4 div.com-chkout-address-fields select {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:305px;
}
div.tx-commerce-pi4 div.com-chkout-address-fields p {
  float:left;
  width:100%;
}
div.tx-commerce-pi4 div.com-chkout-address-fields p input {
  border:none;
  float:left;
  margin:2px 4px 0 0;
  padding:0;
  width:12px;
}
*+ html div.tx-commerce-pi4 div.com-chkout-address-fields p input {
  margin-top:0;
}
div.tx-commerce-pi4 div.com-chkout-address-fields div.tx-commerce-link input {
  background-color:#eee;
  border:1px solid #aaa;
  float:left;
  width:170px;
}
dt.vatnumber {
  display:none;
}
dd.vatnumber {
  display:none;
}
div.tx-commerce-pi3 div.com-chkout-address div.com-chkout-address-fields dl {
  float:left;
  width:100%;
}
div.tx-commerce-pi3 div.com-chkout-address div.com-chkout-address-fields dl table {
  margin-bottom:0;
}
div.tx-commerce-pi3 div.com-chkout-address div.com-chkout-address-fields dl table div.address_add_new a {
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  line-height:17px;
  margin-top:4px;
  padding-top:1px;
  text-align:center;
  text-decoration:none;
  width:170px;
}
*+ html div.tx-commerce-pi3 div.com-chkout-address div.com-chkout-address-fields dl table div.address_add_new a {
  margin-top:0;
}
div.tx-commerce-pi4 div.com-address-items dl {
  float:left;
  width:100%;
}
div.tx-commerce-pi4 div.com-address-items dt {
  float:left;
  width:100px;
}
div.tx-commerce-pi4 div.com-address-link {
  float:left;
  width:100%;
}
div.tx-commerce-pi4 div.com-address-link a {
  background-color:#eee;
  border:1px solid #aaa;
  color:#000;
  cursor:pointer;
  display:block;
  line-height:17px;
  padding-top:1px;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:100px;
}
div.tx-commerce-pi4 div.com-address-link-yes {
  float:left;
  margin-right:4px;
}
div.tx-commerce-pi4 div.com-address-link-no {
  float:left;
}
div#payment {
  float:left;
  width:100%;
}
div#payment label {
  padding:0;
  width:150px;
}
div#payment dt {
}
div#payment dd {
  margin:0;
}
div#payment dd input {
  border:1px solid #AAAAAA;
  width:150px;
}
div#payment dd select {
  border:1px solid #AAAAAA;
  width:155px;
}
div#payment p input {
  background-color:#EEEEEE;
  border:1px solid #AAAAAA;
  margin-left:150px;
  width:155px;
}

/* -------------- Commerce Suche (Attributsearch) --------------- */

form#vn_commerceattributesearch-generalsearch-form div.generalsearch {
  margin-bottom:7px;
}
form#vn_commerceattributesearch-generalsearch-form label#generalsearch-label {
  padding:0;
  width:100px;
}
form#vn_commerceattributesearch-generalsearch-form input {
  background-color:#EEEEEE;
  border:1px solid #AAAAAA;
  margin:0;
  margin-left:100px;
  width:155px;
}
form#vn_commerceattributesearch-generalsearch-form input#generalsearch-input {
  background-color:#fff;
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  margin:0px;
  width:150px;
}

div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form {
  float:left;
  position:relative;
  text-align:right;
  margin-top:7px;
  width:238px;
}
*+ html div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form {
  margin-top:0;
}
div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form div.generalsearch {
  float:left;
  width:218px;
}
div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form input#lupe {
  background-color:transparent;
  width:16px;
  height:15px;
  border:none;
  margin:0;
}
div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form label#generalsearch-label {
  display:none;
}
div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form input#generalsearch-input {
  background-color:#fff;
  border:none;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  font-size:11px;
  margin:0px;
  width:96px;
}
* html div.generalsearch-small form#vn_commerceattributesearch-generalsearch-form input#lupe {
  margin:0;
  padding:0;
}

/************** Anmeldung und sr_feuser_register **************/
form#tx-srfeuserregister-pi1-fe_users_form {
  
}
form#tx-srfeuserregister-pi1-fe_users_form fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#tx-srfeuserregister-pi1-fe_users_form fieldset legend {
  display:none;
}
form#tx-srfeuserregister-pi1-fe_users_form label {
  padding:0;
  width:160px;
}
form#tx-srfeuserregister-pi1-fe_users_form input {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:300px;
}
form#tx-srfeuserregister-pi1-fe_users_form select {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:305px;
}
form#tx-srfeuserregister-pi1-fe_users_form dt {
  float:left;
  width:160px;
}
form#tx-srfeuserregister-pi1-fe_users_form dd {
  float:left;
  margin:0;
  width:326px;
}
form#tx-srfeuserregister-pi1-fe_users_form label {
  float:left;
}
form#tx-srfeuserregister-pi1-fe_users_form input.tx-srfeuserregister-pi1-submit {
  background-color:#eee;
  border:1px solid #aaa;
  margin-top:5px;
  width:150px;
}
form#tx-srfeuserregister-pi1-fe_users_form p {
  color:#008000;
  margin:2px 0;
}
form#tx-srfeuserregister-pi1-fe_users_form dt.dt-empty {
  width:0px;
}
/**** Login fr Best„tigungsseite ****/
body#uid78 form#tx-srfeuserregister-pi1-fe_users_form input {
  background-color:#eee;
  border:1px solid #aaa;
  width:125px;
}
body#uid78 form#tx-srfeuserregister-pi1-fe_users_form input#tx-srfeuserregister-pi1-username {
  background-color:#fff;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:120px;
}
body#uid78 form#tx-srfeuserregister-pi1-fe_users_form input#tx-srfeuserregister-pi1-pass {
  background-color:#fff;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:120px;
}

/************ Login Formulare mit felogin *************/
div.tx-felogin-pi1 {
}
div.tx-felogin-pi1 h3 {
  display:none;
}
div.tx-felogin-pi1 fieldset {
  border:none;
  margin:0;
  padding:0;
}
div.tx-felogin-pi1 fieldset legend {
  display:none;
}
div.tx-felogin-pi1 form {
  margin-top:10px;
}
div.tx-felogin-pi1 label {
  padding:0;
  width:100px;
}
div.tx-felogin-pi1 input {
  background-color:#eee;
  border:1px solid #aaa;
  margin-left:100px;
  width:145px;
}
* html div.tx-felogin-pi1 input {
  margin-left:103px;
}
div.tx-felogin-pi1 input#user,
div.tx-felogin-pi1 input#pass {
  background-color:#fff;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  margin-left:0;
  width:140px;
}

/* login-logout nur fr Statusanzeige */
/*div#left div.tx-felogin-pi1 {
  color:#756665;
}
div#left div.tx-felogin-pi1 form {
  margin:0;
}
div#left div.tx-felogin-pi1 div.logout-status-message div {
  margin-left:35px;
}
div#left div.tx-felogin-pi1 div.logout-status label {
  display:none;
}
div#left div.tx-felogin-pi1 div.logout-status {
  float:left;
  margin-left:35px;
}
div#left div.tx-felogin-pi1 input.logout {
  color:#756665;
  float:right;
  font-size:11px;
  margin:0 36px 0 0;
  padding-left:0;
  padding-right:0;
  width:65px;
}*/

/* ------ Login / Logout fr Linke Spalte ------*/

div#left h1 {
  font-size:1.3em;
  font-weight:bold;
  color:#000;
  margin:0 20px 0 20px;
  text-transform:inherit;
  border-bottom:1px dotted #065446;
}

* html div#left h1 {
  border-bottom:1px solid #DDE1E4;
}

div.smalllogin,
div.smalllogin-loggedin {
  float:left;
  margin:5px 20px 0 20px;
}

* html div.smalllogin,
* html div.smalllogin-loggedin {
  margin:5px 0 0 18px;
  width:156px;
}

div.smalllogin div.smalllogin-line {
  float:left;
  width:100%;
}
div.smalllogin div.smalllogin-submit {
  float:left;
  width:100%;
}
div.smalllogin-submit input {
  border-color:#065446;
  background-color:#065446;
  color:#fff;
  float:right;
  font-size:1em;
  font-weight:bold;
  margin-left:94px;
  width:97px;
}
* html div.smalllogin-submit input {
  width:95px;
}
div.smalllogin label {
  padding:0;
  width:94px;
  float:left;
}
div.smalllogin input {
  font-size:1em;
  float:left;
}
div.smalllogin input#user,
div.smalllogin input#pass {
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  background-color:transparent;
  color:#000;
  font-weight:normal;
  margin-left:0;
  width:92px;
}
* html div.smalllogin input#user,
* html div.smalllogin input#pass {
  width:90px;
}

span.loggedin-text,
span.loggedin-name {
  float:left;
  width:100%;
}

div.forgot-password-form {
  float:left;
  width:100%;
  margin-top:10px;
}
div.forgot-password-form label {
  float:left;
  padding:0;
  width:110px;
}
div.forgot-password-form input {
  border-color:#aaa #eee #eee #aaa;
  float:left;
  width:140px;
}
div.forgot-password-username {
  float:left;
  width:100%;
}
div.forgot-password-email {
  float:left;
  width:100%;
}
div.forgot-password-form input.forgot-password-submit {
  border-color:#065446;
  background-color:#065446;
  color:#fff;
  font-weight:bold;
  margin-left:110px;
  width:145px;
}
div.regularlogin-form {
  float:left;
  margin-top:10px;
  width:100%;
}
div.regularlogin-form label {
  padding:0;
  width:60px;
  float:left;
}
div.regularlogin-form input {
  float:left;
}
div.regularlogin-form div.regularlogin-user,
div.regularlogin-form div.regularlogin-password,
div.regularlogin-form div.regularlogin-submit,
div.regularlogin-form div.regularlogin-forgot-password {
  float:left;
  width:100%;
}
div.regularlogin-form div.regularlogin-forgot-password {
  margin-top:10px;
}
div.regularlogin-form input#user,
div.regularlogin-form input#pass {
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  background-color:transparent;
  color:#000;
  font-weight:normal;
  margin-left:0;
  width:140px;
}
div.regularlogin-form div.regularlogin-submit input {
  border-color:#065446;
  background-color:#065446;
  color:#fff;
  font-weight:bold;
  margin-left:60px;
  width:145px;
}

/* Nav innerhalb mein alpienne */
dl.csc-menu-4 {
  margin:0 20px 5px 20px;
}

/*--------------------------------- EXT chgallery --------------------------------- */
div.tx-chgallery-pi1 {
	color: #777;
}
div.tx-chgallery-pi1 div.pagebrowser {
	border-top: 1px solid #dde1e4;
	border-bottom: 1px solid #dde1e4;
	padding: 3px 0px;
	text-align: right;
	background-image: url(../images/pagebrowser-bg.gif);
	background-repeat: repeat-x;
}
div.tx-chgallery-pi1 div.pagebrowser span.browseBoxWrap {
	font-size: 1.2em;
}
div.tx-chgallery-pi1 div.pagebrowser span.disabledLinkWrap {
	color: #dde1e4;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.tx-chgallery-pi1 div.pagebrowser span.activeLinkWrap {
	background-color: #065446;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.tx-chgallery-pi1 div.pagebrowser span.inactiveLinkWrap {
	
}
div.tx-chgallery-pi1 div.pagebrowser span.inactiveLinkWrap a {
	text-decoration: none;
	padding: 2px 5px;
	margin: 0px 3px;
}
div.tx-chgallery-pi1 div.pagebrowser span.inactiveLinkWrap a:hover {
	background-color: #065446;
	color: #fff;
}
div.tx-chgallery-pi1 div.single {
	background: #f1f1f1;
	float: left; 
	padding: 4px 5px;
	margin: 8px;
}
div.tx-chgallery-pi1 div.single div.img {
	width: 150px;
	height: 150px;
	line-height: 150px;
	position: relative;
	background-color: #fff;
	border: 1px solid #dde1e4;
}
div.tx-chgallery-pi1 div.single div.img table {
	width: 100%;
	height: 100%;
}
div.tx-chgallery-pi1 div.single span.beschreibung {
	display:block;
	width:152px;
	min-height:20px;
}
* html div.tx-chgallery-pi1 div.single span.beschreibung {
	height:20px; 
}
div.tx-chgallery-pi1 div.single span.download {
	display: block;
	line-height: 2em;
}
div.tx-chgallery-pi1 div.single span.download a {
	background-image: url(../images/download-icon.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	padding: 26px;
}
div.tx-chgallery-pi1 div.single span.download a:hover {
	color: #065446;
	background-image: url(../images/download-icon-hover.jpg);
}
/************* Mooqueeformatierung *************/
div.tx-vnmooquee-pi1 h3 {
  font-size:12px;
}
div.tx-vnmooquee-pi1 h3.vertiebspartner {
	background-color: #005444;
	color: #fff;
	padding: 2px;
}
div.vn_mooquee_rahmen {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #065446;
}
* html div.vn_mooquee_rahmen {
  border-bottom:1px solid #DDE1E4;
}
div.vn_mooquee {
	width: 210px;
	height: 105px;
	background-color: #00412B;
}
div.vn_mooquee_item {
	width: 210px;
	height: 210px;
	margin: 0px;
}
div.vn_mooquee_item div.left {
	width: 105px;
	float: left;
}
div.vn_mooquee_item div.right {
	width: 105px;
	float: left;
}
div.vn_mooquee_item div.image {
	width: 105px;
	text-align: center;
}
div.vn_mooquee_item h3 {
	text-transform: none;
	margin: 10px 5px;
	font-weight: normal;
}
div#news div.vn_mooquee_item h3 a {
	color: #fff; 
}

div.anbietermenu {
  float:left;
  width:100%;
}
* html div.anbietermenu {
    margin-top:10px;
}
*+ html div.anbietermenu {
    margin-top:10px;
}

/*------------- Gallerie Select Box --------------*/
/*form#level1 {
  float:left;
  margin-right:10px;
  margin-bottom:15px;
}
form#level1 select {
  position:relative;
  top:3px;
}*/

/*---------------------------- Sprachnavigation ------------------------------*/

/* fr Gallerie */
div#content-gallery div.tx-srlanguagemenu-pi1 {
  float:left;
  margin-right:10px;
}
div#content-gallery div.tx-srlanguagemenu-pi1 fieldset {
  border:none;
  margin:0;
  padding:0;
}
div#content-gallery div.tx-srlanguagemenu-pi1 fieldset legend {
  display:none;
}
div#content-gallery div.tx-srlanguagemenu-pi1 label {
  display:none;
}
div#content-gallery div.tx-srlanguagemenu-pi1 select {
  position:relative;
  top:3px;
}

/* ------------------ Naturrein ------------------*/

div.naturrein {
  border-bottom:1px dotted #065446;
  float:left;
  line-height:1.4em;
  padding-bottom:15px;
  margin-bottom:15px;
  width:100%;
}
* html div.naturrein {
  border-bottom:1px solid #DDE1E4;
}

div.naturrein-top {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.naturrein-top-image {
  width:105px;
  float:left;
}
div.naturrein-top-text {
  width:80px;
  float:left;
  color:#000;
  font-weight:bold;
}
div.naturrein-bottom {
  font-weight:bold;
  width:100%;
  color:#065446;
}

/*------------------------ Frontend Edit fr News ---------------------------*/

div#content div.tx-newsfeedit-pi1 ul {
  list-style:none;
}
div#content div.tx-newsfeedit-pi1 li {
  float:left;
  list-style-image:none;
}
div#content div.tx-newsfeedit-pi1-link {
  display:none;
}

/*------------------------ Frontend Editing fr tt_news ----------------------------*/

div.frontend-news-link a {
  float:left;
  width:100%;
}
div.vn_newsfeedit_pi1 div.row {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.vn_newsfeedit_pi1 h3 {
  margin-bottom:5px;
}
div.vn_newsfeedit_pi1 label {
  padding:0;
  float:left;
  width:85px;
}
div.vn_newsfeedit_pi1 input {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  float:left;
  width:380px;
}
div.vn_newsfeedit_pi1 textarea {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  font-family:Arial;
  font-size:12px;
  float:left;
  width:380px;
}
div#formsubmit input {
  background-color:#eee;
  border:1px solid #aaa;
  float:right;
  margin-right:23px;
  width:385px;
}
div.vn_newsfeedit_pi1 div.error {
  color:#008000;
  float:left;
  font-weight:bold;
  font-size:10px;
  width:100%;
}
  
form#newsfeedit-form-upload div.upload {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#newsfeedit-form-upload div.upload label {
  width:120px;
}
form#newsfeedit-form-upload div.upload a {
  
}
form#newsfeedit-form-upload div.upload a img {
  border:1px solid #aaa;
  margin-left:5px;
  position:relative;
  top:2px;
}

form#newsfeedit-form-upload input.submituploadbutton {
  background-color:#eee;
  border:1px solid #aaa;
  width:312px;
}
form#newsfeedit-form-upload a.showentry {
  float:left;
  width:100%;
}

/* ---------------- Vertriebspartner Suche ----------------- */
div.news-search-form {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div.news-search-form label {
  padding:0;
  margin-right:10px;
  width:100px;
}
div.news-search-form select {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:205px;
}
div.news-search-form input {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:200px;
}
span.news-search-form-submit input {
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
  margin-left: 110px;
  width: 205px;
}
div.news-text-search {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.news-country-search {
  float:left;
  margin-bottom:5px;
  width:100%;
}


div#left div.produktkatalog {
  float:left;
  margin-bottom:10px;
  text-align:center;
  width:100%;
}
div#left div.produktkatalog img {
  margin:0;
}

div#left div.order-info {
  background-color:#EFEEEA;
  float:left;
  margin:10px 20px 40px 20px;
  width:192px;
  padding-bottom: 0;
  border-bottom: 1px dotted #065446;
}
div#left div.order-info-left {
  background-color:#EFEEEA;
  float:left;
  padding:4px;
  padding-right:0;
  width:98px;
}
div#left div.order-info-right {
  background-color:#EFEEEA;
  float:left;
  padding:4px;
  padding-left:0;
  width:86px;
}
div#left div.order-info-left img {
  margin:0;
  margin-right:5px;
  position:relative;
  top:2px;
}
div#left div.order-info-right img {
  margin: 4px 0px 3px 0;
}
div#left div.order-info-0 {
  float:left;
  font-weight:bold;
  padding:0 4px;
}
form#confirmregistration label {
  padding:0;
  width:120px;
}
form#confirmregistration input#registrationkey-input {
  float:left;
  width:200px;
}
form#confirmregistration input#registrationkey-submit {
  margin-left:120px;
  width:205px;
  background-color:#065446;
  border-color:#065446;
  color:#FFFFFF;
  font-weight:bold;
}

div.tx-srlanguagemenu-pi1 {
  float:left;
  margin-left:20px;
  margin-top:7px;
}
div.tx-srlanguagemenu-pi1 div {
	float: left;
	margin-right: 10px;
	color: #aaa;
}
div.tx-srlanguagemenu-pi1 a, div.tx-srlanguagemenu-pi1 div.CUR a{
	color: #aaa;
	text-decoration: none;
	text-transform: lowercase;
}
div.tx-srlanguagemenu-pi1 div.CUR {
  font-weight:bold;  
}
div.tx-srlanguagemenu-pi1 a:hover{
	text-decoration: underline;
}

div.vn_commerceattributesearch-wholesale-basketitem {
  border-bottom:1px dotted #666;
  float:left;
  margin-bottom:3px;
  width:493px;
}

div.vn_commerceattributesearch-wholesale-header {
  color:#065446;
  float:left;
  font-weight:bold;
  padding-right:5px;
  width:250px;
}
div.vn_commerceattributesearch-wholesale-price {
  float:left;
}
div.vn_commerceattributesearch-wholesale-attribute {
  float:left;
  font-weight:bold;
  margin-right:3px;  
}
div.vn_commerceattributesearch-wholesale-link {
  float:right;
}
input.wholesalesubmit {
  margin:0;
  margin-top:15px;
  float:right;
}

/*--------------- fuer seo test -------------*/
div.naturreine-wirkstoffe-von-alpienne {
  display: none;
}

/*div.prod-list {
  display:none;
}*/

div.prod-list {
  border-bottom: 1px dotted #065446;
  font-size:14px;
  font-weight:bold;
  margin:0 0 15px 0;
  padding:0;
}
div.prod-list a {
  text-decoration:none;
}
div.prod-list p.ingredient {
  font-size:12px;
}
div.prod-list span.ingredientTitle {
  float:left;
  margin-right:5px;
}
div.prod-list span.latein {
  font-size:12px;
  font-weight:normal;
  float:left;
  margin:0;
  margin-left:0;
  padding:0;
}
div.prod-list div.vn_mooquee_rahmen {
  border:none;
	padding:5px 0;
	margin:5px 0;
}
div.prod-list div.vn_mooquee {
	background-color:transparent;
	height:none;
	width: 210px;
}
div.prod-list div.mooquee1 {
  height:70px;
}
div.prod-list div.mooquee2 {
  height:40px;
}
div.prod-list div.vn_mooquee_item {
	width: 210px;
	margin: 0px;
}
div.prod-list div.vn_mooquee_item img {
  float:left;
  margin-right:5px;
}
div.prod-list div.vn_mooquee_item div.left {
	width: 70px;
	float: left;
}
div.prod-list div.vn_mooquee_item div.right {
	float: left;
}
div.prod-list div.vn_mooquee_item div.image {
	width: 70px;
	text-align: center;
}



/* SLIMBOX  PLUS by OrangeBread (http://www.lifewithpixel.com/ */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	border-bottom: 0;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

div.negative {
	background-color: #014f35;
	color: #fff;
}
div.negative div.csc-header {
	padding: 1px 10px 10px 10px;
}
div.negative div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}
/* šberschriften, verlinkt */
div.negative h1 a, div.negative h2 a, div.negative h3 a, div.negative h4 a, div.negative h5 a, div.negative h6 a {
	color: #fff;
	text-decoration: underline;
}

/* John Ruskin Quote */

div.quote h1 {
padding:0;
margin:0;
font-family:Georgia, Times, Times New Roman, serif;
text-transform:none;
font-style:italic;
font-size:24px;
line-height:30px;
}
div.quote {
background-color:#e5e5e5;
padding:10px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px;
}
div.quote p {
text-align:right;
padding:0;
margin:5px 0 0 0;
}

/* Sidebar Buttons */
div.button-sidebar {
  width: 210px;
	height: 50px;
	line-height:15px;
	margin: 0 0 10px 0;
}
div.button-sidebar img {
  float: left;
	position: relative;
	top: -5px;
	left: 10px;
}
div.button-sidebar a {
	display: block;
	height: 30px;
	padding: 5px 0 5px 75px;
	background-image: url("/fileadmin/template/images/button-link-pfeil.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #efeeea;
	text-decoration:none;
}
div.button-sidebar:hover {
  opacity: 0.8;
}
div.button-sidebar-icon {
	float: left;
	height: 50px;
	left: 6px;
	position: relative;
	top: -6px;
	width: 60px;
}


/* Similar Products css */
div.similar-products {
  background-color: #EFEEEA;
  float: left;
  padding-bottom: 8px;
  width: 493px;
}
span.similar-products-item {
  float: left;
  margin: 0 8px;
  width: 230px; 
}
a span.similar-products-item {
  color: #000000;
  text-decoration:none;
}
a:hover span.similar-products-item {
  opacity:0.6;
}
div.similar-products span.item-even {
  
}
div.similar-products span.item-odd {
  clear:both;
}
span.similar-products-title {
  color: #000000;
  float:left;
  font-size: 13px;
  font-weight:bold;
  margin:10px 0 2px 0;
  text-transform: uppercase;
  width:100%;
}

span.similar-products-image {
  float:left;
  margin:10px 0;
  width:110px;
}
span.similar-products-description {
  display:block;
  float:left;
  margin:10px 0;
  width:120px;
}
span.similar-products-price {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin:10px 0 0 0;
  width: 100%;
}
span.similar-products-button {
  float:left;
  margin:5px 0 0 0;
  width:100%;
}

form#vn_commerceattributesearch-search-form {
  float:left;
  margin:10px 0;
  width:100%;
}
form#vn_commerceattributesearch-search-form label {
  padding:0;
}
form#vn_commerceattributesearch-search-form div.vn_commerceattributesearch-location,
form#vn_commerceattributesearch-search-form div.vn_commerceattributesearch-complaint {
  float:left;
  margin-bottom:10px;
  width:100%;
}


/* Versandkosten */
div.icon-pay {
  background-image:url(../images/alpienne_icons.gif);
  background-repeat:no-repeat;
  float:left;
  margin: 3px 0;
  padding-left:20px;
  line-height:1em;
}
div.icon-pay a {
  display:block;
  text-decoration:none;
}
div.icon-eu {
  background-position:0px -11px;
  width:29px;
  height:11px;
}
div.icon-at {
  background-position:0px 0px;
  width:29px;
  height:11px;
}
div.icon-ch {
  background-position:0px -66px;
  width:49px;
  height:11px;
}
div.icon-rechnung,
div.icon-paypal,
div.icon-mastercard,
div.icon-visa {
  padding:0;
  margin-right:3px;
  width:16px;
  height:11px;
}
div.icon-rechnung a,
div.icon-paypal a,
div.icon-mastercard a,
div.icon-visa a {
  width:16px;
  height:11px;
}
div.icon-rechnung {
  background-position:0px -44px;
}
div.icon-paypal {
  background-position:0px -33px;
}
div.icon-mastercard {
  background-position:0px -22px;
}
div.icon-visa {
  background-position:0px -55px;
}


div.container-linktausch {
  float:left;
  margin-bottom:10px;
  width:713px;
}
div.linktausch-neg div.container-linktausch {
  background-color:#065446;
}
div.container-linktausch p {
  margin:0;
}
div.container-linktausch-left {
  float:left;
  padding:2px;
  width:266px;
}
div.container-linktausch-right {
  background-color:#EFEEEA;
  border:1px solid #065446;
  padding:10px;
  float:left;
  width:421px;
}

/* Sommerhighlights */
table.sommerhighlights {
	width: 700px;
	border: 1px solid #f2f2f2;
	margin: 10px 0;
}
table.sommerhighlights p {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0 !important;
}
table.sommerhighlights h2 {
	margin: 5px 0 5px 10px;
	font-weight: normal;
}
table.sommerhighlights span.sommerhighlights-title {
	font-weight: bold;
}
table.sommerhighlights span.sommerhighlights-price-statt {
	text-decoration: line-through;
}
table.sommerhighlights span.sommerhighlights-price {
	font-weight: bold;
}

table.sommerhighlights td {
	vertical-align: top;
}
table.sommerhighlights td.sommerhighlights-image {
	width: 200px;
	background-color: #F2F2F2;
	vertical-align: middle;
}
table.sommerhighlights td.sommerhighlights-intro {
	width: 500px;
}
table.sommerhighlights td.sommerhighlights-firstrow {
	border-top: 1px solid #000;
	border-bottom: 1px solid #bebebe;
}
table.sommerhighlights td.sommerhighlights-firstrow-1 {
	width: 300px;
}
table.sommerhighlights td.firstrow-2, table.sommerhighlights td.firstrow-3 {
	width: 100px;
}
table.sommerhighlights td.sommerhighlights-lastrow {
	border-top: 1px solid;
}
table.sommerhighlights td.sommerhighlights-lastrow-1 {
	
}
table.sommerhighlights td.lastrow-2, table.sommerhighlights td.lastrow-3 {
	
}

.new-onlineshop {
  border:1px solid #d5d3d0;
  margin:20px 0 40px 0;
  position:relative;
}
.new-onlineshop-align {
  background-color:#f2f1ee;  
  background-image:url(../images/shop-teaser-bg.jpg);
  background-repeat:no-repeat;
  background-position:right bottom;
  height:230px;
  margin:2px;
  padding:10px;
}
.new-onlineshop h1 {
  font-size:20px;
  font-weight:normal;
  margin:0;
  padding-bottom:10px;
}
.new-onlineshop h2 {
  color:#525f5d;
  font-size:14px;
  padding-bottom:10px;
  text-transform:none;
  margin:0;
}
.new-onlineshop p {
  margin:0;
  padding-bottom:10px;
}
.icon-new {
  height:55px;
  position:absolute;
  right:-15px;
  top:-25px;
  width:86px;
}
.icon-new-de {
	  background-image:url(../images/shop-teaser-new-de.png);
}
.icon-new-en {
	  background-image:url(../images/shop-teaser-new-en.png);
}
.icon-new-it {
	  background-image:url(../images/shop-teaser-new-it.png);
}
