/*
------------------------------------------------------------------------
Schwarzfischer Creativ GmbH
------------------------------------------------------------------------

Author:     Michael Schwarzfischer, info@schwarzfischer-creativ.de
Updated:    Juli 2010
Copyright:  (c) 2010 Schwarzfischer Creativ GmbH.

All rights reserved.
*/

/*
------------------------------------------------------------------------
BASIC
------------------------------------------------------------------------
*/
html{height:100%;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #937B5C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-image: url(../images/design/body_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
p {
	line-height: 18px;
	margin: 0px;
}
a, a:visited {
	color: #7B070E;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.fixfloat {
	float:none;
	clear:both;
	width:1px;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0px;
	height:1px;
}
.white {
	color: #ffffff;
}
.bold_red {
	color: #7B070E;
	font-weight: bold;
}
small {
	font-size: 8px;
	vertical-align: super;
}
.lft {
	float: left;
}
.rght {
	float: right;
}
h1 {
	padding: 0px;
	font-size: 24px;
	color: #999999;
	font-weight: lighter;
	margin: 0px;
	line-height: 22px;
}
h2 {
	padding: 0px;
	font-size: 18px;
	color: #7B070E;
	font-weight: lighter;
	margin: 0px;
	line-height: 18px;
}
.details {
	background-image: url(../images/design/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #FF9900;
}
.send_order a {
	height:29px;
	width:191px;
	display:block;
	background-image:url(../images/design/warenkorb_bestellen.gif);
	text-indent:-9999px;
	cursor:pointer;
	float:right;
}
.send_order.en a {
	background-image:url(../images/design/warenkorb_order.gif);
}
.error {
	color:#981401;
}
/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container_top {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 158px;
}
.container_middle {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.container_bottom {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
/*
------------------------------------------------------------------------
CONTAINER TOP
------------------------------------------------------------------------
*/

#header_top {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	height: 31px;
	background-image: url(../images/design/header_image.jpg);
	background-repeat: no-repeat;
}
#header_logo {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	height: 127px;
	background-image: url(../images/design/header_logo.gif);
	background-repeat: no-repeat;
	text-align: center;
}
/*
------------------------------------------------------------------------
CONTAINER MIDDLE
------------------------------------------------------------------------
*/

.content {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/design/content_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 800px;
}
.content #sidebar {
	float: left;
	width: 210px;
	background-color: #FFFFFF;
}
.content #mainContent {
	width: 749px;
	height: 100%;
	margin-left: 211px;
	background-color: #F3E2C4;
}
.content #mainContentHome {
	width: 749px;
	height: 634px;
	margin-left: 211px;
	background-image: url(../images/design/mainContentHome_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content #mainContentHome #welcomebox {
	padding: 25px;
	width: 410px;
	height: 230px;
	background-color: #E1EDC8;
	border: 1px solid #FFFFFF;
	margin-left: 270px;
	margin-top: 335px;
	position: absolute;
}
.content #mainContentNews {
	width: 681px;
	margin-left: 211px;
	background-color: #E9F4FA;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentOverbeck {
	width: 681px;
	margin-left: 211px;
	background-color: #E3E9CD;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentImpressionen {
	width: 681px;
	margin-left: 211px;
	background-color: #EEE4F1;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentBezugsquellen {
	width: 681px;
	margin-left: 211px;
	background-color: #F0E4DC;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentKontakt {
	width: 681px;
	margin-left: 211px;
	background-color: #E8ECE9;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentAnmelden {
	width: 681px;
	margin-left: 211px;
	background-color: #ECF2C6;
	padding-top: 22px;
	padding-right: 34px;
	padding-bottom: 34px;
	padding-left: 34px;
	min-height: 500px;
}
.content #mainContentProdukte {
	width: 749px;
	margin-left: 211px;
	background-color: #ECF2C6;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-height: 500px;
}
#teaserimage {
	width: 194px;
	margin-left: -34px;
	margin-top: -22px;
	height: 256px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* HÄNDLERLOGIN */
#tradebar {
	width: 152px;
	position: relative;
	margin-left: 10px;
	background-image: url(../images/design/trade_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #AFC0D2;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 27px;
	padding-bottom: 50px;
}
#tradebar a, #tradebar a:visited {
	color: #5E7894;
	text-decoration: none;
	outline: none;
}
#tradebar a:hover {
	text-decoration: underline;
}
form#login {
	width:152px;
}
form#login fieldset {
	border: 0px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}
