/* -----------------------
general element styles
----------------------- */
body {
    margin: 0;
    padding: 0;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div {
    overflow: hidden;
}
h1 {
    margin: 15px 0 0 0;
    font: 22px  Verdana, sans-serif;
}
h2 {
    margin: 0 0 0 0;
    font:  bold 15px Verdana, sans-serif;
}
h3 {
    margin: 0 0 0 0;
	padding-top: 2px;
	font:  bold 11px Verdana, sans-serif;
}
h4 {
    margin: 0 0 0 0;
	padding-top: 2px;
	font:  bold 10px Verdana, sans-serif;
}
a 	{
    color: #707070;
    text-decoration: underline;
}
a:hover {
    /* font-weight: bold; */
}
img {
    border: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
}

/* -----------------------
main window
----------------------- */
#main {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 982px;
    height: auto;
    overflow: visible;
    padding: 5px;
}

/* -----------------------
header
----------------------- */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 982px;
    height: 86px;
    z-index: 2;
    overflow: visible;
    margin-bottom: 5px;
    background: url(img/bg/header.jpg) no-repeat;
}
#header-left {
    float: left;
    width: 320px;
    height: 86px;
}
#header-left p {
    margin: 8px 0 3px 9px;
}
#header-left p a {
    font: 18px Verdana;
    color: #FFF;
    text-decoration: none;
}
#header-left p.claim {
    margin: 3px 0 0 88px;
    font: 12px Verdana;
    color: #FFF;
}
#header-top {
    width: 100%;
    height: 63px;
}
#header-bottom {
    width: 100%;
    height: 23px;
}
#header-bottom a.home {
    display: block;
    float: left;
    width: 35px;
    height: 11px;
    margin: 2px 0 1px 0;
    padding: 0 5px 2px 7px;
    border-right: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    /*background: url(img/bg/header_bottom_left.gif) no-repeat;*/
}
/*--------------------------
search form
--------------------------*/
#header #search {
    display: block;
    float: left;
    width: 261px;
    height: 19px;
    padding-left: 11px;
    vertical-align: middle;
}
#header form {
    margin: 0;
    padding: 0;
}
#header #input-search {
    width: 130px;
    height: 14px;
    margin: 0 4px 2px 0;
    padding: 1px 0 0 5px;
    font: 10px Verdana;
    border: 1px solid #CDCDCD;
}
#header #submit-search {
    width: 15px;
    height: 15px;
    border: 0;
    margin: 0;
    padding: 1px;
}
#header-nav {
    float: left;
	width: 416px;
    height: 40px;
	padding-top: 65px;
}
#hotline {
    position:absolute;
    top: 3px;
    left: 556px;
	height: 46px;
	width: 170px;
    padding: 1px 5px 9px 5px;
    background: url(img/bg/header_hotline.gif) no-repeat 0px 1px;
    font: 11px Verdana;
	text-align: center;
	line-height: 17px
}
#delivery {
    position:absolute;
    top: 3px;
    left: 364px;
	height: 46px;
	width: 170px;
    padding: 1px 5px 9px 5px;
    background: url(img/bg/header_delivery.gif) no-repeat 0px 1px;
    font: 11px Verdana;
	text-align: center;
	line-height: 17px
}

/*--------------------------
dropdown navigation
--------------------------*/
#dropdownnav {
    width: 416px;
    margin: 0 0 0 0;
    padding: 0;
}
#dropdownnav li {
    width: 84px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#dropdownnav li.off, #dropdownnav li.on {
    float: right;
    margin-left: 12px;
}
#dropdownnav li.off ul , #dropdownnav li.on ul {
    display: none;
    position: absolute;
    top: 83px;
    left: 364px;
    height: auto;
    z-index: 6000;
}
#dropdownnav li.off:hover ul,
#dropdownnav li.off.over  ul{
    display: block;
}
#dropdownnav a {
    display: block;
    width: 84px;
    height: 16px;
    padding: 1px 3px;
    color: #000;
    text-decoration: none;
    background: url(img/bg/bg_button_header_dropdown.gif) no-repeat;
}
#dropdownnav a span {
    padding-right: 5px;
    font: 10px Verdana;
}
#dropdownnav ul li {
    width: 228px;
    background: #F0F0F0;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}
