body {
	background:url(../images/main_bg01.jpg) repeat-x;
	background-color:#bbd7d8;
	padding:0;
	margin:0;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:1.4;
}

input,
select,
textarea {
	background-color:#FFF;
	padding:0;
	margin:0;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:1.4;
}

a {
	text-decoration:none;
}

.news-morelink a {
	padding-left:10px;
	background:url(../images/more_377.png) no-repeat 2px center;
}

img {
	border:none;
}

input[type=text],
input[type=password] {
	border:1px solid #7f7f7f;
	padding:2px;
	height:14px;
}

input[type=submit],
input[type=button],
span.to-checkout-button {
	width:95px;
	height:21px;
	border:none;
	background:url(../images/button.png) no-repeat left top;
	color:white;
	font-weight:bold;
}
span.to-checkout-button {
	display: inline-block;
	line-height: 20px;
	text-align: center;
}

select {
	width:228px;
	height:20px;
	padding:2px;
	border:1px solid #7f7f7f;
}

#tx_commercesearch_pi1_formular_ts input[type=submit],
#searchform input[type=submit],
#filialfinder input[type=submit] {
	width:33px;
	height:26px;
	padding:0;
	margin-left:2px;
	border:none;
	background:url(../images/button_search.png) no-repeat left top;
	vertical-align:bottom;
	text-indent:999em;overflow:hidden;
}

fieldset {
	padding:0;
	margin:0;
	border:none;
}

fieldset legend {
	display:none;
}

.clear {
	clear:both;
}

.side h1 {
	margin-top:8px;
}

.side h2 {
	margin-bottom:4px;
	font-size:11px;
	font-weight:bold;
}

.side,
.side h3,
#intro,
#footer {
	font-size:9px;
}

.tx-commerce-pi1,
.tx-felogin-pi1,
.tx-felogin-pi1 h3,
#leftnav .side,
input,
select,
textarea,
body {
	font-size:11px;
}


/* --------------------------------------------------
	Schriftfarben
-------------------------------------------------- */

body,
input,
select,
textarea,
.com-category a,
#intro .right_block a,
#leftnav a,
#footer a {
	color:#666666;
}
#intro .right_block a.more {
	background-image:url(../images/more_666.png);
}

a,
#header,
#leftnav .level2 a:hover,
#leftnav .level2 .active a {
	color:#287e7b;
}

a:hover,
.com-category a:hover,
#intro .left_block a:hover,
#intro .right_block a:hover,
#leftnav a:hover,
#leftnav .active a,
#footer a:hover {
	color:#333333;
}

#leftnav .level2 a {
	color:#999999;
}

#intro .left_block a,
#intro .left_block {
	color:#ffffff;
}
#intro .left_block a.more {
	background-image:url(../images/more_fff.png);
}

.com-basket-delivery,
.com-basket-payment {
  color: #287e7b;
  font-weight: bold;
}

.com-basket-header-text {
  font-weight: bold;
}

.warning {
  color: #ff0000;
}

/* --------------------------------------------------
	Grundgerüst
-------------------------------------------------- */

#page {
	background-color:#FFF;
	width:968px;
	border:0px solid #8c8c8c;
	margin:0 auto;
}

#header,
#intro,
#navigation,
#main,
#footer {
	clear:both;
}

.left_block {
	position:relative;
	float:left;
	width:199px;
	height:100%;
}

.middle_block {
	float:left;
	width:549px;
	height:100%;
	margin-left:1px;
}

.right_block {
	float:left;
	width:218px;
	height:100%;
	margin-left:1px;
}

#header {
	position:relative;
	height:74px;
	background-color:#bbd7d8;
}

#header #fontsize {
	position:absolute;
	left:14px;
	bottom:10px;
}

#header #logo {
	position:absolute;
	right:0;
	top:15px;
	width:406px;
	height:47px;
	background:transparent url(../images/logo.png) no-repeat left top;
}

#intro {
	height:200px;
	margin-top:5px;
}

#intro .left_block {
	background-color:#8c8c8c;
}

#intro .middle_block {
}

#intro .right_block {
	background-color:#cccccc;
}

#navigation {
	height:29px;
	margin-top:1px;
}

#navigation .left_block {
	background-color:#cccccc;
}

#navigation .middle_block {
	background-color:#287e7b;
}

#navigation .right_block {
	background-color:#ececec;
}

#main .middle_block {
	background: transparent url(../images/content_bg.png) no-repeat left top;
}

#footer {
	height:45px;
	background-color:#bbd7d8;
}