form#login input.trade {
	border: 0px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	width: 120px;
	margin: 0px 0px 5px 0px;
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border: 0px;
	color: #AFC0D2;
}
form#login input.trade:hover {
	background-color:#EFF2F6;
}
form#login input.trade:focus {
	background-color:#EFF2F6;
}
form#login input.abschicken {
	border: 0px;
}
form#login input.abschicken:hover {
	opacity:0.8;
	cursor:pointer;
}
form#login input.abschicken:focus {
	opacity:0.8;
	cursor:pointer;
}
/* BEZUGSQUELLEN */
.mailform-field {
	display:block;
	margin-bottom:3px;
	height: 24px;
}
.mailform-field .right {
	text-align:right;
}
label {
	float:left;
	text-align:right;
	margin-right: 10px;
	width: 50px;
	padding-top: 3px;
}
input.quellen {
	border: 0px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border: 0px;
	color: #000000;
}
input.quellen:hover {
	background-color:#F7F1ED;
}
input.quellen:focus {
	background-color:#F7F1ED;
}
a.bezugsuche_submit {
	text-decoration:none;
	margin-left:60px;
}
a.bezugsuche_submit:hover {
	opacity:0.8;
	cursor:pointer;
}
a.bezugsuche_submit:focus {
	opacity:0.8;
	cursor:pointer;
}
a.bezugsuche_submit img {
	border:0 none;
}
#suchergebnis {
	margin-top: 20px;
	padding: 0px;
	width: 691px;
}
div.trader {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius: 8px;
	width:190px;
	height:190px;
	margin:15px 10px 0px 0px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	padding:15px;
	background-image: url(../images/design/trader_foter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content #mainContentAnmelden li {
	list-style:none;
	background:url(../images/design/bullet_blume.gif) no-repeat 10px 5px;
	padding-left:30px;
}
input.anmeldung {
	border: 0px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	width: 400px;
	margin: 0px 0px 5px 0px;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border: 0px;
	color: #000000;
}
input.anmeldung:hover {
	background-color:#F4F7DD;
}
input.anmeldung:focus {
	background-color:#F4F7DD;
}
textarea.anmeldung {
	border: 0px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	width: 400px;
	margin: 0px 0px 5px 0px;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border: 0px;
	color: #000000;
}
textarea.anmeldung:hover {
	background-color:#F4F7DD;
}
textarea.anmeldung:focus {
	background-color:#F4F7DD;
}
form#anmeldung input.anmelden {
	background:url(../images/design/anmeldung_senden.gif) no-repeat;
	color:#fff;
	border:0 none;
	width:191px;
	height:29px;
	text-indent:-9999px;
	float:right;
	cursor:pointer;
}
form#anmeldung input.anmelden.en {
	background:url(../images/design/anmeldung_send.gif) no-repeat;
}
.umtc {
	color:#7B070E;
	margin-bottom: 15px;
}
label.pflichtfeld {
	color:#981401;
}
/* IMPRESSIONEN */
.gallerythumb {
	float:left;
	padding:0 7px 7px 0;
	min-width:90px;
}
.gallerythumb img {
	border:0 none;
}

/* PRODUKTE */
#produktbanner {
	width: 749px;
	height: 180px;
	float: left;
}

#suchfeld {
	width:749px;
	height:35px;
	background-color:#BFD58F;
	float:left;
	padding:0px;
	border-top:#ECF2C6 1px solid;
}
form#suche {
	border:0 none;
	width:400px;
	float:left;
}
form#suche fieldset {
	border:0 none;
	padding-left:34px;
	width: 350px;
	margin-top: 1px;
}
form#suche div.suche {
	float:left;
	clear: both;
}
form#suche div.suche label {
	float:left;
	width:120px;
	text-align:left;
	font-size:18px;
	font-weight:lighter;
	color:#fff;
	padding:0px;
	padding-top: 3px;
}
form#suche div.suche input, form#start_suche div.suche textarea {
	background-color:#fff;
	float:left;
	height:16px;
	border: 0px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	width: 160px;
	padding: 4px 15px 4px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}