#dropdownnav .roundbox-top {
    width: 230px;
    height: 6px;
    border: 0;
    background: url(img/bg/box_dropdown_top.gif) no-repeat bottom;
}
#dropdownnav .roundbox-bottom {
    width: 230px;
    height: 18px;
    font-size: 10px;
    background: url(img/bg/box_dropdown_bottom.gif) no-repeat;
    border: none;
}
#dropdownnav li.off ul a , #dropdownnav li.on ul a {
    width: 210px;
    height: 13px;
    background: #EAEAEA;
    padding: 4px 9px;
    border: 0;
    color: #666;
    text-align: left;
}
#dropdownnav li.off ul a:hover , #dropdownnav li.on ul a:hover {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}
#header-right {
    float: left;
    width: 242px;
    height: 86px;
    overflow: hidden;
    margin-right: 4px;
}
#header-right ul.contact {

}
#header-right ul.contact li {
    float: right;
    height: 10px;
    margin: 2px 0 1px ;
    padding: 0 6px 1px 6px;
    border-right: 1px solid #FFF;
}
#header-right ul.contact a {
    display: block;
    font: 9px Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}
#trusted-shops {
    clear: both;
    width: 230px;
    height: 62px;
    margin-left: 12px;
    padding: 7px 0 0 5px;
    background: url(img/bg/header_trusted.gif) no-repeat 0px 5px;
    line-height: 14px;
}
#trusted-shops div {
    float: left;
    width: 175px;
    height: 38px;
	margin: 8px 0 0 0;
}
#trusted-shops p {
    float: left;
    width: 145px;
	font: 11px Verdana;
	color: #FFF;
    height: 14px;
    margin: 0 0 0 37px;
}
#trusted-shops input {
    float: right;
    display: block;
    width: 51px;
    height: 51px;
	margin: 4px 7px 0 0;
}

/* -----------------------
subheader
----------------------- */
#subheader {
    position: absolute;
    left: 0px;
    top: 87px;
    z-index: 1;
    width: 100%;
    height: 16px;
    background: url(img/bg/subheader.jpg) no-repeat;
    color: #FFF;
    font: 9px Verdana;
}
#subheader a {
    color: #FFF;
    font:  9px Verdana;
    text-decoration: none;
}
#datetime {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 572px;
    height: 16px;
    z-index: 1;
    float: left;
    padding-left: 8px;
}
#nav-account {
    position: absolute;
    left: 588px;
    top: 0px;
    width: 385px;
    height: 16px;
    z-index: 1;
    padding-right: 15px;
    text-align: right;
}

/* -----------------------
left column
----------------------- */
#left-col {
    position: absolute;
    left: 0;
    top: 104px;
    z-index: 1;
    width: 210px;
    margin-bottom: 25px;
}

/* -----------------------
navigation categories
----------------------- */

/* {--- Beispiel CSS, welches ich gefunden hab und auf Grundlage dessen, ich die nachstehenden 
		Modifikationen ausprobiert habe ... ---) 

#CatNavi  { margin: 0; padding-left: 6px; }
#CatNavi ul { margin: 0; padding-left: 1px; }
#CatNavi li { list-style-type:none; }
#CatNavi a { margin: 0; padding: 2px }
#CatNavi .CatLevel1 a { visibility: hidden; list-style-type: square; }
#CatNavi .CatLevel2 {background-image: url(img/bullet_info.png); background-repeat:no-repeat; background-position:0px 0px; }
#CatNavi .CatLevel2 a { visibility: visible;  font-weight: bold; padding-left:15px; }

#CatNavi .CatLevel2 a:hover { color: #333333; cursor: text; text-decoration:none; }
#CatNavi .CatLevel2 li {  }
#CatNavi .CatLevel2 ul { }
#CatNavi .CatLevel2 SubMenue li { }
#CatNavi .CatLevel3 {background-image: url(img/bullet3.gif); background-repeat:no-repeat; background-position:12px 2px; }
#CatNavi .CatLevel3 li { list-style-type: none; list-style-image: none;  font-weight:normal; }
#CatNavi .CatLevel3 a { font-weight: normal; padding-left:25px;}
#CatNavi .CatLevel3 a:hover { text-decoration: underline; cursor: pointer; color: maroon; } 

---) */


#CatNavi  { 
	margin: 0;
}
#CatNavi ul { 
	margin: 0;
	padding-top: 1px;
	list-style: none;
}
#CatNavi li { 
	width: 200px;
	margin-top: 4px;
    font: bold 11px Verdana;
	background: url(img/bg/bg_button_categories_info.gif) no-repeat;
}   
#CatNavi li.special { 
    background: url(img/bg/bg_button_categories_special.gif) no-repeat;
}
#CatNavi li.Current, 
#CatNavi li.CurrentParent {
    background: url(img/bg/bg_button_categories_info_hilite.gif) no-repeat;
}
#CatNavi li.special.Current { 
    background: url(img/bg/bg_button_categories_special_hilite.gif) no-repeat;
}
#CatNavi li.Current a, 
#CatNavi li.CurrentParent a {
    color: #FFF;
}
#CatNavi li.Current li a, 
#CatNavi li.CurrentParent li a {
    color: #000;
}
#CatNavi li.Current a span, 
#CatNavi li.CurrentParent a span {
    color: #000;
	font-weight:normal;
}
#CatNavi a { 
	display: block;
    width: 195px;
    height: 16px;
    padding: 4px 0 0 23px;
    font:  10px Verdana;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
