body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    font-family: arial;
    font-size: 12px;
    color: #000;
}

a img {
    border: 0px;
}

a {
    color: #d7533d;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 15px;
}

.cleaner {
    height: 0px;
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

#all-page {
    width: 1000px;
    position: relative;
    text-align: left;
    margin: auto;
}

#col-left {
    width: 225px;
    float: left;
}

#col-right {
    width: 775px;
    float: left;
}

#logo {
    width: 202px;
    background: #fff;
    display: block;
}

#logo img{
    padding: 0px 0px 10px 0px;
}

#col-left ul {
    margin: 0px 0px 0px 35px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#col-left ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#col-left ul li a{
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 18px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #5a5a5a;
    letter-spacing: 1px;
    text-decoration: none;
    background: url('../img/menu-off.gif') left 8px no-repeat;
}

#col-left ul li a:hover,#col-left ul li a.activ{
    background: url('../img/menu-on.gif') left 8px no-repeat;
    text-decoration: none;
    color: #9e0000;
}

.search-form {
    margin: 20px 10px 10px 35px;
    padding: 10px 0px 10px 0px;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}

.search-form label{
    display: block;
    color: #9e0000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 0px;
}

.search-form input.text{
    width: 101px;
    height: 15px;
    padding: 2px 5px 0px 5px;
    background: #dbdbdb;
    border: 0px;
    border-right: 1px solid #e8e8e8;
    font-size: 10px;
    float: left;
    display: block;
    margin: 7px 0px 0px 0px;
}

.logos {
    margin: 0px 0px 0px 35px;
}

.logo-left {
    float: left;
    width: 90px;
    padding: 10px 0px 10px 0px;
    text-align:center;
}

.search-form input.button{
    float: right;
    display: block;
    margin: 3px 0px 0px 0px;
}

.red-stripe {
    position: absolute;
    float: right;
    width: 50%;
    right: 0px;
    top: 191px;
    height: 32px;
    background: #9e0000;
}

.header-img {
    float: left;
    margin: 0px 0px 5px 0px;
}

.top-kontakt {
    float: right;
    width: 200px;
    height: 100px;
    background: url('../img/kontakt-top.gif') left top no-repeat #5a5a5a;
    margin: 86px 0px 5px 0px;
}

.top-kontakt p{
    background: url('../img/kontakt-left.gif') left top repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 12px 10px 10px 15px;
    color: #d9dbd8;
    line-height: 15px;
}

.top-kontakt p a{
    color: #d9dbd8;
    text-decoration: none;
}

.top-kontakt p a:hover{
    text-decoration: underline;
}

.red-bar {
    height: 32px;
    background: #9e0000;
    width: 547px;
}

.red-bar h4{
    line-height: 32px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 12px;
    color: #fff;
    font-size: 16px;
    float: left;
}

.red-bar a{
    line-height: 32px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #cccccc;
    float: right;
    display: block;
    text-decoration: none;
}

.red-bar a:hover{
    text-decoration: none;
}

.breadcrumb {
    padding: 12px 0px 12px 0px;
}

.breadcrumb a{
    padding: 0px 0px 0px 8px;
    margin: 0px 5px 0px 0px;
    background: url('../img/breadcrumb-on.gif') left 5px no-repeat;
    color: #706f6d;
    text-decoration: none;
}

.breadcrumb a:hover{
    text-decoration: underline;
}

.breadcrumb span{
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px 0px;
    background: url('../img/breadcrumb-off.gif') left 5px no-repeat;
    color: #d5d5d5;
}

.content {
    float: left;
    width: 562px;
    border: 2px solid #706f6d;
    border-bottom: 0px;
}

.right-teasers {
    float: right;
    width: 200px;
}

.right-teaser {
    border: 2px solid #5a5a5a;
    border-top: 0px;
    margin: 0px 0px 12px 0px;
    width: 196px;
}

.right-teaser-inside{
    margin: 0px 12px 0px 10px;
}

.right-teaser-inside img.l{
    float: left;
}

.right-teaser-inside img.r{
    float: right;
}

.right-teaser-inside p.product{
    margin: 0px 0px 10px 0px;
    padding: 7px 0px 0px 0px;
    color: #d7533d;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
}

.right-teaser-inside p.product a{
    color: #d7533d;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
    text-decoration: none;
}

.right-teaser-inside div.price{
    padding: 0px 0px 10px 0px;
    margin: 0;
}

.right-teaser-inside div.price img{
    float: left;
}

