* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body, table, select, input, textarea {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 16px;
}

body {
    background-color: #F1F6E0;
    color: #666666;
    padding: 15px 0px 0px 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

hr {
    background-image: url(teaser.gif);
    padding-bottom: 8px;
}

img {
	border: 0px;
}

h1 {
	color: #E5007D;
	font-size: 21px;
    font-weight: normal;
    padding-bottom: 25px;
}

h2 {
	background-color: #FBDFEE;
    color: #E5007D;
    font-size: 11px;
	padding-top: 10px;
    text-align: center;
	border-bottom: 2px solid #ffffff;
	height: 40px;
}

h2 a {
	color: #E5007D;
}

h3 {
    color: #E5007D;
    font-size: 12px;
}

p {
    padding-bottom: 20px;
}

a {
    color: #E5007D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}


.clear {
	clear: both;
	line-height: 0px;
}

/* Wraps */
#wrap {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    width: 930px;
    margin-bottom: 50px;
}

#logo-wrap {
    padding: 0px 0px 32px 0px;
    text-align: center;
}

#content-wrap {
    padding: 0px 15px 50px 235px;
    background-repeat: no-repeat;
    background-position: left bottom;
	min-height: 700px;
}

#content-inner-wrap {
	padding-left: 180px;
}

/* Metanavigation */
#meta-navigation {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	padding: 20px 45px 0px 0px;
	text-align: right;
}

#meta-navigation li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid;
	font-size: 11px;
}

#meta-navigation li.first {
	border: 0px;
}

#meta-navigation li a {
	color: #666666;
}

/* Suchleiste */
#search-bar {
    float: right;
    padding: 25px 5px 0px 0px;
}

#search-bar input.text {
    width: 100px;
    padding-top: 0px;
}

#search-bar input.image {
    vertical-align: top;
}

/* Hauptnavigation */
#basket-button {
	float: right;
}

#main-navigation {
    padding-top: 45px;
    margin-bottom: 25px;
    height: 51px;
}

#main-navigation li {
	background-image: url(../images/main_navi.gif);
    background-repeat: no-repeat;
    float: left;
    font-size: 11px;
    width: 132px;
    height: 41px;
    text-align: center;
    padding: 8px 0px 0px 0px;
    text-transform: uppercase;
    margin: 0px 2px 0px 0px;
}

#main-navigation li.tab:hover,
#main-navigation li.active {
	background-image: url(../images/main_navi_active.gif);
	font-weight: bold;
}

#main-navigation li a {
    color: #ffffff;
    text-transform: uppercase;
}

#main-navigation li a:hover,
#main-navigation li.tab:hover a,
#main-navigation li.active a {
    color: #ffffff;
}

#main-navigation li.logout {
    background: transparent;
    padding: 5px 0px 0px 50px;
    
}


/* Shop Navigation */
#sub-navigation-wrap {
	background-image: url(../images/navi_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 150px 0px;
	background-color: #F1F6E0;
}

#shop-navigation {
	background-image: url(../images/navi_top.gif);
	background-repeat: no-repeat;
}

#shop-navigation li.level_0,
#shop-navigation li.level_0_selected {
	background-color: #F1F6E0;
	color: #666666;
    padding: 9px 10px 9px 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 10px 0px 10px;
}

#shop-navigation li.level_0_selected {
	font-weight: bold;
}

#shop-navigation li.level_0 a {
	color: #666666;
}

#shop-navigation li.level_0_selected a {
	color: #E5007D;
}

#shop-navigation li.level_1,
#shop-navigation li.level_1_selected {
	background-image: none;
	background-color: #ffffff;
	padding: 4px 20px 4px 20px;
	font-size: 11px;
}

#shop-navigation li.level_1_selected {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
	
#shop-navigation li.level_1 a,
#shop-navigation li.level_1_selected a {
	color: #666666;
}

#shop-navigation li.level_1_selected a {
	font-weight: bold;
}

#shop-navigation li.level_2,
#shop-navigation li.level_2_selected {
	padding: 0px 20px 0px 30px;
	background-color: #ffffff;
	font-size: 11px;
}