#CatNavi a span {
    padding-right: 9px;
	margin-left:3px;
}

#CatNavi .CatLevel1 li { 
    margin: 0;
	background: url(img/bg/bg_button_categories.gif) no-repeat;
}
#CatNavi .CatLevel1 li.Current,
#CatNavi .CatLevel1 li.CurrentParent { 
    background: url(img/bg/bg_button_categories_hilite.gif) no-repeat;
}
#CatNavi .CatLevel1 li.Current a,
#CatNavi .CatLevel1 li.CurrentParent a { 
    color: #FFF;
}
#CatNavi .CatLevel1 li.Current li a,
#CatNavi .CatLevel1 li.CurrentParent li a { 
    color: #000;
}
#CatNavi .CatLevel1 a { 
	font: bold 11px Verdana;
	color: #000;
    background: none;
}
#CatNavi .CatLevel2 {
	width: 200px;
    background: url(img/bg/bg_button_categories.gif) no-repeat;
	padding:0;
}
#CatNavi .CatLevel2 a { 
    padding-left: 1px;
    font:  10px Verdana;
    color: #000;
    text-decoration: none;   
}
#CatNavi .CatLevel2 li.Current {
    background: none;
}
#CatNavi .CatLevel2 li.Current a { 
    font-weight: bold;
}
#CatNavi .CatLevel2 ul {	
}
#CatNavi .CatLevel2 SubMenue li {
}
#CatNavi li.CatLevel3 { 
    background: #FFF;
}
#CatNavi .CatLevel3 a { 
	font-weight: normal;
	padding-left:1px;
	width: 179px;
	background: url(img/bg/bg_button_categories.gif) no-repeat;
	margin-left:20px;
}
#CatNavi .CatLevel3 a:hover { 
	font-weight: bold;
	cursor: pointer; 
}


/*
#box-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#box-categories li {
    width: 200px;
    height: 20px;
    background: url(img/bg/bg_button_categories.gif) no-repeat;
}
#box-categories li.level0 {
    margin-top: 4px;
    padding-left: 23px;
    height: 21px;
    font: bold 11px Verdana;
    background: url(img/bg/bg_button_categories_info.gif) no-repeat;
}
#box-categories li.level0-hilite {
    margin-top: 4px;
    padding-left: 23px;
    height: 21px;
    background: url(img/bg/bg_button_categories_info_hilite.gif) no-repeat;
}
#box-categories li.level0-hilite a {
	color: #FFF;
}
#box-categories li.special {
    margin-top: 3px;
    padding-left: 23px;
    height: 21px;
    font: bold 11px Verdana;
    background: url(img/bg/bg_button_categories_special.gif) no-repeat;
}
#box-categories li.special-hilite {
    margin-top: 3px;
    padding-left: 23px;
    height: 21px;
    background: url(img/bg/bg_button_categories_special_hilite.gif) no-repeat;
}
#box-categories li.special-hilite a {
    color: #FFF;
}
#box-categories li.hilite {
    background: url(img/bg/bg_button_categories_hilite.gif) no-repeat;
}
#box-categories li.hilite a {
	color: #FFF;
}
#box-categories li.hilite a span {
	color: #000;
}
#box-categories a {
    display: block;
    width: 195px;
    height: 18px;
    padding: 4px 0 0 1px;
    font:  10px Verdana;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
#box-categories a span {
    padding-right: 9px;
	margin-left:3px;
}
#box-categories a.level0 {
    font: bold 11px Verdana;
    background: none;
}
*/

#box-cart {
    width: 198px;
    padding: 0;
    border: 1px solid #CDCDCD;
    background: #E9F8DA;
    font: 11px Verdana, sans-serif;
}
#box-cart-top {
    width: 190px;
    height: 16px;
    padding: 4px 5px 0 8px;
    background: #A7E768;
    font: bold 11px  Verdana, sans-serif;
}
#box-cart table {
    padding: 5px;
}
#box-cart a {
    display: block;
    width: 94px;
    height: 15px;
    padding: 1px 0 0 0;
    background: url(img/bg/bg_button_box_cart.gif) no-repeat;
    font: 11px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#box-cart a span {
    padding: 0 8px 0 4px;
}

/* -----------------------
middle column, content
----------------------- */
#mid-col {
    position: absolute;
    left: 224px;
    top: 108px;
    z-index: 1;
    width: 758px;
}
#content {
    padding: 0 0 0 0;
}