.right-teaser-inside div.price span{
    float: right;
    display: block;
    padding-right: 15px;
    color: #d7533d;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
}

.right-teaser-inside p.product a:hover{
    text-decoration: underline;
}

.right-teaser p.header{
    background: url('../img/right-box-dot-header.gif') 7px center no-repeat #5a5a5a;
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 0px 0px 23px;
    margin: 0;
    line-height: 22px;
}
.right-teaser p.header a{
    color: #fff;
    letter-spacing: 1px;
    line-height: 22px;
    text-decoration: none;
}

.info-service {
    background: url('../img/info-service.jpg') right bottom no-repeat;
    padding: 0px 0px 60px 0px;
}

.info-service p{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 7px;
    color: #9e0000;
    font-size: 18px;
    line-height: 18px;
}

.info-service p span{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    color: #706f6d;
    font-size: 18px;
    line-height: 19px;
    display: block;
}

h1 {
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 13px 25px;
    font-size: 18px;
    line-height: 22px;
    background: #9e0000;
    border-top: 1px solid #863b3a;
}

.www,
.tx-powermail-pi1 fieldset {
    margin: 25px 0px 0px 26px;
    width: 522px;
}
.www-kueche {
    margin: 0px 0px 0px 26px;
    width: 522px;
}

.content-wrap p {
    margin: 0px 15px 10px 20px;
}
.content-wrap p {
    margin: 0px 0px 10px 0px;
}


