/*
Theme Name: faircustomer
Theme URI: http://www.faircustomer.ch
Description: Faircustomer Standard Theme
Version: 1.0
Author: Stefan Pasch
Tags: faircustomer
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;

	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	display:block;
	clear:both;
	
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear:both;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align:right;
	width: 250px;
	}

.alignleft {
	float: left;
	text-align:left;
	width: 250px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 20px;
	/* margin-left: 545px; */
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* --- FAIRCUSTOMER STYLES --- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5f5;
	font: 62.5% Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #686756;
}


h1, h2, h3 {
	color: #686756;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.4em;
	margin:0 0 15px 0;
	padding-top:5px;
}

h5 {
	color:#5f5b52;
	font-size: 1.2em;
	margin-bottom:10px;
}



p { font-size:1.2em; margin: 10px 0px; }

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #2E76C9;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
	color: #2E76C9;
}

img { border: 0;}

a {outline: none;}


.right {float:right;}


/* Boxed Style
----------------------------------------------------------------------*/

.boxed .title {
	background-color:#cfcdc6;
	margin:0;
}

.boxed .cnt_right {
	margin:0 0 20px 0;
	padding: 10px 10px 15px 10px;
	border-left: 1px solid #B8B7B1;
	border-right: 1px solid #B8B7B1;
	border-bottom: 1px solid #B8B7B1;
	line-height:1.5em;
	background:#fff;
}

.boxed .cnt_right span {
	font-weight:bold;
	display:block;
	line-height:1.5em;
}

.boxed .title h2 {
	padding:10px 10px 8px 10px;
	font-size: 1.7em;
	color: #686756;
	background: transparent url(images/sidebartop.gif) no-repeat top left;
}


/* Header
----------------------------------------------------------------------*/

#header {
	position:relative;
	width: 965px;
	height: 101px;
	margin: 45px auto 0 auto;
}


#header h1 {
	position:absolute;
	top:-26px;
	left:0;
	padding: 0;
	width: 323px;
	z-index:500;
}

#header h1 a {
	display:block;
	background: url(images/logofaircustomer.jpg) no-repeat;
	text-indent: -99999px;
	width: 323px;
	height: 123px;
	overflow:visible;
}

#header h1 img {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#tail {
	background: url(images/logofaircustomer_tail.jpg) no-repeat;
	position:absolute;
	top:97px;
	left:0;
	padding: 0;
	width: 75px;
	height:62px;
	z-index:501;
	display: block;
	overflow: hidden;

}

#navigation {
	position:relative;
	background:url(images/mainbig_navibg.jpg) top right no-repeat;
	overflow: hidden;
	margin-top:45px;
	width: 965px;
	height: 86px;
}

#nav_main {
	position: absolute;
	font-weight:bold;
	font-size:1.6em;
	margin: 0 0 0 275px;
	z-index:400;
}

#nav_main li {
	float: left;
	list-style: none;
	padding:7px 38px 0 38px;
	height:30px;
	border-right:1px solid #fff;
}

#nav_main li.noline {
	float: left;
	list-style: none;
	padding:7px 38px 0 38px;
	height:30px;
	border:0;
}


#nav_main a, #nav_main a:hover, #nav_main a:active, #nav_main a:visited {
	color: #fff;
	display: inline;
	white-space: nowrap;
	text-decoration:none;

}

#nav_main li#current a {
	background: url(images/arrow.gif) no-repeat  center 0;
	padding:7px 0 0 0;
	z-index:10;
}

/* Search and Form
----------------------------------------------------------------------*/

#search {
	top:50px;
	position:absolute;
	margin-left:368px;
	float:left;
	display: inline;
	z-index:300;
}

#search #inputtext {
	width: 140px;
	margin-right: 3px;
	padding: 1px;
	font-size: 1.4em;
	color: #686756;
	vertical-align:top;
}

#search #inputselect {
	margin-right: 3px;
	vertical-align:middle;
	width:155px;
	color: #686756;
}

#search #inputsubmit {
	background: url(images/buttt.gif) no-repeat left top;
	width: 20px;
	height:20px;
	margin-right:15px;
	border: 0;
	cursor:pointer;
	vertical-align:middle;
}