#footer .left_block {
	width:auto;
	height:auto;
	padding-left:0px;
	padding-top:14px;
	padding-bottom:14px;
	padding-right:14px;
}

#footer .middle_block {
	float:right;
	width:auto;
	padding-left:14px;
	padding-top:2px;
	padding-bottom:0px;
	padding-right:0px;
}

#footer .right_block {
	float:right;
	width:auto;
	height:auto;
	padding:14px 0;
}

/* ==================================================
	Navigation
================================================== */

#topnav ul,
#topnav lu,
#leftnav ul,
#leftnav li {
	margin:0;
}

/* --------------------------------------------------
	Navigation Oben
-------------------------------------------------- */

/* Zentriert darstellen */
#topnav ul.level1 {
	text-align:center;
}
#topnav ul.level1 li {
	display:inline-block;
	margin:0 4px;
}
#topnav ul.level2 {
	text-align:left;
}
#topnav ul.level2 li {
	display:list-item;
	margin:0;
}

/* Aufklappen */
#topnav .level1 li {
	position:relative;
	list-style:none;
	z-index:100;
}

#topnav .level2 {
	display:none;
	position:absolute;
	left:-9px;
	top:29px;
}

#topnav .level1 li:hover .level2 {
	display:block;
}

/* Grafisches Menü */
#topnav .level1 a {
	display:block;
	height:29px;
	background-position:0 0;
	color:transparent;
	text-indent:999em;white-space:nowrap;overflow:hidden;
}
#topnav .level1 .active a,
#topnav .level1 a:hover {
	background-position:0 -30px;
}

#topnav .level1 .active .level2 a,
#topnav .level2 a {
	width:173px;
	height:14px;
	padding:6px 0 8px 11px;
	background:transparent url(../images/topnav_l2_bg.png) no-repeat left top;
	color:#666666;
	text-indent:0;
	text-transform:uppercase;
}
#topnav .level2 a:hover {
	background-position:0 0;
	color:#333333;
}

/* --------------------------------------------------
	Navigation Links
-------------------------------------------------- */

#leftnav ul.level1 li {
/*	height:28px;*/
	list-style:none;
	padding:7px 0 7px 14px;
	background:transparent url(../images/menu_div.png) no-repeat left bottom;
	text-transform:uppercase;
/*	font-weight:bold;*/
}

#leftnav ul.level1 li.first {
	padding-top:0;
}

#leftnav ul.level2 li {
	padding:0;
	background:none;
	text-transform:none;
/*	font-weight:normal;*/
}

#leftnav ul.level1 a {
	display:block;
}

#leftnav ul.level2 a {
	padding-top:2px;
	padding-bottom:2px;
}

#leftnav ul.level3 {
    padding-left: 10px;
}


/* --------------------------------------------------
	Navigation Footer
-------------------------------------------------- */

#footer .right_block a {
	margin-left:8px;
	padding-left:16px;
	margin-top:-1px;
	padding-top:1px;
}

a.pageId_46 {
	background:transparent url(../images/copyright_icon.png) no-repeat left top;
}
a.pageId_47 {
	background:transparent url(../images/sitemap_icon.png) no-repeat left top;
}
a.pageId_48 {
	background:transparent url(../images/mail_icon.png) no-repeat left top;
}
a.print {
	margin-left:12px !important;
	background:transparent url(../images/print_icon.png) no-repeat left top;
}

/* ==================================================
	Suche
================================================== */

#search {
	position:absolute;
	bottom:14px;
}

#tx_commercesearch_pi1_formular_ts input[type=text],
#search #sword {
	width:128px;
}

#autocomplete {
	z-index:10000;
}

#autocomplete ul {
	margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #ccc;
	list-style-type:none;
}

#autocomplete li {
	color:#333;
	cursor:pointer;
	font-size:10px;
	padding:0 3px;
}

#autocomplete .selected {
	color:#666;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#000;
}

.tx_commercesearch_pi1_letter {
	display:none;
}

/* ==================================================
	Inhalt
================================================== */

.side {
	margin:14px;
	margin-bottom:0;
}

#content {
	margin:14px 18px;
	min-height:300px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #cccccc;
	margin-top:1px;
}

#sidebar div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 0;
	margin-top:3px;
}

.middle_block div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top:0px;
}

#intro div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border:none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:4px;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-bottom:40px;
	margin-left:50px !important;
	margin-bottom:17px;
	margin-left:17px !important;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:18px !important;
}

#content .csc-frame-invisible .csc-textpic-intext-left-nowrap img {
	border:none !important;
	margin:-14px 0 0 -18px !important;
}
#content .csc-frame-invisible .csc-textpic-image {
	margin-bottom:0 !important;
}

