/* @override http://localhost:3000/docs/1/layout/user.css */
/* @override http://www.herka-frottier.at/docs/1/layout/user.css */
/* @override http://en.herka-frottier.at/docs/1/layout/user.css */
/* @override http://en.herka-frottier.at/docs/2/layout/user.css */
html {
	background: #faeac5 url(bg.png) repeat-x;
}

body {
	text-align: center;
  	color: #222; 
  	font: normal 13px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 50px;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	width:980px;
	margin: -8px auto 0 auto;
	border: 8px solid #faeac5;
	position: relative;
	text-align: left;
	background: url(header/produkte.jpg) no-repeat 0 113px;
}
#group2 #wrapper,
#group45 #wrapper {
	background-image: url(header/vertrauen.jpg);
}
#group4 #wrapper,
#group46 #wrapper {
	background-image: url(header/menschen.jpg);
}
#group6 #wrapper,
#group47 #wrapper {
	background-image: url(header/kompetenz.jpg);
}
#group27 #wrapper,
#group51 #wrapper {
	background-image: url(header/produkte.jpg);
}
#group5 #wrapper,
#group48 #wrapper {
	background-image: url(header/kontakt.jpg);
}
.shop #wrapper {
	background-image: none;
}
#header {
	height: 113px;
	position: relative;
	background: url(header.png) no-repeat;
}
.en #header {
	background: url(header_en.png) no-repeat;
}

#title, #subtitle {
	display: block;
	position: absolute;
	top: 15px;
	left: 73px;
	width: 180px;
	height: 50px;
	text-indent: 181px;
	white-space: nowrap;
	overflow: hidden;
}
#content_wrapper {
	margin-top: 200px;
	background: url(content.gif) repeat-y;
	width: 100%; /*IE6*/
}
.shop #content_wrapper {
	margin-top: 4px;
}

/* @group Navi */

#navi {
	position: absolute;
	top: 71px;
	left: 366px;
	right: 0;
	z-index: 2;
}

#navi ul {
	margin: 0;
}

#navi li {
	list-style-type: none;
	float: left;
	position: relative;
}
#navi a {
	display: block;
	color: #fff;
	font: normal 14px/42px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-indent: 150px;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
}

/* @group de */

/*Vertrauen*/
#mi2 a {
	background: url(menu.png) no-repeat -151px 0;
	width: 120px;
}
#mi2 a:hover, #mi2.active a {
	background: url(menu.png) no-repeat -151px -42px;
}

/*Menschen*/
#mi4 a {
	background: url(menu.png) no-repeat -271px 0;
	width: 120px;
}
#mi4 a:hover, #mi4.active a {
	background: url(menu.png) no-repeat -271px -42px;
}

/*Kompetenz*/
#mi6 a {
	background: url(menu.png) no-repeat -393px 0;
	width: 122px;
}
#mi6 a:hover, #mi6.active a {
	background: url(menu.png) no-repeat -393px -42px;
}

/*Produkte + Shop*/
#shop_dropdown {
	position: absolute;
	left: 362px;
	z-index: 3;
}
#shop_dropdown a {
	background: url(menu.png) no-repeat 0 0;
	width: 150px;
}
#shop_dropdown a:hover, #shop_dropdown li.active a {
	background: url(menu.png) no-repeat 0 -42px;
}
/*Kontakt*/
#mi5 {
	margin-left: 150px;
}
#mi5 a {
	background: url(menu.png) no-repeat -518px 0;
	width: 102px;
}
#mi5 a:hover, #mi5.active a {
	background: url(menu.png) no-repeat -518px -42px;
}

/* @end */



/* @group en */

/*Confidence*/
#mi45 a {
	background: url(menu_en.png) no-repeat -151px 0;
	width: 120px;
}
#mi45 a:hover, #mi45.active a {
	background: url(menu_en.png) no-repeat -151px -42px;
}

/*People*/
#mi46 a {
	background: url(menu_en.png) no-repeat -271px 0;
	width: 120px;
}
#mi46 a:hover, #mi46.active a {
	background: url(menu_en.png) no-repeat -271px -42px;
}