#search #korb {
	border: 0;
	cursor:pointer;
	display: inline;
	vertical-align:middle;
}


#search h2 {
	margin:0;
	padding-top:2px;
	color: #535449;
	font-size: 1.5em;
	display: inline;
	vertical-align:middle;
}

#display {
	top:54px;
	right:15px;
	position:absolute;
	margin-left:338px;
	float:left;
	display: inline;
	z-index:350;
	font-size: 1.2em;
	color:#3e3f37;
	display: inline;
}

#topselect {
	position:absolute;
	margin:0 auto;
	top:-35px;
	right:15px;
	color: #686756;
}

/* Menu */

#menu {
	font-size: 2.2em;
	width: 960px;
	height: 80px;
	margin: 0 auto 0 auto;
}

#menu ul {
	padding:0;
	margin:0 0 5px 80px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin: 0px 2px 5px 0px;
}

#menu a {
	color:#686756;
	margin:0px;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background:#686756;
	color:#fff;
}

#menu .pink a {
    color:#D600D6;
	text-decoration: none;
	background:transparent;
}

#menu .pink a:hover {
    background:#686756;
	color:#fff;
}

#menu .blue a {
    color:#2674C2;
	text-decoration: none;
	background:transparent;
}

#menu .blue a:hover {
    background:#686756;
	color:#fff;
}

#menu .lightgreen a {
    color:#99CC00;
	text-decoration: none;
	background:transparent;
}

#menu .lightgreen a:hover {
    background:#686756;
	color:#fff;
}

#menu .orange a {
    color:#FF9900;
	text-decoration: none;
	background:transparent;
}

#menu .orange a:hover {
    background:#686756;
	color:#fff;
}

#menu .green a {
    color:#48ba9e;
	text-decoration: none;
	background:transparent;
}

#menu .green a:hover {
    background:#686756;
	color:#fff;
}


/* Content */

#content {
	width: 965px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#main {
	position:relative;
	/*
	float: left;
	*/
	width: 530px;
	margin-left: 200px;
	/*708*/
	padding-left:10px;
	border-bottom:25px solid #f5f5f5;
}
* html #main {
	/*padding-left:0px;*/
	width: 530px;
}


.col2 h1 {
	font-size: 2.2em;
	margin-bottom: 15px;
	margin-top: -5px;
}


#main h2 {
	font-size: 1.8em;
	color:#2e76c9;
	margin-bottom: 15px;
	display:inline;
	padding-right:5px;
}


#mwst {
	font-size: 1.2em;
	color:#2e76c9;
}


#shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 40px;
width:532px;
}

#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container {
position: relative; left: -1px; top: -1px;
}

#shadow-container .shadow1 { background: #ececec; }
#shadow-container .shadow2 { background: #dadada; }
#shadow-container .shadow3 { background: #c1c1c1; }
#shadow-container .container {
background: #ffffff;
border: 1px solid #B8B7B1;
padding: 10px;
}

#shadow-container .container p {
background: #ffffff;
font-size:1.6em;
line-height:1.2em;
font-weight:bold;
color:#98968a;
}

#notice {
position:absolute;
top:-7px;
right:10px;
height:180px;
width:180px;
margin:0;
padding:0;
border:0;
background: url(images/notice_empty.jpg) no-repeat center;
}

#notice p {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
}

#notice p a {
	color: #333;
	text-decoration: none;
}

/* Teasers
----------------------------------------------------------------------*/

#content .teasers  {
height:250px;
margin-bottom:20px;
line-height:1.5em;
}

#content .teasers h1 {
font-size:2.2em;
color:#686756;
padding:5px 0 12px 0;
}

#content .teasers h3 {
font-size:1.2em;
font-weight:bold;
color:#686756;
margin:0;
padding:3px 0 0 3px;
}

#content .teasers p {
font-size:1.2em;
color:#686756;
padding:0;
margin:0;
padding-left:3px;
}

#content .teasers ul {
list-style-type:none;
padding-top:10px;
margin:0;
}


#content .teasers li {
display: inline;
float:left;
padding-right:16px;
width: 165px;
height: 230px;
}

/* Treffer with Sidebar
----------------------------------------------------------------------*/