#shop-navigation li.level_2_selected {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

#shop-navigation li.level_2 a {
	color: #666666;
}

#shop-navigation li.level_2_selected a {
	color: #E3017F;
}

/* Sub-Navigation */
#sub-navigation {
	background-image: url(../images/navi_top.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
}

#sub-navigation li.level_0,
#sub-navigation li.level_0_selected {
	background-color: #F1F6E0;
	color: #666666;
    font-size: 10px;
    text-transform: uppercase;
	padding: 0px 10px 0px 10px;
}

#sub-navigation li.level_0_selected {
	background-color: #ffffff;
	font-weight: bold;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
}

#sub-navigation li .liwrap {
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px 8px 10px;
}

#sub-navigation li.level_0 a {
	color: #666666;
}

#sub-navigation li.level_0_selected a {
	color: #E5007D;
}


/* Teaser */
.teaser {
    font-size: 16px;
    background-image: url(teaser.gif);
    line-height: 29px;
    margin-bottom: 10px;
}

/* Linke Spalte */
#left-column {
	width: 190px;
	position: absolute;
	padding: 0px 0px 0px 20px;
}


/* Rechte Spalte */
#right-column {
    float: right;
    width: 170px;
}


.container {
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin-bottom: 35px;
}


/* Listen */
ul.links {
	padding-top: 10px;
}

ul.links li {
    background-position: 0px 5px;
}

ul.categories li {
    width: 158px;
    float: left;
    margin: 0px 8px 25px 0px;
	font-size: 11px;
	background-color: #FBDFEE;
}


ul.categories .category-image {
	height: 137px;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0px 10px 0px;
}

ul.categories .category-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff !important;
}
	
/*
ul.categories .category-image img {
	margin-left: auto;
	margin-right: auto;
}
*/

ul.categories .info {
	padding: 5px 10px 5px 10px;
	min-height: 35px;
}

ul.categories .homeinfo {
	padding: 5px 10px 5px 10px;
	min-height: 65px;
}

ul.categories h3 {
	font-size: 11px;
	padding: 0px 8px 8px 8px;
}

ul.categories .info h3 {
	padding: 0px 0px 0px 0px;
}

ul.categories:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.sitemap li {
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

ul.sitemap li li {
	font-weight: normal;
}

ul.sitemap li li a {
	color: #666666;
}

ul.normal {
	padding-left: 17px;
	list-style-type: disc;
}

ul.product-list li {
    width: 160px;
    float: left;
    margin: 0px 8px 15px 0px;
}

ul.product-list li .product-image {
	background-color: #FBDFEE;
	text-align: center;
	height: 147px;
	padding: 10px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
}

ul.product-list li .info {
	background-color: #FBDFEE;
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	height: 65px;
}

ul.product-list li .product-image img {
	border: 1px solid #ffffff !important;
}


/* Formulare */
form {
	display: block;
	margin: 0px 0px 20px 0px;
}

fieldset {
	border: 0px;
}

input.text,
input.box,
textarea {
    background-color: #ffffff;
    padding: 5px 5px 4px 5px;
    border: 1px solid #666666;
    font-size: 11px;
    color: #666666;
    margin-bottom: 7px;
}

textarea {
	height: 120px;
}

select {
    background-color: #ffffff;
    padding: 5px 5px 4px 5px;
    border: 1px solid #666666;
    font-size: 11px;
    color: #666666;
    margin-bottom: 7px;
}

select>option {
    padding-right: 15px;
}

input.submit,
input.button {
    background-color: #E5007E;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

input.image {
    margin-bottom: 10px;
}

.message-warning {
	padding-bottom: 25px;
	color: #E5007E;
	background-color: #FCEBF4;
	border: 1px solid #E5007E;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
}

label {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 0px 0px 0px 0px;
}

/* Produktansicht */
.price-info {
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#price-wrap {
	border-bottom: 1px solid #E1D8DC;
	border-top: 1px solid #E1D8DC;
	padding: 10px 0px 10px 0px;
}

#price-wrap table {
	width: 99%;
}

.price-info img {
	border: 0px !important;
	float: none !important;
	vertical-align: middle !important;
	margin: 0px !important;
}

.price-info a {
	font-weight: bold;
}

.price-info .price {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.price-info .to-article {
	padding-top: 5px;
}

.price-wrap input.text {
	width: 80px;
}

#product-image-large {
	float: left;
	width: 265px;
}

#product-image-large .wrap {
	background-color: #ffffff;
	padding-bottom: 5px;
}