/* -----------------------
breadcrumbs
----------------------- */
#breadcrumbs {
    width: 756px;
    padding-bottom: 4px;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #CDCDCD;
    font: 9px Verdana, sans-serif;
	color:#333
}
#breadcrumbs a {
    color: #666;
}

/* -----------------------
main content
----------------------- */
/* rechte Spalte */
#main-left {
    float: left;
    width: 502px;
    margin: 8px 0 0 0;
}
#boxes-left {
    width: 500px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

/* breite Boxen */
#main-left div.start {
    padding-top: 15px;
}
#main-left h2 {
    width: 470px;
    height: 18px;
    padding: 0 15px;
    border-top: 3px solid #9DB489;
    border-bottom: 1px solid #CCC;
    background: #CDEDAC;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
}
#main-left p {
    width: 469px;
    padding: 0 15px;
}
#main-left #ratgeber h1 {
	width: 470px;
    height: 18px;
    padding: 0 15px;
	margin-top: 0;
    border-top: 3px solid #9DB489;
    border-bottom: 1px solid #CCC;
    background: #CDEDAC;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
}
#main-left #ratgeber ul {
    float: left;
    width: 233px;
    height: 105px;
    margin: 20px 10px 7px 15px;
	background: #E9F8DA url(img/bg/bg_start_ratgeber.gif);
}
#main-left #ratgeber li {
    list-style-image: url(img/bg/bullet.gif);
    margin: 4px 0 0 35px;
    height: 15px;
}
#main-left #ratgeber li a {
    line-height: 20px;
    color: #000;
    font-weight: normal;
    font-size: 11px;
}
#main-left #ratgeber p {
    float: left;
    width: 216px;
    padding: 0px;
	margin: 20px 0 0 6px;
}


/* kleine Boxen */
#main-left div.start-sm {
    float: left;
    width: 244px;
    margin-right: 10px;
    margin-top: 6px;
    border-right: 1px solid #CCC;
}
#main-left div.right {
    margin-right: 0;
    border-right: none;
    border-left: 1px solid #CCC;
}
#main-left div.start-sm h2, #main-left div.start-sm p {
    width: 215px;
}
#main-left div.start-sm img {
	border:1px solid gray;
	float:left;
	margin:3px 8px 0px 1px;
	padding:2px;
}
#news h3 {
	width: 215px;
	height: 18px;
    padding: 0 15px;
    border-top: 3px solid #9DB489;
    border-bottom: 1px solid #CCC;
    background: #CDEDAC;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
}
#blog div {
    padding: 0 15px;
}
#blog p.blogtext {
    width: 465px;
    padding: 0;
}
#blog h3 {
    margin: 13px 0;
	padding: 0;
    border-top: none;
    border-bottom: none;
    background: none;
}
#blog img {
    float: right;
	padding: 15px 5px 0 10px;
}
#blog h3 a {
    font-size: 11px;
    color: #000;
}

/* rechte Spalte */
#main-right {
    float: left;
    width: 245px;
    margin: 8px 0 0 9px;
}
#boxes-right {
    width: 243px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#main-right div.start {
    padding-top: 15px;
}
#main-right div.start2 {
    padding-top: 7px;
}
#main-right div.start h3, #main-right div.start2 h3 {
    width: 213px;
    height: 18px;
    padding: 0 15px;
    border-top: 3px solid #FF9805;
    border-bottom: 1px solid #CCC;
    background: #FFE695;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 18px;
}
#main-right p {
    float: left;
	width: 128px;
    padding: 0 0 0 15px;
}
#main-right a.click {
    display: block;
	float: left;
	width: 95px;
}
#main-right p.versand {
    float: right;
	text-align: right;
	font-size: 10px;
	padding: 0 15px;
	margin: 0
}

/* -----------------------
categories
----------------------- */
#cat-list {
	width: 231px;
	float:left;
	background-color:#E9F8DA;
	border: 1px solid #CCCCCC;
	padding: 5px 7px;
	margin: 2px;
}
#cat-list div.cat-box {
	height: 92px;
}
#cat-list img {
	float: left;
	margin: 2px 9px 0px 3px;
	padding:2px
}
#cat-list h2 {
	padding:5px 0;
	margin: 0 10px;
	text-decoration:none;
	font-size:11px;
}
#cat-list p {
	margin:0pt;
	padding: 8px 0 0 34px;
	line-height:14px;
}
#cat-list ul {
	list-style-position: inside;
	list-style-type: disc;
	margin:0pt;
	padding: 0 0 0 34px;
	line-height:14px;
}
a.cat-info {
	text-decoration: none;
	font-weight:bold;
	color:#000;
}