#content .treffer {
height:auto;
margin-bottom:60px;
line-height:1.5em;
}

#content .treffer h1 {
font-size:2.2em;
color:#686756;
padding:5px 0 12px 0;
}

#content .treffer h3 {
font-size:1.2em;
font-weight:bold;
color:#686756;
margin:0;
padding:3px 0 0 3px;
}

#content .treffer p {
font-size:1.2em;
color:#686756;
padding:0;
margin:0 0 20px 0;
padding-left:3px;
}

#content .treffer ul {
list-style-type:none;
padding:0;
margin:0;
}


#content .treffer li {
display: inline;
float:left;
padding-right:16px;
width: 165px;
height: 230px;
}


#content .spot {
height:auto;
margin-bottom:60px;
line-height:1.5em;
}


#content .spot h3 {
font-size:1.2em;
font-weight:bold;
color:#686756;
margin:0;
padding:3px 0 0 3px;
}

#content .spot p {
font-size:1.2em;
color:#686756;
padding:0;
margin:0 0 10px 0;
}

#content .spot ul {
list-style-type:none;
padding:0;
margin:0;
}


#content .spot li {
display: inline;
float:left;
padding-right:27px;
width: 140px;
}

* html #content .spot li {
padding-right:16px;
}


/* Treffer no Sidebar
----------------------------------------------------------------------*/

#content .bigtreffer  {
height:auto;
margin-bottom:60px;
line-height:1.5em;
}

#content .bigtreffer h1 {
font-size:2.2em;
color:#686756;
padding-bottom:12px;
}

#content .bigtreffer h3 {
font-size:1.2em;
font-weight:bold;
color:#686756;
margin:0;
padding:3px 0 0 3px;
}

#content .bigtreffer p {
font-size:1.2em;
color:#686756;
padding:0;
margin:0 0 20px 0;
padding-left:3px;
}

#content .bigtreffer ul {
list-style-type:none;
padding:0;
margin:0;
}

#content .bigtreffer .last {
display: inline;
float:left;
padding:0;
}

#content .bigtreffer li {
display: inline;
float:left;
padding-right:35px;

}

/* End Treffer
----------------------------------------------------------------------*/