/*Competence*/
#mi47 a {
	background: url(menu_en.png) no-repeat -393px 0;
	width: 122px;
}
#mi47 a:hover, #mi47.active a {
	background: url(menu_en.png) no-repeat -393px -42px;
}
/*Products + Shop*/
.en #shop_dropdown a {
	background: url(menu_en.png) no-repeat 0 0;
	width: 150px;
}
.en #shop_dropdown a:hover, 
.en #shop_dropdown li.active a {
	background: url(menu_en.png) no-repeat 0 -42px;
}
/*Contact*/
#mi48 {
	margin-left: 150px;
}
#mi48 a {
	background: url(menu_en.png) no-repeat -518px 0;
	width: 102px;
}
#mi48 a:hover, #mi48.active a {
	background: url(menu_en.png) no-repeat -518px -42px;
}

/* @end */

#navi ul ul {
	position: absolute;
	display: none;
	border: 4px solid #fff;
	border-bottom: 3px solid #fff;
	background: #f7edec;
}
#navi li:hover ul,
#navi li.sfhover ul {
	display: block;
}
#navi li li {
	float: none;
	border-bottom: 1px solid #fff;
	background: #f7edec;
}
#navi li li a,
#navi li:hover li a,
#navi li.sfhover li a
 {
	background: none !important; /*IE6*/
	font: normal 13px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	color: #941415;
	text-indent: 0;
	width: auto;
	padding: 0 20px;
	white-space: nowrap;
}
* html #navi li li a,
* html #navi li.sfhover li a {
	width: 170px;
}
#navi li li:hover,
#navi li li.sfhover,
#navi li li.active {
	background: #e9d3d1;
}
#navi #home_link {
	position: absolute;
	top: -55px;
	left: 290px;
	height: 20px;
	width: 40px;	
}
#navi #cart_link {
	position: absolute;
	top: -55px;
	left: 355px;
	height: 25px;
	width: 138px;
}
#navi #newsletter_link {
	position: absolute;
	top: -55px;
	right: 23px;
	height: 20px;
	width: 70px;
	background: none;
}
#navi #de, #navi #en {
	position: absolute;
	top: -49px;
	left: 190px;
	width: auto;
	height: 15px;
	line-height: 1em;
	background: url(gb.gif) no-repeat;
	text-indent: 23px;
	color: #951516;
	font-size: 12px;
}
#navi #de {
	background: url(at.gif) no-repeat;
}

/* @group 2-spaltig */
#drop_down_wrapper {
	position: absolute;
	left: -107px;
	background: #f7edec;
	width: 351px;
	border: 4px solid #fff;
	border-bottom: 3px solid #fff;
	display: none;
}
#navi li:hover #drop_down_wrapper,
#navi li.sfhover #drop_down_wrapper {
	display: block;
}
#navi #drop_down_wrapper ul {
	width: 190px;
	border: 0;
	position: relative;
}
#navi #drop_down_wrapper a {
	padding-right: 0;
}
#drop_down_wrapper ul#left_list {
	float: left;
	border-right: 1px solid #fff;
	width: 160px;
}
* html #drop_down_wrapper ul#left_list {
	width: 140px;
}
* html #drop_down_wrapper ul#left_list a {
	width: 140px;
}
#drop_down_wrapper ul#right_list {
	float: right;
	border-left: 0;
}
* #drop_down_wrapper ul#right_list a {
	width: 170px;
}
#drop_down_wrapper ul#bottom_list {
	width: 100%;
	border-top: 2px solid #fff;
	margin-top: -1px;
}
#drop_down_wrapper ul#bottom_list li {
	float: left;
	width: 190px;
}
* html #drop_down_wrapper ul#bottom_list li {
	width: 170px;
}
#drop_down_wrapper ul#bottom_list li a {
	padding: 5px 0 5px 40px;
}
#drop_down_wrapper ul#bottom_list li#advanced_search {
	width: 160px;
	border-right: 1px solid #fff;
}
#drop_down_wrapper li#advanced_search a {
	background: url(lupe.gif) no-repeat 18px 10px !important; /*IE6*/
}
* html #drop_down_wrapper li#advanced_search a {
	width: 120px;
}
#drop_down_wrapper li#wish_list a {
	background: url(/images/wish_list.gif) no-repeat 20px 10px !important; /*IE6*/
}
* html #drop_down_wrapper li#wish_list a {
	width: 150px;
}
#drop_down_wrapper li#advanced_search a:hover,
#drop_down_wrapper li#wish_list a:hover {
	background-color: #e9d3d1;
}
/* @end */

/* @group Submenü unten */