/* -----------------------
product-listing
----------------------- */
#product-listing {
    width: 100%;
}
#categorie-info h1 {
    margin-left: 9px;
}
#categorie-info p.categorie_text {
	width: 720px;
    margin: 10px 0 0 9px;
	padding-right: 12px;
}
#categorie-info img.categorie_img {
    width: 138px;
	height: 90px;
	margin: 15px 3px 0 0;
}
#product-listing h2 a {
    color: #000;
	text-decoration: none;
	margin: 0;
    font: bold 11px Verdana, sans-serif;
}
#product-listing td {
    padding: 0 5px 0 5px;
    vertical-align: top;
    font: 11px Verdana, sans-serif;
}
#product-listing td.image {
    width: 132px;
    height: 93px;
    border : 1px solid #CDCDCD;
    vertical-align: middle;
    text-align: center;
}
#product-listing td.desc {
    width: 420px;
    height: 93px;
	margin: 0 5px 0 0;
}
#product-listing td.desc ul {
    list-style: outside disc;
    padding-left: 14px;
	margin: 4px 0 0 0;
}
#product-listing td.price p {
    width: 130px;
    height: 15px;
    font: bold 14px Verdana;
    margin: 0 0 15px 15px;
}
#product-listing td.price div {
    font: 10px Verdana;
	color: #999;
    margin: 0 0 4px 15px;
}
#product-listing a.button-details {
    display: block;
    width: 110px;
    height: 18px;
	margin: 0 0 0px 15px;
    padding: 3px 0;
    background: url(img/bg/bg_button_details.gif) no-repeat;
    font:  10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#product-listing a.button-details:hover {
    color: #000;
}
#product-listing a.button-details span {
    padding:  0 10px 0 5px;
}
#product-listing td.line {
    margin: 5px 0 0 15px;
    border-bottom: 1px dotted #999999;
    font-size: 12px;
}

/* -----------------------
product-info
----------------------- */
#product-image {
    float: left;
    width: 335px;
    height: 290px;
    margin: 0 9px 9px 9px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
	display: inline;
}
#product-image td {
    width: 335px;
    height: 290px;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

#product-desc {
    float: left;
    width: 380px;
    height: auto;
    padding: 0 5px 0 15px;
    margin-bottom: 5px;
    border-left: 1px dotted #CDCDCD;
    font: 11px Verdana, sans-serif;
    line-height: 16px;
}
#product-desc h1 {
    font: bold 16px Verdana, sans-serif;
}
#product-desc h2 {
    font: 11px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 9px;
}
#product-desc ul {
    list-style: outside disc;
    padding-left: 15px;
	padding-bottom: 9px;
}
#product-desc .price {
    font: bold 16px Verdana, sans-serif;
}
.old-price {
    text-decoration: line-through;
}
.special-price {
    color: #FF6205;
}
#product-thumbnails {
    float: left;
    width: 350px;
    height: auto;
    margin: 15px 9px 0 9px;
    text-align: right;
}
#product-thumbnails a {

}
#product-thumbnails p {
    width: 100%;
    margin: 2px;
    text-align: left;
    color: #666;
}
#product-thumbnails table {
    float: left;
    margin: 2px;
}
#product-thumbnails td {
    width: 100px;
    height: 90px;
    margin: 5px;
    border : 1px solid #CDCDCD;
    text-align: center;
    vertical-align: middle;
}

#product-eval {
    float: left;
    width: 370px;
    padding: 5px 0 5px 15px;
    margin: 0 0 5px 0;
    border-left: 1px dotted #CDCDCD;
    line-height: 16px;
}

/* -----------------------
product options
----------------------- */
#product-options, #xsell, #also-purchased {
    width: 740px;
    margin-top: 10px;
    padding: 5px 0 0 5px;
}
#product-options div.options-name,
#also-purchased div.options-name,
#xsell div.options-name {
    float: left;
    width: 360px;
    padding: 0 5px;
    font-weight: bold;
}
#product-options div.kw,
#also-purchased div.kw,
#xsell div.kw {
    float: left;
    width: 3600px;
    padding: 0px;
    text-align: right;
}
#product-options span.kw,
#also-purchased span.kw,
#xsell  span.kw {
    color: #5B9E18;
}
#product-options table,
#also-purchased table,
#xsell table {
    width: 740px;
    border: 1px solid #999;
    empty-cells: show;
    border-collapse:collapse;
}
#product-options th,
#also-purchased th,
#xsell th {
    padding: 5px;
    background: #CEEDAF;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-spacing: 0;
    font: normal 11px Verdana, sans-serif;
    text-align: left;
}
#product-options th.euro, #xsell th.euro, #also-purchased th.euro,
#product-options th.shipping, #xsell th.shipping, #also-purchased th.shipping,
#product-options td.shipping, #xsell td.shipping #also-purchased td.shipping {
    text-align:center;
}
#product-options td,
#also-purchased td,
#xsell td {
    border-right: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px Verdana, sans-serif;
}
#product-options td.euro,
#also-purchased td.euro,
#xsell td.euro {
    text-align: right;
    padding-right: 20px;
}
#product-options td.radio,
#also-purchased td.radio,
#xsell td.radio {
    text-align: center;
    width: 20px;
}
#product-options-cart {
    width: 250px;
	float:left;
    margin-left: 513px;
}
#product-options div.cart a,
#also-purchased div.cart a,
#xsell div.cart a {
    color: #33CC00;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}