form#suche div.suche input.suche_submit {
	border:0 none;
	width:25px;
	height:23px;
	text-indent:-9999px;
	font-size:20px;
	float:right;
	cursor:pointer;
	background-image: url(../images/design/produktsuche_submit.gif);
	background-repeat: no-repeat;
	background-color: #BFD58F;
	background-position: 5px 2px;
}
form#seitenanzeige {
	border:0 none;
	padding-right:15px;
	height:23px;
	width:200px;
	float:right;
	margin-top: 0px;
	padding-top: 7px;
}
#seitenanzeige select {
	float:left;
	width:auto;
	height:22px;
	background-color:#fff;
	font-size:12px;
	float:right;
}
#seitenanzeige select option {
	padding-right:5px;
}
#pagenavigation {
	width:681px;
	height:25px;
	background-color:#BFD58F;
	float:left;
	color: #FFFFFF;
	padding-left: 34px;
	padding-top: 10px;
	border-top:#fff 1px solid;
	padding-right: 34px;
}
#pagenavigation_top a, #pagenavigation a, #pagenavigation_bottom a {
	padding:1px;
	color: #7E9241;
}
#pagenavigation_top strong, #pagenavigation strong, #pagenavigation_bottom strong {
	padding:1px;
	color:#45541C;
}
#pagenavigation_top {
	width:715px;
	height:25px;
	background-color:#ECF2C6;
	float:left;
	border-bottom:#fff 1px solid;
	color: #7E9241;
	padding-left: 34px;
	padding-top: 10px;
}
#pagenavigation_bottom {
	width:715px;
	height:25px;
	background-color:#ECF2C6;
	float:left;
	border-top:#fff 1px solid;
	color: #7E9241;
	padding-left: 34px;
	padding-top: 10px;
}
#pagenavigation .back-link {
	float:left;
	width:200px;
}
#pagenavigation .back-link a {
	background-image:url(../images/skin/icon_pfeil_back.gif);
	background-position:0;
	color:#FFFFFF;
	padding-left:15px;
	background-repeat: no-repeat;
}
#pagenavigation .legende {
	float:right;
	color:#FFFFFF;
}
#pagenavigation .unterwegs {
	padding-left:35px;
	background:url(../images/skin/icon_unterwegs_ws.gif) no-repeat 10px -1px;
}
#pagenavigation .back-link a:hover {
	text-decoration:underline;
}
.pagenavbtn {
	border:0 none;
	vertical-align:text-top;
}
#katalogcontent {
	width:715px;
	position:relative;
	padding-left: 34px;
	float: left;
	margin-bottom: 20px;
}
div#katalogcontent h1 {
	color:#7B070E;
	font-size:22px;
	font-weight:lighter;
	/*display:block;float:none;position:static;background-color:transparent;top:auto;right:auto;*/
	margin-top: 15px;
	margin-bottom: 15px;
}
#katalogcontent.overview h1 {
	color:#fff;
	position:absolute;
	top:-267px;
	right:0;
	background-color:#D9489C;
	padding:5px 8px;
	display:inline;
	float:right;
	font-weight: lighter;
}
.produktbox {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius: 8px;
	width:190px;
	height:190px;
	margin:15px 10px 0px 0px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	padding:15px;
	background-image: url(../images/design/trader_foter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.produktbox .thumbnail {
	vertical-align:middle;
}
.produktbox a.neu {
	display:table-caption;
}
.produktbox .titel, .produktbox .status {
	padding:5px;
	clear:both;
	overflow:hidden!important;
}
.produktbox .status {
	max-height:18px;
	color:#7B070E;
	height: 18px;
	padding: 0px;
}
.produktbox .titel {
	text-align:center;
	height:26px!important;
	max-height:27px;
	line-height:14px;
}
.produktbox .titel h2 {
	font-size:12px;
	line-height:1.2em;
	font-weight:normal;
	text-transform:none;
	padding:0;
	margin:0;
	color:#000000;
	letter-spacing:0;
}
.produktbox .titel h2 a {
	text-decoration:none;
	color:#000000;
}
.produktbox .status .details a {
	float:right;
	width:20px;
	height:15px;
	margin-right:10px;
	background-image:url(../images/skin/icon_details.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.produktbox .status .unterwegs {
	float:right;
	width:20px;
	height:15px;
	margin-right:5px;
	background-image:url(../images/skin/icon_unterwegs.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.produktbox .status .neuheit {
	float:left;
}
.produktbox .thumbnail {
	width:190px;
	height:140px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #FDBBED;
}
.produktbox .thumbnail img {
	border:1px solid #eee;
	vertical-align:middle;
}
#produktdetails {
	padding:0px;
	margin-right: 34px;
	margin-bottom: 34px;
}
#cart_footer {
	padding:15px 0;
}
#cart_footer div.error {
	background-color:#981401;
	color:#fff;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}
#produktdetails img.produktimg {
	margin:0 15px 15px 0;
	float:left;
}
#produktdetails #info {
	float:right;
	width:220px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius: 8px;
	display:block;
	background-color:#fff;
	padding:15px;
}
#produktdetails #info h2 {
	color:#7B070E;
	font-size:18px;
	font-weight:lighter;
	margin-bottom: 15px;
}
#produktdetails #info p {
	line-height:18px;
}
#produktdetails table {
	width:100%;
	border-collapse:collapse;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#produktdetails #soldout {
	float:right;
	width:185px;
	display:block;
	padding-top:10px;
}
#add_to_cart {
	text-align:right;
	padding:20px 0 5px 0;
}
#show_cart {
	text-align:right;
	padding:10px 0 0 0;
}
.add_to_cart {
	background:url(../images/skin/button_add_to_cart.gif) no-repeat right;
	padding:10px 40px 10px 0;
}
.show_cart {
	background:url(../images/skin/button_show.gif) no-repeat right;
	padding:10px 40px 10px 0;
}
.summeryprice {
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background-color:#D9489C;
	vertical-align:middle;
	line-height:16px;
}
.summeryprice.error {
	color:#fff;
	background-color:#981401;
}
div.change_value {
	width:20px;
	height:19px;
	float:right;
	padding:0;
	margin:0;
	border:0 none;
}
div.change_value a.increase, div.change_value a.decrease {
	padding:0;
	margin:0;
	border:0px none;
}
div.change_value a.increase img, div.change_value a.decrease img {
	width:20px;
	height:9px;
	border:0 none;
	padding:0;
	margin:0;
}
div.change_value a.decrease img {
	height:10px;
}
#produktdetails table thead {
	background-color:#D9489C;
}
#produktdetails table thead td {
	color:#08263e;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	padding:3px 5px;
	vertical-align:middle;
	line-height:16px;
}
#produktdetails table tbody tr.row1 td {
	background-color:#F7FAE8;
}
#produktdetails table tbody tr.row2 td {
	background-color:#fff;
}
#produktdetails table td {
	vertical-align:middle;
	padding:3px 5px;
	line-height:16px;
}
#produktdetails table td.unterwegs {
	background:transparent url(../images/skin/icon_unterwegs.gif) no-repeat 2px;
	width:20px;
}
#produktdetails table td.neuheit {
	color:#7B070E;
}
#produktdetails input.quantity {
	height:15px;
	width:20px;
	padding:2px;
	margin:0;
	border:0;
	float:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