.warenbox {
	width:688px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 20px 0;
	padding: 10px 10px 18px 10px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.tradebox {
	width:668px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.firstbox {
	width:668px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

/* Unternavigation
----------------------------------------------------------------------*/

.maintitle {
	float:left;
	width:202px;

}

.undernavi {
	float:right;
	text-align:left;
	font-size:1.2em;
	width:445px;
	padding:0;
	margin:0;
}


.undernavi a {
    color:#686756;
	text-decoration: none;
	background:transparent;
}

.undernavi a:hover {
    color:#686756;
	text-decoration: underline;
	background:transparent;
}

.undernavi ul {
    list-style-type:none;
	width:445px;
	margin: 0;
}

.undernavi li {
    width:135px;
	float:left;
	background-image: url(images/undernav.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 13px;
	padding-bottom: 5px;
}

.firstbox h1 {
	font-size:2.2em;
	margin:-3px 0 0 0;
	padding:0 0 5px 0;
}


.bigtrefferbox {
	width: 922px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 10px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.bigtrefferbox h1 {
	font-size:2.2em;
	margin:-3px 0 0 0;
	padding:0 0 5px 0;
}

.pricebox {
    background: url(images/pricebg.gif) repeat left top;
	position:relative;
	width:668px;
	float:left;
	display:block;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.errorBox {
    background: url(images/pricebg.gif) repeat left top;
	position:relative;
	width:400px;
	display:block;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid red;
	height:auto;
}

.errorBox strong, .errorBox ul li {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.boxes {
	position:relative;
	width:668px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.lastbox {
	position:relative;
	width:668px;
	float:left;
	display:block;
	background:#fff;
	margin:0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}

.boxes_bigtreff {
	position:relative;
	width:922px;
	float:left;
	display:block;
	background:#fff;
	margin: 0 0 20px 0;
	padding: 10px 20px 18px 20px;
	border: 1px solid #B8B7B1;
	height:auto;
}


/* Sidebar
----------------------------------------------------------------------*/

#sidebar {
	/*
	float: right;
	width: 190px;
	*/
	position:absolute;
	top:218px;
	margin-left:750px;
}

#sidebar .sidebar_img {
	margin:0;
	padding: 0 0 5px 0;
	border:0;
}



/* Footer
----------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 965px;
	margin: 0 auto;

}

#footer_index {
	width: 965px;
	margin: 0 auto;
	padding: 8px 0 20px 0;
	background: #b8b7b1;
}

.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#footer_index  dl.last {
	float: left;
	overflow: hidden;
	padding: 0 0 0 20px;
	width: 140px;
}

#footer_index  dl {
	float: left;
	overflow: hidden;
	padding: 0 0 0 15px;
	width: 140px;
}


#footer_index dt {
padding-top:10px;
font-size:1.4em;
font-weight:bold;
color:#5a5a4e;
}

#footer_index dd {
padding-top:10px;
line-height:1.3em;
}


#footer_index dd a, #footer_index dd a:visited, #footer_index dd a:active {
	color: #5a5a4e;
	font-size:1.2em;
	text-decoration:none;
}

#footer_index dd a:hover {
	color: #5a5a4e;
	font-size:1.2em;
	text-decoration:underline;
}

#signature {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align:right;
}

#signature a, #signature a:visited, #signature a:active {
	color: #5a5a4e;
	font-size:1.2em;
	text-decoration:none;
}

#signature a:hover {
	color: #5a5a4e;
	font-size:1.2em;
	text-decoration:underline;
}




/* Detail
----------------------------------------------------------------------*/
.col1 {
	float: left;
	width: 270px;
}
.col2 {
	float: left;
	width: 380px;
	background-image: url('images/bg_trenner.gif');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 18px;
}

.col3 {
	float: left;
	width: 188px;
	padding-left:2px;
}

.col4 {
	position:relative;
	float: right;
	width: 188px;
	padding: 0;
	text-align:right;
	padding-right:2px;
}


a.imageBorder1 {
	position:relative;
	border: 1px solid rgb(153,151,139);
	padding: 3px;
	display: block;
	width: 242px;
	height: 242px;
}

.zoom {
	position:absolute;
	bottom: 6px;
	right: 6px;
	width:31px;
	height: 29px;
}

.imageSlide {
	display: block;
	height: 46px;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin: 0;
}
.imageSlide li {
	padding-right: 16px;
	float:left;
}
.imageSlide a {
	border: 1px solid rgb(153,151,139);
	padding: 1px;
	width: 46px;
	height: 46px;
	display: block;
}

.imageLabel {
	display: block;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin: 22px 0 0 0;
}

.imageLabel li {
	padding-right: 10px;
	display:inline;
}
.imageLabel a {
	border: 0;
}

.imageLabel2 {
	width:242px;
	list-style-type: none;
	padding: 0 0 10px 0;
	margin:0;
}
.imageLabel2 li {
	padding:0 10px 0 0;
	display:inline;
}
.imageLabel2 a {
	border: 0;
}

.thumb {
list-style: none;
margin: 0px;
}

* html .thumb li {
padding:5px 15px 20px 0;
}

.thumb li {
float: left;
display:block;
margin: 0px;
padding:5px 15px 20px 5px;
height: 46px;
width: 46px;
}

.thumb img {
display:block;

}

.thumb a {
	border: 1px solid rgb(153,151,139);
	padding: 1px;
	width: 46px;
	height: 46px;
	display: block;
}

.breadcrumb {
	font-size:1.2em;
	list-style-type: none;
	padding:2px 0 12px 0;
	margin:0;
}
.breadcrumb li {
	display: inline;
}

.breadcrumb a {
    color:#686756;
	text-decoration: none;
	background:transparent;
}

.breadcrumb a:hover {
    color:#686756;
	text-decoration: underline;
	background:transparent;
}

.bestellcrumb {
	font-size:1.1em;
	color:#003399
	list-style-type: none;
	padding:2px 0 30px 0;
	margin:0;
}

.bestellcrumb li {
	display: inline;
	padding:3px 5px;
	margin-right:5px;
	text-transform:uppercase;
	border:1px solid #B8B7B1;
}

.bestellcrumb li#moment {
	background-color:#B8B7B1;
	display: inline;
	padding:3px 5px;
	text-transform:uppercase;
	margin-right:5px;
	border:1px solid #B8B7B1;
}

.bestellcrumb a {
    color:#686756;
	text-decoration: none;
	background:transparent;
}

.bestellcrumb a:hover {
    color:#686756;
	text-decoration: underline;
	background:transparent;
}

#labelscontent {
	padding-bottom:15px;
	margin:0;
}

.labels {
	display: block;
	height: 13px;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin:0;
}
.labels li {
	padding-right: 10px;
	float:left;
}

.htrenn {
	width: 100%;
	height: 15px;
	background-image: url('images/bg_htrenner.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin:15px 0 0 0;
}

.wtrenn {
	width: 100%;
	height: 10px;
	background-image: url('images/bg_htrenner.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin:5px 0 0 0;
	padding:0;
}

*html .wtrenn {
	margin:5px 0 -8px 0;
}


.choice {
	padding-bottom:5px;
	margin:0;
}

.choicebox {
	width:140px;
}

#voting {
	margin-top:15px;
	padding:0;
}

.counter {
	width:25px;
	padding:2px 4px 2px 2px;
	font: 1.2em Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	color: #686756;
	border:1px solid #6f6e5e;
	text-align:right;
}

#countertable {
	float:right;
	padding-top:8px;
	margin-right:-2px;

}

.surrounder {
	position:relative;
		margin:50px -5px 0 0;
		height:80px;
}


/* Trader Info
----------------------------------------------------------------------*/
.tradeinfo  {position:relative;}
.tradeinfo p {}
.tradelogo {
	width:150px;
	height:150px;
	padding-right:10px;
	float:left;
}

.tradeimage {
	width:242px;
	height:242px;
	padding:0 10px 5px 0;

}

.tradeabuse {
	top:60px;
	right:8px;
	position:absolute;
	display:block

}


/* Last Products
----------------------------------------------------------------------*/

#imageProduct {
	display: block;
	height: 58px;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin: 0;
}


#imageProduct li {
	padding-right: 10px;
	float:left;
}

#imageProduct h3 {

	padding:17px 0 0 0;
	font-size: 1.2em;
}

#imageProduct .secondimg {
	margin-left:95px;
}