#product-options div.cart img ,
#also-purchased div.cart img ,
#xsell div.cart img {
    vertical-align: middle;
}

/*********************************
Bundles
*******************************/

#also-purchased {
    margin-bottom: 50px;
}
#also-purchased p {
    padding: 10px;
    font-weight: bold;
    margin-bottom: 25px;
}
#also-purchased a {
    padding: 10px;
    font-weight: bold;
}
#checkout-confirmation p.label {
    float: left;
    width:130px;
    margin: 5px;
    font-weight: bold;
    text-align: right;
}
#checkout-confirmation p.label-text {
    float: left;
    width:400px;
    margin: 5px;
}

#table-articles table {
    width: 755px;
    margin-top: 15px;
    padding: 0;
    border: 1px solid #999;
    empty-cells: show;
    border-collapse: collapse;
}
#table-articles th {
    padding: 5px;
    background: #CEEDAF;
    border: 1px solid #999;
    border-right: 1px solid #999;
    font: normal 11px Verdana, sans-serif;
    text-align: left;
}
#table-articles th.euro {
    width: 75px;
    text-align:center;
}
#table-articles th.desc {
    width: 220px;
}
#table-articles td {
    border-right: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px Verdana, sans-serif;
}
#table-articles td.euro, #table-total td.euro {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}
#table-total {
    float: right;
}
#table-total td.euro-total {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    background: #A7E768;
}
#table-total td.euro-subtotal {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

#table-total table {
    width: 404px;
    margin-left: 296px;
    margin-bottom: 25px;
    padding: 0;
    border: 0;
    border-top: 2px solid #FFF;
    empty-cells: show;
    border-collapse:collapse;
}
#table-total td {
    border-right: 1px solid #FFF;
    padding: 5px;
    vertical-align: top;
    font: 11px Verdana, sans-serif;
}
#table-total tr.ot_subtotal {
    background: #CEEDAF;
}
#table-total tr.ot_total {
    background: #CEEDAF;
    border: 1px solid #FFF;
}

#sitemap ul {
    float: left;
    width: 300px;
    padding: 25px;
}
#sitemap li {
    margin: 5px 0;
}
#sitemap a {
    text-decoration: none;
}