/* Anna mit Schild */
.csc-frame-frame1 .csc-textpic-imagewrap {
/*	position:relative;
	width:200px;
	height:500px;
	margin:0px 0 0 -14px !important;
	background:url(../images/anna_schild_neu.jpg) no-repeat left top;*/
}

.csc-frame-frame1 .csc-textpic-imagewrap img {
	position:absolute;
	left:18px;
/*	top:93px;*/
	top:143px;
	width:118px;
	height:189px;
}

/* --------------------------------------------------
	sidebar
-------------------------------------------------- */

.side .csc-frame-invisible .csc-textpic img {
	border:none !important;
	margin:-14px 0 0 -14px !important;
}
.side .csc-textpic-intext-left .csc-textpic-image {
	margin-bottom:0 !important;
}

.side .csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-right:8px !important;
}

/* ==================================================
	tt_address
================================================== */

#filialfinder input[type=text] {
	width:141px;
}

.tx-ttaddress-pi1 {
	margin:10px 0;
}

.tx-ttaddress-pi1 img {
	float:left;
	margin:2px 16px 20px 0;
	border:1px solid #cccccc;
}

/* ==================================================
	powermail
================================================== */

.amf_item {
	padding: 2px 0;
/*	clear: left;*/
}

.amf_label {
	width: 180px;
	float: left;
}

.amf_input {
	margin-left: 180px;
}

.amf_input input,
.amf_input select,
.amf_input textarea {
	width:200px;
	margin:0;
	padding:2px;
}

.amf_input select {
	width:166px;
	padding:2px 0 2px 2px;
}

.amf_input textarea {
	height:60px;
}

.amf_submit input {
	width:95px;
}

.amf_value {
	margin:4px 0;
}

.amf_value input {
	float:left;
	width:auto;
	border:none;
	margin-right:2px;
}

.amf_value span {
	display:block;
	margin-left:20px;
}

.amf_req {
	padding-left: 2px;
	color: red;
}

.powermail_mandatory_js {
	color:red;
}

.tx-powermail-pi1_confirmation input {
	margin-top:6px;
}

/* --------------------------------------------------
	Formular sidebar
-------------------------------------------------- */
.side .amf_item {
	clear:both;
}

.side .amf_label {
	width:55px;
}

.side .amf_input {
	margin-left: 55px;
}

.side .amf_input input,
.side .amf_input select,
.side .amf_input textarea {
	width:125px;
}

.side .amf_value input {
	width:auto;
}

.side .amf_submit input {
	width:95px;
	margin-bottom:4px;
}

/* ==================================================
	commerce
================================================== */

/* --------------------------------------------------
	Kategorieliste (categoryListView)
-------------------------------------------------- */

.com-category {
	margin-right:-18px;
}

.com-category .com-item {
	float:left;
	overflow:hidden;
	width:140px;
	height:140px;
	padding:8px;
	border:1px solid #d0d0d0;
	margin:0 18px 18px 0;
}

.com-category .com-title {
	margin-bottom:8px;
	text-transform:uppercase;
}

.tx-commerce-pi1 .hide {
	display:none;
}

/* --------------------------------------------------
        Shop Startseite (Beschreibung Kategorie)
---------------------------------------------------*/

.com-category-desc h1 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.com-category-desc h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.com-category-desc h3 {
	font-size: 18px;
	font-weight: bold;
	color: #287e7b
}

.com-category-desc .left {
	float: left;
}

.com-category-desc .right {
	float: right;
}

/* --------------------------------------------------
	Produktliste (listView)
-------------------------------------------------- */

.com-list-col-img img,
.com-related img {
	float:left;
	margin:2px 16px 20px 0;
}

.com-list-col h1 {
	margin-bottom:4px;
}

.com-list-col .com-content {
	margin-left:120px;
}

.com-subtitle {
	font-weight:bold;
}

.com-list-col-price {
	font-weight:bold;
	color:#333;
}

.tx-commerce-pi1 hr,
tx-commerce-pi1 div.clear {
	height:1px;
	margin:16px 0 0 0;
	border:none;
	background:url(../images/hr.png) no-repeat left top;
}

.pagebrowser {
	margin-top:16px;
}

/* --------------------------------------------------
	Einzelansicht (singleView)
-------------------------------------------------- */

.com-single .com-images {
	float:left;
	width:260px;
}

.com-single img {
	margin:2px 16px 20px 0;
}

.com-single .com-content {
	margin-left:260px;
}

.com-single .amf_item {
	font-size:13px;
}