#imageProduct a {
	border: 1px solid rgb(153,151,139);
	padding: 1px;
	width: 46px;
	height: 46px;
	display: block;
}


/* Warenkorb
----------------------------------------------------------------------*/

.imageWarenLogo {
	display: block;
	height: 50px;
	list-style-type: none;
	padding: 0 0 2px 0;
	margin:10px 0 0 0;
}

.imageWarenLogo li {
	padding-right: 10px;
	float:left;
}

.imageWarenLogo h3 {
	padding:15px 0 0 10px;
	font-size: 1.4em;
}


.imageWarenLogo img {
	width: 50px;
	height: 50px;
	display: block;
}

.warenContentRow {
	position:relative;

}

.warenContent {
	display: block;
	height: 1%;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin: 0;
}

.warenDetail {
	display: block;
	float:left;
	width:190px;
	height: 1%;
	padding: 0;
	margin: 0;
}

.warenDetail p {
	line-height:1.3em;
}

.warenContent li {
	padding-right: 10px;
	float:left;
}

.warenContent h3 {
	margin-top:-2px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
}

.fat {
	font-size: 1.4em;
	font-weight:bold;
}

.bluefat {
	font-size: 1.4em;
	font-weight:bold;
	color:#2e76c9;
}

.warentable {
	position:absolute;
	top:15px;
	right:0;
}

*html .warentable {
	position:absolute;
	top:15px;
	right:15px;
}

.warenContent p {
	padding:0 0 0 10px;
}

.warenContent a {
	border: 1px solid rgb(153,151,139);
	padding: 1px;
	width: 46px;
	height: 46px;
	display: block;
}

.warenVersandfrei {
	float:left;
	font-size: 1.4em;
	color:#FF9900;
	font-weight:bold;
	padding-left:375px;
	padding-bottom:20px;
}