#submenu {
	margin: 0;
	width: 190px;
	float: left;
}
#submenu li {
	border: none;
	border-bottom: 1px solid #A73C3D;
	list-style-type: none;
}
#submenu a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 190px;
	text-indent: 20px;
	padding: 0;
	background: #941415;
	border: 0;
	border-top: 1px solid #941415;
	border-bottom: 1px solid #941415;
}
#submenu a:hover,
#submenu li.active a {
	background: #a73c3d;
}

/* @end */
/*Home x 2, Produkte, Products, Diverse x 2*/
#mi1, #mi44, #mi27, #mi51, #mi29, #mi52 {
	display: none;
}
/* @end */

#main, #cart {
	float: right;
	position: relative;
	width: 740px;
	margin: 20px 20px 20px 0;
	display: inline;
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}
.shop #main {
	width: auto;
	float: none;
	display: block;
	margin: 0;
	min-height: 340px;
	height: auto !important;
	height: 340px; /*For IE*/
}
.content {
	clear: both;
	position: relative;
}
.pic_left img, 
.pic_right img, 
.pic_center img {
	border: 1px solid #ddd;
	padding: 2px;
}
.pic_left {
	float: left;
	margin: 5px 15px 3px 0;
}
.pic_right {
	float: right;
	margin: 5px 0 5px 15px;
}
.post p, #sidebar p, #product_description p {
	margin: 0;
	padding: 0;
}
.post ul {
	margin-left: 0.5em;
}
.post li {
	list-style-type: none;
	padding-left: 1em;
	background: url(bullet.gif) 0 0.5em no-repeat;
}
.red {
	color: #941415;
}
a { color: #941415; }
a:visited { color: #941415; }
a:hover { color: #000; }
	
h1, h2 {
	color: #941415;
	margin: 0.2em 0 1em 0;
	font: normal 18px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	font-size: 15px;
	margin-bottom: 0.5em;
}
hr {
	border: 1px solid #f2dddd;
}
#footer {
	clear: both;
	height: 30px;
	padding-top: 20px;
	margin-bottom: -50px;
	position: relative; /*IE6*/
	width: 100%;
	font-size: 11px;
	text-align: center;
	font-family: verdana;
}
#footer p {
	margin: 0;
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
.button {
	display: block;
	width: 177px;
	height: 35px;
	text-indent: 180px;
	overflow: hidden;
	white-space: nowrap;
}
#newsletter_link {
	float: left;
	background: #f7dedf;
	text-decoration: none;
	border: 1px solid;
	padding: 5px 10px;
	font-size: 1.1em;
}
#login_link {
	display: none;
}
/* @group Errors */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
.left_col .fieldWithErrors,
.right_col .fieldWithErrors {
	background: none;
}
.right_col .fieldWithErrors input {
	border: 2px solid red;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  color: #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fff4f3;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul {
	margin: 0 1.5em;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/* @end */
/* @group gallery */
.gallery ul {
	margin: 0;
}
.gallery li {
	margin: 0 20px 15px 0;
	float: left;
	list-style: none;
}
.gallery img {
	padding: 0;
	border: 0;
}
/* @end */


/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	color: #ad4a4b;
	border: 1px solid #f2d9da;
	padding: 2px 2px 2px 5px;
	background-color: #f9f2f2;
	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #e4999a;
	background-color: #ffefcc;
	color: #941415;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 480px;
}

#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 10px 12px;
}
/* @end */

/* @group Routenplaner */
#c47 {
	width: 740px;
	height: 300px;
}
.extern iframe {
	height: 300px;
}
.extern a {
	display: none;
}
/* @end */

/* @group Übersicht */
#overview {
	padding: 20px 0 0 32px;
	float: left;
	width: 730px;
	color: #666;
}
#overview .img_wrapper {
	width: 140px;
	height: 140px;
	float: left;
}


/* @end */