p.product-name {
    float: left;
    color: #9e0000;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

p.product-name span{
    color: #706f6d;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
}

p.product-price {
    float: right;
    color: #9e0000;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 0px;
    font-size: 24px;
    font-weight: bold;
}

p.product-price span{
    font-size: 12px;
    padding: 0px 0px 0px 5px;
}

p.product-number{
    color: #706f6d;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 7px 0px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #dbdbdb;
}

p.product-grund-price {
    
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #dbdbdb;
}

h3 {
    color: #e6543d;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-size: 12px;
    line-height: 15px;
}

.products {
    background: #dbdbdb;
    padding: 10px 0px 0px 0px;
    float: left;
    width: 522px;
    margin: 0px 0px 4px 0px;
}

.products-inbox {
    margin: 0px 0px 0px 15px;
}

.product-box-wide {
    float: left;
    height:160px;
    width: 126px;
    text-align: left;
}

.product-box-wide-last {
    float: left;
    width: 116px;
    text-align: left;
}

.product-box-wide input,.product-box-wide-last input{
    float: left;
    margin: 0px 7px 20px 0px;
    position: relative;
    top: 1px;
}

.product-box-wide img,.product-box-wide-last img{
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
}

.product-box-wide label,.product-box-wide-last label{
    float: left;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
}

p.gruppe {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 7px 0px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
}

p.gruppe span{
    font-size: 16px;
    position: relative;
    top: 2px;
}

.border-products {
    border-bottom: 2px solid #dbdbdb;
    margin: 5px 0px 13px 0px;
    height: 0px;
    line-height: 0px;
}

.product-box-narrow {
    float: left;
    width: 104px;
    text-align: left;
}

.product-box-narrow-last {
    float: left;
    width: 71px;
    text-align: left;
}

.product-box-narrow input,.product-box-narrow-last input{
    float: left;
    margin: 0px 7px 20px 0px;
    position: relative;
    top: 1px;
}

.product-box-narrow img,.product-box-narrow-last img{
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
}

.product-box-narrow label,.product-box-narrow-last label{
    float: left;
    width: 43px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
}

p.specials {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    font-size: 18px;
    line-height: 22px;
    color: #e6543d;
}

input.checkbox {
    float: left;
    margin: 0px 5px 10px 0px;
    vertical-align: baseline;
    display: block;
    position: relative;
    bottom: 0px;
    right: 0px
}

label.wide-label {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.cart-left {
    float: left;
    width: 190px;
}

.cart-right {
    float: right;
    width: 302px;
}

.cart-left p{
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
}

.cart-left p span{
    display: block;
    color: #706f6d;
}

.cart-right p{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
}

.cart-right input.text{
    width: 12px;
    height: 17px;
    padding: 2px 5px 0px 5px;
    background: url('../img/cart-input.gif') 0px 0px no-repeat #fff;
    border: 0px;
    font-size: 11px;
    float: left;
    display: block;
    margin: 5px 0px 0px 0px;
}

.cart-right label{
    font-size: 10px;
    float: left;
    display: block;
    line-height: 30px;
    margin: 0px 10px 0px 0px;
}

.cart-right input.button,
.form-right input.button{
    width: 186px;
    height: 33px;
    padding: 0px 0px 1px 0px;
    margin: 0px 0px 10px 0px;
    text-align: left;
    text-indent: 10px;
    color: #fff;
    background: url('../img/cart-button.png') left top no-repeat;
    border: 0px;
    font-size: 12px;
    display: block;
    float: right;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.toplink {
    font-size: 10px;
    text-decoration: none;
    color: #cccccc;
}

.toplink:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    padding: 20px 0px 0px 0px;
    line-height: 22px;
    color: #5a5a5a;
    font-size: 10px;
}

.footer a{
    color: #5a5a5a;
    font-size: 10px;
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

.footer span{
    padding: 0px 2px 0px 2px;
    font-size: 10px;
}

.main-img {
    position: relative;
    width: 522px;
}

.main-img span{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 26px;
    line-height: 26px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 82px;
}

.main-img span a{
    display: block;
    color: #000;
    background: #fff;
    height: 26px;
    line-height: 26px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity:50);
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    font-weight: bold;
}

.main-img span a:hover{
    text-decoration: underline;
}
.main-img-small {
    position: relative;
    width: 261px;
    float: left;
    border-right: 1px solid white;
}

.main-img-small span{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 26px;
    line-height: 26px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 82px;
}

.main-img-small span a{
    display: block;
    color: #000;
    background: #fff;
    height: 26px;
    line-height: 26px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity:50);
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    font-weight: bold;
}

.main-img-small span a:hover{
    text-decoration: underline;
}

/* HD */
.tx-powermail-pi1  fieldset {
	border:0;
}
.tx-powermail-pi1  fieldset legend {
	display: none;
}
.tx-powermail-pi1  fieldset label {
	width: 120px;
	float: left;
}
.tx-powermail-pi1  fieldset div {
	clear: both;
	padding: 2px;
}
.tx-powermail-pi1  fieldset input,
.tx-powermail-pi1  fieldset textarea {
	width: 200px;
}

.kitchen-overview {
	width: 236px;
	border: 2px solid black;
	float: left;
	height: 200px;
	margin: 5px;
	padding: 15px;
	background: transparent url(../img/corner.gif) top left no-repeat;
}

h4.bilder {
	background-color: #e10814;
	width: 269px;
}
.red-bar h4.bilder a {
	float: left;
}

/** Search **/
.tx-indexedsearch {
    margin: 0px 0px 0px 26px;
    width: 522px;
}
.tx-indexedsearch fieldset {
    border: 0;
    margin: 11px 0px;
}
.tx-indexedsearch fieldset legend {
    display: none;
}
.tx-indexedsearch fieldset label {
    clear: both;
    display: block;
    float: left;
    width: 120px;
    height: 22px;
    margin-bottom: 6px;
}
.tx-indexedsearch fieldset input {
    float: left;
    width: 120px;
    height: 13px;
    margin-bottom: 6px;
}
.tx-indexedsearch fieldset input.submit {
    height: 20px;
}

.tx-indexedsearch fieldset select {
    float: left;
    width: 120px;
    height: 23px;
    margin-bottom: 6px;
}

/* Kitchen */
.form-left {
	float: left;
	width: 250px;
}
.form-left label {
	display: block;
	float: left;
	width: 63px;
	height: 18px;
	clear: both;
	padding-top: 4px;
}
.form-left input,
.form-left select {
	float: left;
	width: 150px;
	margin-left: 6px;
	margin-bottom: 5px;
}
.form-right {
	float: left;
	width: 200px;
}
.end-price {
	text-align: right;
}

.price-info {
	background: transparent url(../img/dots.gif) 0px 11px repeat-x;
	height: 16px;
}
.price-info span {
	display: block;
	height: 16px;
	float: left;
	background-color: white;
}
.price-info span.price {
	float: right;
}


.small-top-box {
	background:#DBDBDB none repeat scroll 0 0;
}

.kitchen-overview a,
.tx-inet-pi4 a {
	color: #5A5A5A;
	text-decoration: none;
}

.tx-inet-pi4 img {
	padding-bottom: 5px;
}

.news_list h3 {
	font-size: 14px;
	text-decoration: none;
	color: #5A5A5A;
}
.news_list .item span.images {
	float: left;
	display: block;
	padding: 5px;
}

.page-browser {
	padding: 6px;
}
.page-browser a {
	text-decoration: none;
}
.page-browser a.active {
	font-weight: bold;
	text-decoration: underline;
}