body {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0px;
	margin:0px;
	line-height: 150%;
}

form {
	line-height: normal;
	margin: 0px;
}
input {
	line-height: normal;
	margin: 0px;
}

a {
	color: #cb1a37;
	text-decoration: none;
}
a:visited {
	color: #cb1a37;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

h1 {}

h2 {}

/* ----------container zentriert das layout-------------- */
#container {
	width: 957px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* ----------header-------------- */

#header {
	text-align: right;
	padding: 0px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	height: 79px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headerb {
	text-align: right;
	padding: 0px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	height: 79px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navi-top {
	height: 48px;
	padding-right: 30px;
}

#navi-top-bg {
	background-image: url(../img/bg_headernav_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navi-top-bg span {
	display: inline;
	background-image: url(../img/bg_headernav_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}
#navi-lang {
	padding-right: 30px;
}

/* ----------header2-------------- */
#header2 {
	text-align: left;
	height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 248px;
}

#header2 a {
	color: #666666;
	text-decoration: none;
}
#header2 a:visited {
	color: #666666;
	text-decoration: none;
}
#header2 a:hover {
	text-decoration: underline;
}
#header2 a:active {
	text-decoration: underline;
}



#header-alert {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
}

/* -----------------Inhalt--------------------- */

#content {
	padding: 0px;
	margin-left: 248px;
	margin-right: 30px;
}

#content ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}

#content label {
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
}

#content fieldset {
	padding: 10px;
	background-image: url(../img/bg_fieldset.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#content legend {
	font-size: 120%;
	line-height: normal;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	margin: 0px;
}

#content h1 {
	color: #cb1a37;
	font-size: 180%;
	line-height: normal;
	font-weight: normal;
}



#content h2 {
	font-size: 160%;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cb1a37;
	padding-bottom: 5px;
	margin-top: 20px;
}

#content h3 {
	font-size: 140%;
	line-height: normal;
	font-weight: normal;
}


div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* --------------left navigavtion------------- */

#left {
	float: left;
	width: 218px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#left h1 {
	background-color: #990033;
}
#left h2 {
	line-height: 28px;
	background-image: url(../img/bg_button1.gif);
	background-repeat: no-repeat;
	font-size: 130%;
	padding-left: 10px;
}
#left h3 {
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	text-align: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 248px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cb1a37;
	padding-top: 10px;
}



.cssbutton {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	width: 164px;
	font-weight: bold;
	color: #333333;
	float: left;
	height: 28px;
	background-image: url(../img/bg_button1.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
	line-height: 28px;
	padding: 0px;
	background-repeat: no-repeat;
}

.cssbutton:hover {
	background-position: center -28px;
}

.cssbutton:active {
	background-image: url(../img/buttons/cssbutton_bg_active.png);
}

 
.cssbuttonsubmit {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	border:none;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #333333;
	background-color: transparent;
	padding: 0px;
	vertical-align: top;
}



.cssbutton2 {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	font-weight: bold;
	color: #333333;
	float: left;
	height: 26px;
	background-image: url(../img/buttons/cssbutton2_bg_off.png);
	background-position: center center;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
}

.cssbutton2:hover {
	background-image: url(../img/buttons/cssbutton2_bg_hover.png);
}

.cssbutton2:active {
	background-image: url(../img/buttons/cssbutton2_bg_active.png);
}

 
.cssbuttonsubmit2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	cursor: pointer;
	border:none;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #333333;
	background-color: transparent;
	padding: 0px;
	vertical-align: top;
}

.productListing-data {
	float: left;
	width: 204px;
	background-image: url(../img/bg_plist_middle.gif);
	background-repeat: no-repeat;
	margin-bottom: 22px;
	margin-right: 22px;
	background-position: center bottom;
}

.productListing-data-special {
	float: left;
	width: 428px;
	background-image: url(../img/bg_plist_middle-special.gif);
	background-repeat: no-repeat;
	margin-bottom: 22px;
	margin-right: 22px;
	background-position: center bottom;
}