#produktdetails div.qdiv {
	height:19px;
	width:45px;
	float:right;
	background-color:#fff;
	padding:1px;
	margin:0;
	border:1px solid #666;
}
/*
------------------------------------------------------------------------
NAVI
------------------------------------------------------------------------
*/


/* SUBMENUE */
#menue #subnav {
	background-image: url(../images/design/submenue_line.gif);
	background-repeat: no-repeat;
	background-position: 0px0px;
	list-style: none;
	display: block;
	margin: 0px;
	overflow: hidden;
	width: 200px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9489C;
}
#menue #subnav li {
	display: block;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
}
#menue #subnav li a {
	text-decoration: none;
	color: #FDBBED;
}
#menue #subnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;/*	background-image: url(../images/design/submenue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;*/
}
#menue #subnav li a:active {
	text-decoration: none;
	/*	background-image: url(../images/design/submenue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;*/
	color: #FFFFFF;
}
#menue #subnav li.on a {
	text-decoration: none;
	/*	background-image: url(../images/design/submenue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;*/
	font-weight:bold !important;
	color: #FFFFFF;
}
/* SPRACHE */

#sprache {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 200px;
	position: absolute;
	margin-left: 10px;
}
#sprache li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#sprache a {
	float: left;
	padding: 31px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:21px; /* for IE5/Win */
}
#sprache a:hover {
	background-position: 0px -31px;
}
#sprache a:active, #sprache a.selected {
	background-position: 0px -31px;
}
#sprache_de a {
	width: 100px;
	background: url(../images/design/sprache_d.gif) top left no-repeat;
}
#sprache_en a {
	width: 100px;
	background: url(../images/design/sprache_e.gif) top left no-repeat;
}

/*
------------------------------------------------------------------------
CONTAINER BOTTOM
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	width: 940px;
	background-color: #FFFFFF;
	padding: 15px;
}
#footer p {
	margin: 0px;
	color: #999999;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#footer p a, #footer p a:visited {
	color: #999999;
	text-decoration: none;
}
#footer p a:hover {
	color: #999999;
	text-decoration: underline;
}
p.pipe {
	float: left;
	width: 15px;
	height: 20px;
	background-image: url(../images/design/pipe.gif);
	background-repeat: no-repeat;
}
p.copyright {
	float: left;
}
p.owner {
	padding: 0px;
	float: right;
}
