* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

a img {
    border: none;
}

body {
    background-color: #CECECE;
    background-image: url(/img/page_background.png);
    background-repeat: repeat-y;
    background-position: center top;
    font-size: 11px;
}

#head {
    height: 135px;
    background-color: #F7DCDC;
}

#head-inner {
    width: 900px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
}

#head-inner a {
    border: none;
}

#logo {
    float: left;
    width: 175px;
    height: 134px;
    border: none;
}

.top-menu {
    float: right;
    text-align: right;
    padding:0px;
    white-space: nowrap;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 6px;
    margin-right: 20px;
}

.top-menu a {
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
}

.top-menu a:first-child {
    padding-left: 0px;
}

.top-menu a:last-child {
    padding-right: 0px;
    border: none;
}

.top-menu a img {
    padding-right: 5px;
    border: none;
}

#language{
	margin-top: 20px;
	height: 40px;
}

#language a{
	padding-left: 0px;
	padding-right: 0px;
}

#language b{
	font-weight:600;
}

.infofield {
    padding-top: 4px;
    float: right;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

.infofield a {
    color: #966788;
    font-size: 16px;
}

.clear {
    clear: both;
}

#content {
    background-color: #FFFFFF;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    padding-bottom: 20px;
}

.flash-error {
    background-color: #DD0000;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.flash-correct {
    background-color: #33CC99;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.flash-warning {
    background-color: #FFCC00;
    font-size: 12px;
    color: #000000;
    margin-bottom: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.error-message {
    color: #DD0000;
}

/*
 * ==========================
 * Fussbereich
 * ==========================
 */
#newsletter {
    clear: both;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    line-height: 30px;
    background-color: #000000;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    text-align: right;
}

#newsletter a {
    color: #EEEEEE;
    font-size: 16px;
    padding-right: 20px;
    border: none;
    font-variant: small-caps;
    font-weight: bold;
}

#newsletter a img {
    vertical-align: middle;
    border: none;
}

#bottom {
    background-color: #F8F2F2;
    height: 150px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/img/bottom_background.png);
    background-repeat: repeat-x;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
}

#bottom-menu {
    padding-top: 10px;
    padding-right: 15px;
    color: #666666;
    text-align: right;
}

#bottom-menu a {
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
}

#bottom-menu a:hover {
    color: #DD0000;
}

#copyright {
    padding-top: 100px;
    padding-right: 20px;
    color: #999999;
    text-align: right;
    font-size: 11px;
}

h1.elf {
    height: 52px;
    background-image: url(/img/page_title_background.gif);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #999999;
    font-size: 30px;
    line-height: 30px;
    font-variant: small-caps;
    padding-top: 18px;
}

h2.elf {
    border-left: 12px solid #F7DCDC;
    height: 20px;
    background-color: #A0A0A0;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 20px;
    font-variant: small-caps;
    color: #FFFFFF;
}

.content-with-space {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #a0a0a0;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 18px;
}

.content-with-space span {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

/*
 * ==========================
 * Hauptmenu
 * ==========================
 *
 */
#menu {
    height: 22px;
    background-color: #EDEBEB;
}

#menu-inner {
    width: 900px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
}

#menu-inner ul {
    margin-top: 2px;
    padding: 0px;
    margin-left: 12px;
    height: 18px;
    list-style-type: none;
    float: left;
}

#menu-inner ul li.main, #menu-inner ul li.main-active {
    height: 18px;
    display: block;
    position: relative;
    float: left;
    line-height: 18px;
    font-weight: bold;
    padding-right: 17px;
    padding-left: 10px;
    border-right: 1px dotted #777777;
    background-image: url(/img/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right top;
    white-space: nowrap;
}

#menu-inner ul li.main:hover, #menu-inner ul li.main-active {
    background-color: #F7DCDC;
}

#menu-inner ul li.main a, #menu-inner ul li.main-active a {
    color: #666666;
}

#menu-inner ul li ul {
    background-color: #FDFBFB;
    position: absolute;
    top: 20px;
    left: -12px;
    margin-top: 0px;
    padding-left: 0px;
    list-style-type: none;
    z-index: 50;
    display: none;
    float: left;
    clear: both;
    background-color: #FDFBFB;
}

#menu-inner ul li ul li {
	font-size: 11px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 220px;
    background-color: #FDFBFB;
    height: 16px;
    line-height: 20px;
    padding-left: 8px;
    border-bottom: 1px solid #CCCCCC;
    font-weight: normal;
    white-space: nowrap;
    clear: both;
}

#menu-inner ul li ul li a {
	font-size: 11px;
    display: block;
    height: 16px;
}

#menu-inner ul li ul li:hover {
    background-color: #F7DCDC;
}

/*
 * ==========================
 * Startseite
 * ==========================
 *
 */

#start-banner {
    background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 313px;
}

#start-banner a{
	display: table-cell;
	vertical-align: text-bottom;
	position: absolute;
	overflow: hidden;	
	text-align: right;
	color: #CCCCCC;
	
}

#start-banner a span{
	display: block;
	padding: 6px;	
	position: absolute;
	padding-right: 30px;
	bottom: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	vertical-align: text-bottom;
}