/* @group Produktliste */
#productlist {
	color: #f4e7e7;
	line-height: 1.7em;
	width: 160px;
	float: left;
	margin: 20px 0 0 30px;
	display: inline;
}
#productlist ul {
	margin: 0;
}
#productlist li {
	list-style-type: none;
}
#productlist a {
	color: #f4e7e7;
	text-decoration: none;
} 
#productlist .active a,
#productlist a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Produktseite */
#product_pic {
	float: left;
	width: 375px;
	height: 375px;
	margin: 0 0 0 4px;
}
#product_pic img {
	float: left;
}
#product_description {
	float: right;
	width: 365px;
	margin: 15px 20px 5px 0;
	_display: inline;
}
#product_description img {
	padding: 2px 4px 2px 0;
	margin-bottom: 1em;
}
#buy, #related {
	float: right;
	width: 766px;
	padding: 10px 0 0 20px;
	border-top: 4px solid #faeac5;
}
.related_product {
	float: left;
	width: 190px;
	height: 60px;
	overflow: hidden;
}
.related_product img {
	vertical-align: middle;
}
#sizes {
	position: absolute;
	background: #fbf3f1;
	top: 55px;
	left: 594px;
	border: 1px solid #f1d8d9;
	padding: 10px;
	width: 345px;
	color: #941415;
	z-index: 1;
}
#sizes p {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #f1d8d9;
}
#sizes td, #sizes th {
	border: 0;
	text-align: left;
	line-height: 1em;
}
#sizes .price {
	text-align: right;
}
#sizes .price, #sizes .size {
	white-space: nowrap;
}
#sizes #close_sizes {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 30px;
	height: 19px;
	text-indent: 30px;
	overflow: hidden;
	background: url(close_sizes.gif);
	color: #fff;
	text-decoration: none;
}
#colors {
	float: left;
	margin-top: 1em;
	width: 210px;
	font-size: 12px;
}
#colors img {
	vertical-align: middle;
	margin: 0;
}
#colors p {
	margin: 0;
	clear: both;
	line-height: 20px;
}
#color_column {
	float: left;
	width: 105px;
	margin-bottom: 1.5em;
}
#links {
	float: right;
	margin: 1em 0 0.5em 0;
	width: 160px;
}
#links a {
	padding-left: 20px;
}
#wishes_link {
	background: url(/images/wish_list.gif) no-repeat;	
}
#sizes_link {
	background: url(/images/sizes.gif) no-repeat;	
}
#pflegehinweise {
	background: url(/images/star.gif) no-repeat;
}
#edit_product_link {
	background: #f4e7e7;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #edcbcc;
	position: absolute;
	top: 20px;
	right: 20px;
}
#edit_product_link:hover {
	color: #fff;
	background: #951516;
	border-color: #951516;
}
#buy form {
	margin-bottom: 10px;
}
#buy select, #buy strong {
	margin-right: 10px;
}
#buy input {
	vertical-align: middle;
}
.product_logo {
	position: absolute;
	top: 45px;
	right: 0;
}
/* @end */

/* @group Einkaufswagen */
#cart {
	margin-right: 0;
}
#cart th {
	text-align: left;
}
#cart td, #cart th {
	border: 0;
	border-bottom: 1px solid #f1d8d9;
	line-height: 2.5em;
	vertical-align: middle;
}
#update_price {
	float: left;
}
#empty_cart_,
#empty_cart_en {
	background: url(einkaufswagen_leeren.png) no-repeat;
	float: left;
}
#empty_cart_en {
	background: url(empty_cart.png) no-repeat;
}
#proceed_to_checkout_,
#proceed_to_checkout_en {
	background: url(zur_kasse_gehen.png) no-repeat;
	margin-left: 20px;
	float: left;
}
#proceed_to_checkout_en {
	background: url(proceed_to_checkout.png) no-repeat;
}
#adresse_aendern_ {
	background: url(adresse_aendern.png) no-repeat;
}
#adresse_aendern_en {
	background: url(change_address.png) no-repeat;
}
#bestellung_senden_ {
	background: url(bestellung_senden.png) no-repeat;
}
#bestellung_senden_en {
	background: url(send_order.png) no-repeat;
}
.space {
	display: block;
	width: 95px;
	float: left;
}
.left_col {
	float: left;
	width: 95px;
}
.right_col {
	float: left;
	width: 200px;
}
.left_col div, .right_col div {
	min-height: 30px;
	margin: 0;
}
* html .left_col div, 
* html .right_col div {
	height: 30px;
}
.check_order p {
	margin: 0.5em;
}
/* @end */