/* -----------------------
form and other buttons
----------------------- */
form label {
    float: left;
    width: 88px;
    margin: 6px 0px;
    text-align: left;
}
form label.login {
    float: left;
    width: 130px;
    margin: 5px 10px;
    text-align: left;
}
form input, select {
    float: left;
    width: 240px;
    margin: 5px 5px;
    padding: 0 2px;
    border: 1px solid #666;
}
#loginform input {
    width: 250px;
    margin-bottom: 15px;
}
form input.number {
    width: 30px;
    margin-top: 10px;
}
textarea {
    margin: 5px 2px;
    border: 1px solid #666;
    width: 340px;
    height: 200px;
}
form input.radio, form input.checkbox {
    width: auto;
    border: 0;
    margin: 0;
}
form fieldset  p {
    float: left;
    width: 300px;
    margin: 0 0 10px 10px;
}
form br {
    clear: both;
}
.button {
    display: block;
    width: 176px;
    height: 18px;
    border: 0;
    margin: 5px 0;
    padding: 0 4px;
    background: url(img/bg/bg_button.gif) no-repeat;
    font: 11px Verdana, sans-serif;
    color: #000;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}
.button span, .button-small span {
    padding: 0 7px 0 2px;
}
.button-small {
    display: block;
    width: 130px;
    height: 18px;
    margin: 0;
    padding: 0 0 2px 1px;
    text-align: center;
    background: url(img/bg/bg_button_small.gif) no-repeat;
    border: 0;
    font:  10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
}

/* -----------------------
content and box forms
----------------------- */

.content-leftcol {
    float: left;
    width: 250px;
    margin-right: 110px;
}
.content-rightcol {
    float: left;
    width: 395px;
}
.contentneu-leftcol {
    float: left;
    width: 462px;
	margin-left: 0px;
	padding: 0 0 0 0px;
	line-height: 15px;
}
.contentneu-leftcol img {
	float: left;
	margin: 3px 12px 0px 1px;
	border-color:gray;
	border-width:1px;
	border-style:solid;
	padding:2px
}
.contentneu-leftcol h3.download {
	margin: 11px 0 5px 0px;
	font-size: 11px;
}
.contentneu-leftcol ul {
	margin: 0 0 0 15px;
}
.contentneu-leftcol ul li {
	padding: 0 0 3px 0px;
	list-style-type: disc;
}
.contentneu-leftcol ol {
	margin: 7px 0 0 0px;
}
.contentneu-leftcol ol li {
	padding: 0 0 7px 0px;
}
.contentneu-leftcol div.box-form510, .contentneu-leftcol div.box-form510-top, .contentneu-leftcol div.box-form510-bottom {
    margin-left: 0px;
}
.contentneu-rightcol {
    float: left;
    width: 238px; margin: 0;
	padding: 0 0 0 58px;
	line-height: 14px;
}
.contentneu-rightcol h2 {
	margin: 0 0 5px 6px;
}
.contentneu-rightcol ul {
	margin: 0 0 0 15px;
}
.contentneu-rightcol li {
	list-style-image: url(img/bg/bullet.gif);
	padding: 0 0 5px 0px;
}
.contentneu-rightcol li a:link {
	text-decoration: none;
}
.contentneu-rightcol li a:hover {
	color: black;
	font-weight: bold;
}
.contentneu-rightcol li a:focus {
	color: black;
	font-weight: bold;
}
.contentneu-rightcol li a span {
	color: black;
	font-weight: bold;
}
.contentneu-rightcol li a span.festzeile {
	color: black;
	font-weight: bold;
	letter-spacing: -0.8px;
}
.contentneu-rightcol li a:visited {
	text-decoration: none;
}
.contentneu-rightcol li a.festzeile2:link {
	text-decoration: none;
}
.contentneu-rightcol li a.festzeile2:hover {
	color: #000000;
	font-weight: bold;
	letter-spacing: -0.8px;
}
.contentneu-rightcol li a.festzeile2:focus {
	color: #000000;
	font-weight: bold;
	letter-spacing: -0.8px;
}
.contentneu-rightcol li a.festzeile2:visited {
	text-decoration: none;
}
.box-form361-top {
    width: 368px;
    height: 10px;
    background: url(img/bg/box_forms361_top.gif) no-repeat;
    margin-top: 15px;
}
.box-form361 {
    width: 356px;
    background: #E9F8DA;
    border-left: 1px solid #CEEDAF;
    border-right: 1px solid #CEEDAF;
    padding: 0 5px;
}
.box-form361-bottom {
    width: 368px;
    height: 10px;
    background: url(img/bg/box_forms361_bottom.gif) no-repeat;
}
.box-form236-top {
    width: 236px;
    height: 10px;
    background: url(img/bg/box_forms236_top.gif) no-repeat;
    margin-top: 0px;
}
.box-form236 {
    width: 219px;
    background: #E9F8DA;
    border-left: 1px solid #CEEDAF;
    border-right: 1px solid #CEEDAF;
    padding: 0px 5px 0 10px;
}
.box-form236-bottom {
    width: 236px;
    height: 10px;
    background: url(img/bg/box_forms236_bottom.gif) no-repeat;
	margin-bottom: 10px;
}
.box-form236dark_top {
    width: 236px;
    height: 10px;
    background: url(img/bg/box-form236dark_top.gif) no-repeat;
    margin-top: 0px;
}
.box-form236dark {
    width: 219px;
    background: #CEEDAF;
    border-left: 1px solid #A7E768;
    border-right: 1px solid #A7E768;
    padding: 0px 5px 0 10px;
}
.box-form236dark_bottom {
    width: 236px;
    height: 10px;
    background: url(img/bg/box-form236dark_bottom.gif) no-repeat;
	margin-bottom: 10px;
}
.box-form510-top {
    width: 510px;
    height: 10px;
    background: url(img/bg/box_forms510_top.gif) no-repeat;
    margin-top: 4px;
}
.box-form510 {
    width: 448px;
    background: #E9F8DA;
    border-left: 1px solid #CEEDAF;
    border-right: 1px solid #CEEDAF;
    padding: 0 50px 0 10px;
}
.box-form510-bottom {
    width: 510px;
    height: 10px;
    background: url(img/bg/box_forms510_bottom.gif) no-repeat;
}
.box-form_contenttitle_top {
	width: 460px;
    height: 4px;
    background: url(img/bg/box-form_contenttitle_top.gif) no-repeat;
}
.box-form_contenttitle {
    width: 442px;
	background: #CEEDAF;
    border-left: 1px solid #A7E768;
    border-right: 1px solid #A7E768;
    padding: 0 8px 0 8px;
	line-height: 14px
}
.box-form_contenttitle_bottom {
    width: 460px;
    height: 4px;
    background: url(img/bg/box-form_contenttitle_bottom.gif) no-repeat;
}
.box-form_contenttitle_light_top {
	width: 361px;
    height: 4px;
    background: url(img/bg/box-form_contenttitle_light_top.gif) no-repeat;
}
.box-form_contenttitle_light {
    width: 343px;
	background: #E9F8DA;
    border-left: 1px solid #CEEDAF;
    border-right: 1px solid #CEEDAF;
    padding: 0 8px 0 8px;
	line-height: 14px
}
.box-form_contenttitle_light_bottom {
    width: 361px;
    height: 4px;
    background: url(img/bg/box-form_contenttitle_light_bottom.gif) no-repeat;
}
.contentneu-leftcol .box-form_contenttitle_light ul {
	margin: 0 0 0 0px;
}
.contentneu-leftcol .box-form_contenttitle_light li {
	padding: 3px 0 3px 0px;
	list-style-type: none;
}
.contentneu-leftcol .box-form_contenttitle_light img {
	border: none;
	margin: 0;
	padding: 0 5px 0 0;
}
.box-form_contenttitle_light li a:visited {
	text-decoration: none;
}
.box-form_contenttitle_light li a.festzeile:link {
	text-decoration: none;
}
.box-form_contenttitle_light li a.festzeile:hover {
	color: #CE0000;
	font-weight: normal;
}
.box-form_contenttitle_light li a.festzeile:focus {
	color: #CE0000;
	font-weight: normal;
}
.box-form700-top {
    width: 720px;
    height: 10px;
    background: url(img/bg/box_forms700_top.gif) no-repeat;
    margin-top: 15px;
}
.box-form700 {
    width: 708px;
    background: #E9F8DA;
    border-left: 1px solid #CEEDAF;
    border-right: 1px solid #CEEDAF;
    padding: 0 5px;
}
.box-form700-bottom {
    width: 720px;
    height: 10px;
    background: url(img/bg/box_forms700_bottom.gif) no-repeat;
}

/* -----------------------
login and order
----------------------- */

.checkout-progress {
    float: left;
    width: 163px;
    height: 65px;
    margin: 15px 11px;
    padding: 0 5px;
    background: url(img/bg/box_checkout_off.gif) no-repeat;
}
.checkout-progress .no {
    clear: both;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font: 30px Verdana, sans-serif;
}
.checkout-progress .step {
    float: left;
    width: 128px;
    height: 30px;
    margin: 0;
    padding: 5px 0 0 1px;
    line-height: 14px;
}
.checkout-progress .check {
    clear: both;
    width: 140px;
    height: 20px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: right;
}
.checkout-leftcol {
    float: left;
    width: 371px; margin: 0;
}
.checkout-rightcol {
    float: left;
    width: 371px; padding: 0 0 0 16px;
}
.checkout-rightcol div.box-form361, .checkout-rightcol div.box-form361-top, .checkout-rightcol div.box-form361-bottom {
    margin-left: 2px;
}
h1.login {
    float: left;
    margin: 10px 0 0 0;
}
h2.login {
    float: right;
    margin: 10px 0 0 0;
}
h3 a {
    font-size: 11px;
}
#bank-data {
    width: 600px;
}
#bank-data p.leftcol {
    float: left;
    width: 180px;
    padding-right: 20px;
}
#bank-data p.rightcol {
    float: left;
    width: 180px;
    font-weight: bold;
}
#bank-data table {
    border: 0;
    margin-bottom: 25px;
}
#bank-data td {
    width: 180px;
    padding-right: 20px;
    font-weight: bold;
}

/* -----------------------
misc stuff
----------------------- */
div .dotted-line {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 5px 0 10px 0px;
	padding: 0 0 5px 0;
    border-bottom: 1px dotted #CDCDCD;
}
div .dotted-halfline {
    float: left;
    width: 320px;
    margin: 5px 10px;
    border-bottom: 1px dotted #CDCDCD;
    font-size: 0;
}

/* -------------------
round boxes
------------------- */

ul.login {
    list-style: outside url(img/elem/box_checkout_checked.gif);
	margin: 0px 0 0 0px;
    padding: 0px 0 5px 40px;
}
.clear {
    clear: both;
    height: 0;
}
.formerror, .messageStackError, .headerError {
    color: #FF0000;
}
div.copyright {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    padding: 10px;
}