.png{
	behavior: url('/css/iepngfix.htc');
}


#start-link-main{
	top: 0px;
	left: 0px;
	width: 750px;
	height: 313px;
	
	
}

#start-link-1{
	top: 0px;
	left: 750px;
	width: 150px;
	height: 77px;
	background-repeat:no-repeat;
}

#start-link-2{
	top: 78px;
	left: 750px;
	width: 150px;
	height: 77px;
	background-repeat:no-repeat;
}

#start-link-3{
	top: 156px;
	left: 750px;
	width: 150px;
	height: 78px;
	background-repeat:no-repeat;
}
#start-link-4{
	top: 235px;
	left: 750px;
	width: 150px;
	height: 78px;
	background-repeat:no-repeat;
}

#start-sub-banner {
	clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #97037D;
    overflow: hidden;
}

#start-sub-banner div a, #start-sub-banner div a img {
    border: none;
}

#bot1, #bot2, #bot3 {
    padding-left: 9px;
    width: 288px;
    height: 110px;
    float: left;
}



/*
 * ==========================
 * Produkthauptgruppen
 * ==========================
 *
 */
#flash {
    margin-left: 16px;
    margin-top: 6px;
    padding-top: 0px;
    margin-top: 0px;
}

#left-menu {
    margin-left: 16px;
    margin-top: 20px;
    float: left;
    width: 180px;
    padding: 0px;
    list-style-type: none;
    border-top: 1px dotted #777777;
    display: inline;
}

#left-menu li {
    margin-left: 0px;
    display: block;
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    padding-left: 6px;
    border-bottom: 1px dotted #777777;
}

#left-menu li a {
    color: #666666;
    font-weight: normal;
    display: block;
}

#left-menu li a:hover, #left-menu li a:active {
    background-color: #F8F2F2;
}

#productmaingroups {
    float: left;
    width: 676px;
    margin-top: 20px;
    margin-left: 10px;
}

#productmaingroups a {
    border: none;
}

#productmaingroups a img {
    border: none;
    margin-right: 2px;
    margin-left: 3px;
    margin-bottom: 5px;
}

/*
 * ==========================
 * Produktseiten
 * ==========================
 *
 */
#productphotomain {
    margin-left: 20px;
    float: left;
    width: 300px;
    min-height: 300px;
    overflow: hidden;
    text-align: center;
}

#product-text {
    float: left;
    width: 500px;
    margin-left: 50px;
    font-size: 11px;
    min-height: 300px;
}

#product-text h3 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: normal;
}

#accordion {
    margin-top: 20px;
    clear: both;
    width: 440px;
}

#accordion h3.toggler {
    background-color: #EDEBEB;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666666;
    padding: 3px;
    cursor: pointer;
    padding-left: 8px;
}

#accordion div.element {
    margin-bottom: 10px;
}

#accordion div.element span {
    padding: 8px;
    display: block;
    border: 1px solid #EDEBEB;
}

#product-table {
    clear: both;
    width: 860px;
    margin-left: 20px;
    padding: 0px;
    border-spacing: 0px;
    padding: 0px;
    border: none;
}

#product-table th {
    margin-top: 20px;
    background-color: #EDEBEB;
    font-weight: normal;
    font-size: 11px;
}

#product-table td {
    font-size: 11px;
}

td.bild {
    width: 220px;
    border-bottom: 1px dotted #777777;
}

td.bild div {
    width: 220px;
    height: 40px;
    visibility: hidden;
    overflow: hidden;
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #FFFFFF;
}

td.artnr {
    width: 40px;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

td.preis {
    width: 50px;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

td span.grundpreis {
    color: #AAAAAA;
    font-size: 10px;
}

td.farbe {
    width: 80px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #777777;
}

td.name {
    width: 140px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

td.inhalt {
    width: 30px;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

td.lager {
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px dotted #777777;
}

td.anzahl {
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

td.anzahl div {
    height: 18px;
    padding: 0px;
}

input.anzahl {
    vertical-align: top;
    top: 0px;
    text-align: center;
    width: 20px;
    font-size: 11px;
    height: 16px;
    border: 1px solid #777777;
}

td.addtocart {
    width: 126px;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
}

.bestand-red {
    background-color: #DD0000;
    border: 1px solid #777777;
}

.bestand-yellow {
    background-color: #CCCC00;
    border: 1px solid #777777;
}

.bestand-green {
    background-color: #00CC00;
    border: 1px solid #777777;
}

#legend {
    margin: 20px;
    background-color: #EDEBEB;
    padding: 10px;
    font-weight: normal;
    font-size: 12px;
}

.red {
    color: #DD0000;
    font-size: 11px;
    font-weight: bold;
}

#interesting {
    margin-left: 20px;
    margin-top: 20px;
    width: 860px;
}

#interesting h4 {
    background-color: #EDEBEB;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
    margin-bottom: 20px;
}

#interesting .product, #interesting .product-last {
    width: 150px;
    height: 210px;
    float: left;
    font-size: 11px;
    margin-right: 25px;
    border: 1px dotted #CCCCCC;
    text-align: center;
}

#interesting .product-last {
    margin-right: 0px;
}