#product-image-large .extended-images {
	font-size: 11px;
}

#product-image-large ul.extended-images li {
	background-color: #E5007E;
	font-weight: bold;
	float: left;
	padding: 2px 5px 6px 5px;
	margin-left: 1px;
}

#product-image-large ul.extended-images li a {
	color: #ffffff;
}

#product-info {
	margin-left: 275px;
	padding: 10px;
	border-bottom: 2px solid #E5007D;
}

#product-info:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#product-number {
	text-align: right;
}

#technical-draft {
	padding-bottom: 15px;
}

.customizeTitle {
	padding-left: 10px;
	padding-bottom: 5px;
}

.customize {
	border: 1px solid #d3d4cf;
	background-color: #f9f9f7;
	padding: 6px 9px 2px 9px;
}

.customize .options {
	margin-bottom: 10px;
}

.customize .options td {
	padding: 0px 5px 5px 0px;
}

.customize .options label {
	display: block;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

.customize select {
	width: 143px;
}

.attachments {
	clear: left;
	padding-top: 15px;
}

.attachments ul li {
	background-image: none !important;
	float: left;
	padding: 0px !important;
	width: 33%;
}

.attachments ul li img {
	border: 1px solid #999999 !important;
	float: left;
	margin: 3px 10px 0px 0px
}

table.patterns td {
	padding: 0px 5px 5px 0px;
	vertical-align: middle;
}

#related-products {
	clear: left;
	padding-top: 15px;
}

.additional-products {
	width: 370px;
}

.additional-products li {
	width: 172px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.additional-products li .image {
	background-color: #FBDFEE;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ffffff;
	height: 140px;
}

.additional-products li .image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.additional-products li .info {
	padding: 10px 0px 0px 0px;
	background-color: #FBDFEE;
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	height: 45px;
}

/*	Einkaufskorb */
.basket-table {
	width: 100%;
	margin-bottom: 20px;
}

.basket-table th {
	text-align: left;
	padding: 0px 0px 6px 4px;
	vertical-align: top;
}

.basket-table td {
	padding: 10px 4px 10px 4px;
}

.basket-table tr.productItem td {
	border-top: 8px solid #FDF4F9;	
	border-bottom: 1px solid #cccccc;
}

.basket-table tr.productItem td td {
	border: 0px;
}

.basket-table tr.action td {
	background-color: #FDF4F9;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #cccccc;
}


.basket-table td.product-name a {
	font-weight: bold;
}

.basket-table td.product-name p {
	padding-bottom: 5px;
}

.basket-table td.product-image {
	width: 1%;
	text-align: center;
}

.basket-table td.product-image img {
	display: block;
	border: 1px solid #999999 !important;
}

.basket-item-options td {
	padding: 0px;
	font-weight: normal;
	padding: 3px 5px 3px 0px;
	color: #666666;
}

/* Homepage */


/* Kontakt */
#contact-form, #userregister-form {
	display: block;
	background-color: #F1F6E0;
	padding: 15px;
}

#contact-form  input.text,
#userregister-form input.text,
#contact-form  textarea {
	width: 400px;
}

#contact-form  td {
	padding: 0px 10px 5px 0px;
}

/* Seite empfehlen */
#tipfriend-form {
	display: block;
	background-color: #F1F6E0;
	padding: 15px;
}

#tipfriend-form  input.text,
#tipfriend-form  textarea {
	width: 400px;
}


/* Artikel-Seite */
.image_left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.image_big {
	padding-bottom: 20px;
}

/* Seite empfehlen */
.recommend-page-node-content {
	background-color: #F1F6E0;
	padding: 15px;
	margin-bottom: 10px;
}

/* Footer */
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-size: 10px;
	padding: 0px 55px 20px 0px;
}