.warenVersandkosten {
	float:right;
	font-size: 1.4em;
	color:#FF9900;
	font-weight:bold;
	padding-right:2px;
	padding-bottom:20px;
}

.warenVersandtotal, .warenVersandgesamt {
	padding:0;
	margin:0;
}


.warenVersandtotal h4 , .warenVersandgesamt h4 {
	float:left;
	display:inline;
	font-size: 1.4em;
	font-weight:bold;
	margin:0;
	padding:0;
}

.warenVersandtotal p {
	float:left;
	font-size: 1.2em;
	margin:0;
	padding-left:10px;
}

.warenVersandtotalpreis {
	float:right;
	font-size: 1.4em;
	font-weight:bold;
	color:#2e76c9;
	padding:0 2px  0 0;
}

.warenVersandgesamt h4 {
	float:left;
	display:inline;
	font-size: 1.6em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.warenVersandgesamtpreis {
	float:right;
	font-size: 1.6em;
	font-weight:bold;
	color:#2e76c9;
	padding:0 2px  0 0;
}

.warenVersandgesamtpreistotal {
	float:right;
	font-size: 1.6em;
	font-weight:bold;
	padding:0 26px  0 0;
}

/* Kasse
----------------------------------------------------------------------*/
#cashtable {
	margin-top:15px;
}

#cashtable .cashtitle {
	font-size: 1.4em;
	font-weight:bold;
	color:#98968a;
}

#cashtable .middle {
	font-size: 1.2em;
	font-weight:bold;
}

.middle {
	font-size: 1.2em;
	font-weight:bold;
}

.alert {
	font-size: 1.2em;
	font-weight:bold;
	color:#f00;
}

#cashtable .bluemiddle {
	font-size: 1.2em;
	font-weight:bold;
	color:#2e76c9;
}

.bluemiddle {
	font-size: 1.2em;
	font-weight:bold;
	color:#2e76c9;
}

#cashtable .orangemiddle {
	font-size: 1.2em;
	font-weight:bold;
	color:#FF9900;
}

#cashtable h4 {
	font-size: 1.4em;
	margin:0;
	padding:0;
}

.col5 {
	float: left;
	width: 350px;
}

.col5 h3 {
	float:left;
	display:inline;
	font-size: 1.4em;
	font-weight:bold;
	color:#98968a;
	margin:5px 0 10px -1px;
}

.col5 p {
	font-size: 1.2em;
	font-weight:bold;

}

.col5_footer {
float:right;
text-align:right;
width:100%;
height:50px;
display:block;
padding:0;
margin:0;
}


.col6 {
	position:relative;
	float: right;
	width: 280px;
}

.col7 {
	position:absolute;
	width: 260px;
	top:437px;
	right:0;
}

.col8 {
	position:absolute;
	width: 260px;
	top:497px;
	right:0;
}


* html .col7 {
	position:absolute;
	width: 260px;
	top:445px;
	right:0;
}


* html .col8 {
	position:absolute;
	width: 260px;
	top:495px;
	right:0;
}

.col6 h3 {
	float:left;
	display:inline;
	font-size: 1.4em;
	font-weight:bold;
	color:#98968a;
	margin:5px 0 10px 0;
}

.col6 p {
	font-size: 1.2em;
	font-weight:bold;

}

/* Forms & Buttons
----------------------------------------------------------------------*/
#cash_comment {
	position:relative;
	margin:0;
}

.col6_area {
	font: 1.2em Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #686756;
	width:275px;
	height:70px;
	padding:3px;
}

.standart_area {
	font: 1.2em Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #686756;
	width:240px;
	height:90px;
	padding:3px;
}

.col5 label {
	margin:0;
	padding-top:3px;
	color: #686756;
	font-weight:normal;
	vertical-align:middle;
}

.col5 select {
	margin:0 0 15px 0;
	padding:0;
}