#interesting a{
	color: #444444;
	font-size: 11px;
}

#interesting .image {
    width: 150px;
    height: 150px;
    text-align: center;
}

ul#socialnetwork{
	list-style-type: none;
}

ul#socialnetwork li{
	float: left;
	margin-right: 5px;
}

ul#socialnetwork li a img{
	border: 1px solid #CCCCCC;
}

/*
 * ==========================
 * Konfigurator
 * ==========================
 *
 */
#config-box {
    margin-left: 20px;
    float: left;
    width: 300px;
    height: 270px;
    overflow: hidden;
    background-image: url(/img/elemente/box.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#config-refill0 {
    float: left;
    width: 80px;
    height: 78px;
    margin-left: 17px;
    margin-top: 27px;
    display: inline;
}

#config-refill1 {
    float: left;
    width: 80px;
    height: 78px;
    margin-left: 43px;
    margin-top: 27px;
    display: inline;
}

#config-refill2 {
    clear: both;
    float: left;
    width: 80px;
    height: 78px;
    margin-left: 17px;
    margin-top: 17px;
    display: inline;
}

#config-refill3 {
    float: left;
    width: 80px;
    height: 78px;
    margin-left: 43px;
    margin-top: 17px;
    display: inline;
}

#addtocart {
    position: absolute;
    top: 240px;
    left: 49px;
}

#config-table {
    margin-left: 20px;
    margin-right: 20px;
}

.config-headline {
    background-color: #EDEBEB;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin-bottom: 6px;
    clear: both;
}

.config-product {
    font-size: 11px;
    text-align: center;
    float: left;
    width: 98px;
    margin-left: 4px;
    margin-right: 5px;
    margin-bottom: 12px;
    background-color: #F8F4F4;
}

.config-product a img {
    border: none;
}

.config-product a {
    color: #000000;
    font-size: 11px;
    display: block;
}

/*
 * ==========================
 * Warenkorb
 * ==========================
 *
 */
#cart-table {
    clear: both;
    width: 860px;
    margin-left: 20px;
    padding: 0px;
    border-spacing: 0px;
    padding: 0px;
    border: none;
}

#cart-table th {
    margin-top: 20px;
    background-color: #EDEBEB;
    font-weight: normal;
    font-size: 11px;
}

#cart-table td {
    font-size: 11px;
}

#cart-table td.bild {
    width: 160px;
    border-bottom: 1px dotted #777777;
    text-align: center;
}

#cart-table td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #777777;
    text-align: left;
}

#cart-table td.right {
    text-align: right;
}

#cart-table td.center {
    text-align: center;
}

#cart-table td.grey-right {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-align: right;
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 1px dotted #777777;
    background-color: #F8F4F4;
}

#cart-table td.total {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-align: right;
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 1px dotted #777777;
    background-color: #EDEBEB;
    font-size: 12px;
}

.cart-button {
    margin-top: 0px;
    text-align: right;
    padding: 20px;
}

#left-half {
    float: left;
    width: 420px;
    height: 260px;
    border: 1px dotted #999999;
    margin-left: 20px;
    padding-top: 20px;
}

#right-half {
    float: left;
    width: 420px;
    height: 260px;
    border: 1px dotted #999999;
    margin-left: 20px;
    padding-top: 20px;
}

#left-half span, #right-half span {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.payment {
    float: left;
    width: 252px;
    margin: 5px;
    height: 320px;
    background-color: #F8F4F4;
    padding: 5px;
}

.payment div {
    text-align: center;
}

.payment-button {
    text-align: right;
    margin: 10px;
}

.grey-box {
    margin: 20px;
    background-color: #F8F4F4;
    padding: 5px;
}

.grey-box2 {
    margin-top: 20px;
    background-color: #F8F4F4;
    padding: 5px;
}

.promotioncode{
	width: 500px;
	margin-left: 20px;
	padding: 5px;
	background-color: #F8F4F4;
	float: left;
	margin-top: 25px;
	border: 1px dotted #777777;
	
}
input.code{
	width: 100px;
	margin-left: 5px;
	margin-right: 20px;
}
/*
 *
 * Kontaktformular
 *
 */
.formbox {
    margin-bottom: 10px;
    clear: both;
}

.formbox label {
    display: block;
    font-size: 11px;
}

.formbox .form-text {
    width: 300px;
    height: 18px;
    line-height: 18px;
    border: 1px dotted #999999;
    padding-left: 3px;
}

.formbox .form-textarea {
    width: 300px;
    height: 80px;
    line-height: 18px;
    border: 1px dotted #999999;
    padding-left: 3px;
}

/*
 *
 * Mein Konto
 *
 */
#account-table {
    clear: both;
    width: 640px;
    padding: 0px;
    border-spacing: 0px;
    padding: 0px;
    border: none;
}

#account-table th {
    margin-top: 20px;
    background-color: #EDEBEB;
    font-weight: normal;
    font-size: 11px;
}

#account-table td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
    text-align: left;
}

#account-table td.right {
    text-align: right;
}

#account-table td.center {
    text-align: center;
}