.com-single .amf_label {
	width:80px;
}

.com-single .amf_input {
	margin-left:80px;
}

.com-single .amf_input input {
	width:auto;
	vertical-align:top;
}

/* --------------------------------------------------
	Related
-------------------------------------------------- */

.com-related .com-content {
	margin-left:90px;
}

.com-related .com-item {
	float:left;
	width:256px;
}

.com-related fieldset {
	background:url(../images/hr.png) no-repeat left top;
	margin-top:16px;
	padding-top:16px;
}

.com-related fieldset legend {
	display:block;
	padding-right:14px;
	background-color:white;
}

/* ==================================================
	tt_news
================================================== */

.news-item h3 {
	margin-bottom:5px;
}

.news-morelink,
.news-item p {
	display:inline;
}

.news-date {
	font-weight:bold;
	margin-bottom:2px;
}

.news-item img {
	float:left;
	margin:3px 6px 0px 0;
	border:1px solid #cccccc;
}

.news-clearer {
	clear:both;
	margin-top:12px;
	border:none;
}

.news-list-container .news-item img {
	margin:2px 16px 14px 0;
	border:1px solid #cccccc;
}

.news-list-container .news-clearer {
	background:url(../images/hr.png) no-repeat left top;
}

.news-gotoarchive {
	display:none;
}

.news-single-img {
	float:right;
	margin-left:50px;
}

/* ========================================
	Spalten
======================================== */

/* ----------------------------------------
	2 Spalten
---------------------------------------- */

.two_col .left_col {
	float: left;
	width: 234px;
	padding-right: 22px;
	margin-bottom:-15px;
	background:url(../images/vr.png) no-repeat right top;
}

.two_col .right_col {
	float: left;
	width: 234px;
	padding-left: 22px;
	margin-bottom:-15px;
/*	margin-left: 4%;*/
}

/* ----------------------------------------
	3 Spalten
---------------------------------------- */

.three_col .left_col {
	float: left;
	width: 31%;
}

.three_col .middle_col {
	float: left;
	width: 31%;
	margin-left: 3%;
}

.three_col .right_col {
	float: left;
	width: 31%;
	margin-left: 3%;
}

/* ========================================
	felogin
======================================== */
.tx-felogin-pi1 .more {
	padding-left:14px;
}

/* ========================================
	sr_feuser_register
======================================== */

.tx-srfeuserregister-pi1 a {
	background:none;
	padding:0;
}

.tx-srfeuserregister-pi1 h4,
.tx-srfeuserregister-pi1 p {
	padding:0;
}

.tx-srfeuserregister-pi1 ul {
	list-style-position:outside;
	list-style-image:url(../images/more_377.png);
	margin-left:14px;
	font-size:11px;
}

#tx-srfeuserregister-pi1-fe_users_form input[type="text"],
#tx-srfeuserregister-pi1-fe_users_form input[type="password"],
#tx-srfeuserregister-pi1-fe_users_form textarea {
	width:300px;
}
#tx-srfeuserregister-pi1-fe_users_form select {
	width:306px;
}
#tx-srfeuserregister-pi1-fe_users_form input[type="submit"] {
	padding:0;
}


.tx-commerce-pi1 {
position:relative;
}

.angebot {
width:162px;
height:119px;
background: url(../images/top_angebot.png) left top no-repeat;
position: absolute;
right:-17px;
top:-14px;
}

.angebot-desc {
font-family:Verdana;
}

.angebot-desc h2,
h2.com-category-subtitle-angebot {
font-weight:bold;
font-size:19px;
line-height:1.4;
font-variant:normal;
text-transform:uppercase;
margin-top:10px;
margin-bottom:20px;
color:#666666;
}


.angebot-desc h3 {
font-variant:normal;
text-transform:uppercase;
font-size:19px;
}

.angebot-desc h4 { 
font-size:14px;
margin-bottom:10px;
color:#666666;
}


.angebot-desc table.contenttable {
width:100%;
}


.angebot-desc table.contenttable th,
.angebot-desc table.contenttable td {
vertical-align:top;
padding-left:0;
}

.angebot-desc table.contenttable th img,
.angebot-desc table.contenttable td img {
margin-top:8px;
}

.category-image {
float:right;
margin-top: 50px;
}

.old_price {
text-decoration: line-through;
}

.new_price {
color: red;
}

.error {
color: #c00000;
}

.bewertung {
margin-top: 20px;
}

#abe-product-attributes div.amf_label{
  font-size: 11px;
}

#abe-product-attributes div.amf_input{
  font-size: 11px;
}

.hinweis {
  color: #287e7b;
}