.warenkorb_butt_w {
	right:-3px;
	position:absolute;
	width: 162px;
	height: 37px;
	background-image: url('images/warenkorb_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin-bottom:10px;
	border:0;
	outline:none;
	cursor:pointer;
}

.merken_butt_w {
	/*top:47px;
	right:-3px;*/
	/*position:absolute;*/
	width: 161px;
	height: 38px;
	background-image: url('images/merken_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	border:0;
	outline:none;
	cursor:pointer;
}

.empfehlen_butt {
	width: 161px;
	height: 38px;
	background-image: url('images/empfehlen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	border:0;
	outline:none;
	cursor:pointer;
}

.spenden_butt {
	top:44px;
	left:300px;
	position:absolute;
	width: 127px;
	height: 38px;
	background-image: url('images/spenden_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}


.all_product_butt {
	width: 200px;
	height: 39px;
	background-image: url('images/all_product_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin-top:12px;
	margin-left:1px;
	border:0;
	outline:none;
	cursor:pointer;
}

#register .weiter_butt {
	width: 126px;
	height: 38px;
	background-image: url('images/weiter_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin: -15px 0 0 155px;
	border:0;
	outline:none;
	cursor:pointer;
}

#anmeldung .login_butt {
	width: 126px;
	height: 38px;
	background-image: url('images/login_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin: 0 0 0 155px;
	border:0;
	outline:none;
	cursor:pointer;
}

.bezahlen_butt {
	float:right;
	width: 126px;
	height: 38px;
	background-image: url('images/bezahlen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin:18px 0 0 0;
	border:0;
	outline:none;
	cursor:pointer;
}

.bestellen_butt {
	float:right;
	width: 161px;
	height: 38px;
	background-image: url('images/bestellen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin:18px 0 0 0;
	border:0;
	outline:none;
	cursor:pointer;
}

.zurkasse_butt {
	float:right;
	width: 162px;
	height: 38px;
	margin:20px -3px 0 0;
	background-image: url('images/zurkasse_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.neuberechnen_butt {
	float:right;
	width: 162px;
	height: 38px;
	margin:20px 15px 0 0;
	background-image: url('images/neuberechnen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.aendern_butt {
	float:left;
	width: 116px;
	height: 38px;
	margin:0 0 20px 0;
	padding:0;
	background-image: url('images/aendern_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.senden_butt {
	width: 123px;
	height: 37px;
	margin:0 0 0 154px;
	background-image: url('images/senden_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.suchen_butt {
	width: 127px;
	height: 38px;
	margin:0;
	background-image: url('images/suchen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.anfordern_butt {
	width: 161px;
	height: 37px;
	margin:0 0 0 154px;
	background-image: url('images/anfordern_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.anmelden_butt {
	width: 161px;
	height: 38px;
	margin:0 0 0 154px;
	background-image: url('images/anmelden_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.fenster_butt {
	width: 171px;
	height: 38px;
	margin:0 0 20px 0;
	background-image: url('images/fenster_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.zahlung_butt {
	width: 161px;
	height: 38px;
	margin:0 0 20px 0;
	background-image: url('images/zahlung_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.zurueck_butt {
	width: 120px;
	height: 38px;
	margin:0 0 20px 20px;
	background-image: url('images/zurueck_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.weitereinkaufen_butt {
	float:right;
	width: 162px;
	height: 38px;
	margin:20px 15px 0 0;
	background-image: url('images/weitereinkaufen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.weitereinkaufen_butt2 {
	float:left;
	width: 162px;
	height: 38px;
	margin:20px 15px 0 0;
	background-image: url('images/weitereinkaufen_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.seite_drucken_butt {
	float:left;
	width: 161px;
	height: 38px;
	margin:20px 223px 0 0;
	background-image: url('images/seite_drucken_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.speichern_butt {
	background-image:url(images/speichern_butt.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
	height:38px;
	margin:0;
	width:126px;
}

.produzent_butt {
	top:44px;
	left:487px;
	position:absolute;
	width: 207px;
	height: 39px;
	background-image: url('images/produzent_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}

.prod_butt {
	top:44px;
	left:500px;
	position:absolute;
	width: 194px;
	height: 39px;
	background-image: url('images/prod_butt.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	outline:none;
	cursor:pointer;
}


.postmetadata {
	margin-top: 10px;
	text-align: center;
}

.entry ul li, #sidebar ul ul li  {
background:transparent url(images/list_icon.gif) no-repeat scroll 0 3px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:2px 0 4px 12px;
}