/* @group Startseite */
#page1 #wrapper,
#page44 #wrapper {
	background: none;
}
#page1 #content_wrapper,
#page44 #content_wrapper {
	background: none;
	margin: 0;
}
#page1 #main,
#page44 #main {
	width: 980px;
	margin: 0;
	background: url(bg.png) 0 330px repeat-x;
}
#page1 .post,
#page44 .post {
	padding: 0;
	height: 170px;
}
#page1 .pic_left,
#page1 .pic_right,
#page1 .pic_center,
#page44 .pic_left,
#page44 .pic_right,
#page44 .pic_center {
	margin: 0;
}
#page1 #add_detail_page,
#page44 #add_detail_page {
	display: none;
}
#page1 .content,
#page44 .content {
	width: 215px;
	height: 170px;
	float: left;
	clear: none;
	border: 4px solid #fff;
	margin: 20px 11px 0 11px;
	_margin: 20px 9px 0 9px;
	background: #fff;
	overflow: hidden;
}
#page1 .post p,
#page44 .post p {
	display: block;
	width: 215px;
	height: 29px;
	background: url(link_bg.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -4px;
	color: #fff;
	text-decoration: none;
	line-height: 33px;
	text-indent: 6px;
}
/*
#page1 .pic_left a,
#page1 .pic_right a,
#page1 .pic_center a,
#page44 .pic_left a,
#page44 .pic_right a,
#page44 .pic_center a {
	bottom: auto;
	text-indent: 0;
}*/

#page1 .pic_left img,
#page1 .pic_right img,
#page1 .pic_center img,
#page44 .pic_left img, 
#page44 .pic_right img, 
#page44 .pic_center img {
	padding: 0;
}
#c34 .edit_highlight,
#c35 .edit_highlight,
#c36 .edit_highlight,
#c37 .edit_highlight,
#c115 .edit_highlight,
#c116 .edit_highlight,
#c117 .edit_highlight,
#c118 .edit_highlight {
	background: url(/images/bearbeiten.gif) no-repeat;
	padding-top: 15px;
}


/*Startseiten-Bild*/
#page1 #c66,
#page44 #c114 {
	width: 980px;
	height: 376px;
	border: 0;
	margin: 0;
	border-bottom: 10px solid #951516;
}
#page1 #c66 p,
#page44 #c114 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 376px;
	background: none;
	text-indent: 990px;
	overflow: hidden;
	white-space: nowrap;
}
#page1 #c66 a,
#page44 #c114 a {
	position: absolute;
	top: 30px;
	left: 720px;
	width: 230px;
	height: 110px;
	background: url(/images/blank.gif);
	text-indent: 235px;
	overflow: hidden;
	white-space: nowrap;
}


#logos_home {
	width: 545px;
	height: 80px;
	background: url(logos_home.jpg) no-repeat;
	margin: 2em auto 1em auto;
	display: none;
}
#page1 #logos_home,
#page44 #logos_home {
	display: block;
}
#logos_home a {
	display: block;
	height: 80px;
	float: left;
	margin-left: 5px;
	text-indent: 210px;
	overflow: hidden;
	white-space: nowrap;
}
#logos_home #austria {
	width: 90px;
}
#logos_home #emas {
	width: 55px;
}
#logos_home #oeko-tex {
	width: 80px;
}
#logos_home #baumwollboerse {
	width: 80px;
}
#logos_home #herka-qualitaet {
	width: 210px;
}
#psi-banner {
	display: none;
}
#page1 #psi-banner {
	display: block;
}
/* @end */

/* @group Bilder in Sidebar */
#sidebar {
	display: none;
}
#group27 #sidebar {
	display: block;
	width: 190px;
	height: 220px;
	background: url(liebe_ist_ein_stoff.gif) no-repeat;
	position: absolute;
	top: 330px;
	left: 0;
}
#page46 #sidebar {
	display: block;
	width: 190px;
	height: 609px;
	background: url(langer_stapel.jpg) no-repeat;
	position: absolute;
	top: 313px;
	left: 0;
}
/* @end */

/* @group Spalten */
.links, .rechts {
	width: 50%;
	float: left;
	clear: left;
}
.rechts {
	float: right;
	clear: right;
}
.links_breit {
	width: 82%;
	float: left;
	clear: left;
}
.rechts_schmal {
	width: 18% !important;
	float: right;
	clear: right;
}
.rechts_schmal .gallery li {
	margin-right: 0;
}
/* @end */

/* @group International shipping */
.attention {
	font-size: 2em;
	color: #941415;
}
.shipping {
	border: 1px solid #aa4243;
	padding: 10px 15px;
	margin-right: 40px;
	background: #fff9fa;
}
.shipping table {
	border: 1px solid #f1d8d9;
}
.shipping td, .shipping th {
	padding: 0 10px;
	border: 1px solid #f1d8d9 !important;
}

/* @end */




.color_search {
	float: left;
	width: 140px;
	padding-bottom: 1.2em;
}