.plist {
	background-image: url(../img/bg_plist_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 6px;
	height: 368px;
}

.plist-special {
	background-image: url(../img/bg_plist_top-special.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 6px;
	height: 368px;
	text-align: center;
}


.plistimg {
	width: 186px;
	text-align: center;
	background-image: url(../img/imgloading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 186px;
}

.plistimg img {
}

.plisttxt1 {
	line-height: 130%;
	height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.plisttxt {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.plisttxt2 {
	line-height: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.plisttop {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 27px;
	margin-bottom: 10px;
	margin-left: 3px;
	line-height: normal;
	height: 22px;
	background-image: url(../img/bg_plisttop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.plisttop-left {
	float: left;
	width: 50%;
	line-height: 22px;
}

.plisttop-left h1 {
	margin: 0px;
	padding: 0px;
}

.plisttop-right {
	float: left;
	text-align: right;
	line-height: 22px;
	width: 50%;
}

.plistmini {
	padding: 5px;
	float: left;
	width: 103px;
}

.clear { /* Container (z.B. div) für floatende Buttons */
   clear: both;
}

a.button {
	background: transparent url(../img/bg_button_a.gif) no-repeat top right;
	color: #666!important;
	display: block;
	float: left;
	height: 28px;
	margin-right: 5px;
	padding-right: 15px; /*sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 5px;
}

a.button span {
	background: transparent url(../img/bg_button_div.gif) no-repeat;
	display: block;
	line-height: 18px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
}

a.button:active {
   color: #000;
   outline: none; /* die gepunktete Linie im FF abschalten */
}

a.button:active span {
	color: #000!important; /* Text 1px nach unten verschieben */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
} 

a.button:hover {
	text-decoration: none;
	color: #000!important;
	background-position: right -28px;
} 

a.button:hover span {
	background-position: left -28px;
} 


#pinfo-description {
	float: left;
	width: 360px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 350px;
}
#pinfo-img {
	float: left;
	width: 230px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 20px;
	height: 350px;
}

.catspecials {
	margin-top: 20px;
}

.inputbn {
	background-color: #FFFFFF;
	line-height: 100%;
	margin: 0px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.cssbuttonsubmitbn {
	vertical-align: middle;
	background-color: #FFFFFF;
	line-height: 100%;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}

.scsubtotal {
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: right;
	padding: 10px;
}

.scminorder {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}


.productListing-heading {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	font-weight: bold;
}
.productListing-even {
	padding: 5px;
	background-image: url(../img/bg_plisttop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.productListing-odd {
	background-image: url(../img/bg_plisttop.gif);
	background-repeat: repeat-x;
	padding: 5px;
}

.messages-error {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}
.messages-warning {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}
.messages-success {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #000000;
	background-color: #99CC00;
}
.messages-default {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
}

#breadcrumb {
	width: 270px;
	float: left;
}

#minicart {
	width: 400px;
	float: left;
	text-align: right;
}

#minicart a:link{
	color: #FF0000;
}

#minicart a:visited{
	color: #FF0000;
}

.buttonconfirm {
	padding: 10px;
	background-image: url(../img/bg_fieldset.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.moduleRowSelected {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 120%;
}

.moduleRowOver {
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 120%;
}


.moduleRow {
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 120%;
}


#qsearch {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 3px;
	line-height: normal;
	height: 22px;
	background-image: url(../img/bg_plisttop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 7px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}

#alert {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 3px;
	line-height: normal;
	margin-right: 7px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cb1a37;
}

.qsearch-input {
	line-height: 100%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: middle;
	border-right-style: none;
	font-size: 11px;
	color: #333333;
	height: 18px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 157px;
}


.hf-input {
	line-height: 100%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
		
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	height: 18px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 120px;
	
	display: block;
}

.hf-button {
	height: 24px;
	width: 253px;
	vertical-align: middle;
	display: block;
}

input:focus {
	background-color: #FFFF99;
}

.qsearch-button {
	height: 24px;
	width: 22px;
	vertical-align: middle;
}

.plistbtdetails {
	vertical-align: bottom;
}

.productSpecialPrice {
	font-weight: bold;
	color: #FF0000;
}

#xmasheader {
	padding-bottom: 20px;
	padding-left: 33px;
}
