html {
   overflow: -moz-scrollbars-vertical;
   margin: 0;
   padding: 0;
   height: 100%;
}
* {
   font-family: Calibri, Verdana, Helvetica, sans-serif;
}
body {
   text-align: center;
   margin: 0;
   padding: 0;
   height: 100%;
} 
body, td, th, input, textarea, select, a {
   font-size: 12px;
}
form {
   padding: 0;
   margin: 0;
   display: inline;
}
input, textarea, select {
   margin: 3px 0px;
}
a, a:visited {
   color: #600;
   cursor: pointer;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a img {
   border: none;
}
p {
   margin-top: 0px;
}
/* layout */
#container {
   position: relative;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: #FFFFFF;
   height: auto !important; /* real browsers */
   height: 100%; /* IE6: treaded as min-height*/
   min-height: 100%; /* real browsers */
}
#header {
/*   position: relative;*/
}
#header #campaign {
   position: absolute;
   top: 10px;
   right: 300px;
   margin: 0 auto;
   z-index: 10;
   display: none;
}
/* header */
#header #top {
   background-color: #966;
   position: relative;
   height: 80px;
}
/* logo */
#header #top .logo {
  padding: 10px 0;
  float: left;
}
/* suche */
#header #top .search {
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 10px 0;
}
/* nav */
#header #nav {
   color: #fff;
   background-color: #600;
   padding: 0;
   margin: 0;
   border-bottom: 1px solid #fff;
   height: 30px;
}
#header #nav .left {
  float: left;
}
#header #nav .right {
   float: right;
}
#header #nav ul {
   margin: 0;
   padding: 0;
}
#header #nav ul li {
  display: inline;
  float: left;
}
#header #nav ul li a {
   color: #fff;
   text-decoration: none;
   font-size: 12px;
   padding: 0 15px;
   border-top: 1px solid #600;
   border-bottom: 1px solid #600;
   display: table-cell;
   height: 30px;
   vertical-align: middle;   
}
#header #nav ul li a:hover {
   color: #600;
   background-color: #966;
   text-decoration: none;
   border-top: 1px dotted #600;
   border-bottom: 1px solid #600;
}
#header #clearer {
   clear: both;
}
#breadcrumb {
	height: 30px;
   padding: 0;
   margin: 0;
   color: #999;
   display: table-cell;
   vertical-align: middle;
}
#column_left {
   position: absolute;
   top: 141px;
   left: 0;
   width: 180px;
   margin-right: 10px;
}
#column_right {
   position: absolute;
   top: 141px;
   right: 0;
   width: 180px;
   margin-left: 10px;
}
#content {
   width: auto;
   margin: 0 190px;
   margin-bottom: 10px;
}
#content .top {
  background: url('../image/back.gif') repeat-x;
  padding: 5px 10px;
}
#content .top h1, .heading {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0px;
}
.heading {
   padding: 5px 0;
   margin: 10px 0;
}
#content .middle {
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   padding: 10px;
   margin-bottom: 20px;
}
#content .bottom {
}
#content .middle ul {
  padding-left: 1.0em;
}
#content .middle li {
  
}
.box {
}
.box .top {
   font-size: 14px;
   font-weight: bold;
   background: url('../image/back.gif') repeat-x;
   padding: 5px 10px;
   text-transform: uppercase;
}
.box .top img {
   float: left;
   margin-right: 5px;
}
.box .middle {
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   padding: 10px;
}
.box .bottom {
  border-top: 1px solid #ccc;
}
.success {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #E4F1C9;
   border: 1px solid #A5BD71;
   font-size: 11px;
   text-align: center;
}
.warning {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #FFDFE0;
   border: 1px solid #FF9999;
   font-size: 11px;
   text-align: center;
}
.wait {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #FBFAEA;
   border: 1px solid #EFEBAA;
   font-size: 11px;
   text-align: center;
}
.required {
   color: #FF0000;
   font-weight: bold;
}
.error {
   color: #FF0000;
   display: block;
}
.help {
   cursor: pointer;
}
.tooltip {
   border: 1px solid #FDDA5C;
   background: #FBFF95;
   padding: 5px;
   font-size: 11px;
   width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
   overflow: hidden;
   width: 100%;
}
a.button {
   background: transparent url('../image/button_right.png') no-repeat scroll top right;
   color: #FFFFFF;
   display: inline-block;
   font: normal 12px arial, sans-serif;
   height: 25px;
   margin-right: 6px;
   padding-right: 18px; /* sliding doors padding */
   text-decoration: none;
}
a.button span {
   background: transparent url('../image/button_left.png') no-repeat;
   display: inline-block;
   padding: 5px 0 5px 18px;
}
.buttons {
   display: block;
   width: 100%;
   clear: both;
   margin-bottom: 10px;
}
.buttons input {
   padding: 0px;
   margin: 0px;
}
.buttons table {
   width: 100%;
   border-collapse: collapse;
}
.buttons table td {
   vertical-align: middle;
}
.list {
   margin-bottom: 10px;
}
.list td {
   text-align: center;
   vertical-align: top;
   padding-bottom: 10px;
}
.sort {
   margin-bottom: 10px;
   background: #F8F8F8;
   height: 30px;
   width: 100%;
}
.sort .div1 {
   float: right;
   margin-left: 5px;
   padding-top: 6px;
   padding-right: 9px;
}
.sort .div2 {
   text-align: right;
   padding-top: 9px;
}
.sort select {
   font-size: 11px;
   margin: 0;
   padding: 0;
}
.pagination {
   display: inline-block;
   width: 100%;
   background: #F8F8F8;
   margin-bottom: 10px;
}
.pagination .links, .pagination .results {
   padding: 7px;
}
.pagination .links {
   float: left;
}
.pagination .links a {
   border: 1px solid #CCCCCC;
   padding: 4px 7px;
   text-decoration: none;
   color: #000000;
}
.pagination .links b {
   border: 1px solid #CCCCCC;
   padding: 4px 7px;
   text-decoration: none;
   color: #000000;
   background: #FFFFFF;
}
.pagination .results {
   float: right;
}
.tabs {
   display: block;
   width: 100%;
   margin: 0;
   padding: 0;
   
}
.tabs a {
   float: left;
   display: block;
   padding: 6px 15px 7px 15px;
   margin-right: 2px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   background: #FFFFFF url('../image/tab.png') repeat-x;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   z-index: 1;
   position: relative;
   top: 1px;
}
.tabs a.selected {
   background: #ccc url('../image/back.gif') repeat-x;
   z-index: 3;
}
.tab_page {
   clear: both;
   border: 1px solid #ccc;
   padding: 10px;
}
#footer {
   /*position: relative;*/
   /*bottom: 0;*/
  /* top:0px;*/
   width: 620px;
   padding: 5px 0;
   border-top: 1px solid #ccc;
   color: #999;
   margin: 0 190px;
   /*padding-top:50px;*/
}
#footer .left {
   float: left;
   text-align: left;
}
#footer .right {
   float: right;
   text-align: right;
}
#category ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 8px;
   padding-left: 12px;
   list-style: url('../image/bullet_1.png');
}
#information ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 8px;
   padding-left: 12px;
   list-style: url('../image/bullet_2.png');
}
.cart_container {
   width: 100%;
}
.cart {
   border-collapse: collapse;
   width: 100%;
   border: 1px solid #EEE;
   margin-bottom: 10px;
}
.cart th {
   background: #EEE;
   padding: 5px;
   font-weight: normal;
}
.cart td {
   padding: 5px;
}

a#checkout

{
background:transparent;font-size:0px;
background-image:url(../image/abbut.png);
width:180px;height:70px;border:0px;margin:0px;padding:0px;
}
a#checkout span

{
background:transparent;font-size:0px;
display:none;
width:0px;height:0px;border:0px;margin:0px;padding:0px;
}
