/*
Farbe 1: #0099FF - himmelblau
Farbe 2: #DDDDDD - grau
Farbe 3: #000000 - schwarz
Farbe 4: #6699FF - hellblau
Farbe 5: #000080 - dunkelblau
Farbe 6: #0000FF - blau
*/
/* Allgemeine Formatierungen */
.clear { 
	line-height: 0;
	height: 0;
	clear: both;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
}

input.quantity {
	border: 1px solid #000000;
	width: 30px;
	text-align: right;
}

input.amount {
	border: 0px;
	width: 50px;
	text-align: right;
	vertical-align: middle;
}

select.option {
	border: 1px solid #000000;
	width: 50px;
}

select.option2 {
	border: 1px solid #000000;
	width: 75px;
}

label.pages {
  float: left;
  width: 50px;
  font-weight: bold;
}

select.pages {
  border: 1px solid #000000;
	width: 35px;
}


textarea.tac {
	width: 100%;
	height: 100px;
}

input.tac {
	width: auto;
	border: 0px;
	font-family: verdana, arial;
	font-Size:10px;
	font-weight: normal;
}

input.submitButton {
	border: 1px solid #000000;
	width: 80px;
	font-family: verdana, arial;
	font-Size:11px;
	font-weight: normal;
}

input.radio {
    border: 0px;
}

.cartButton {
	border: 1px solid #000000;
	width: 130px;
	margin-bottom: 5px;
	font-family: verdana, arial;
	font-Size:11px;
	font-weight: normal;
}

a.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 50px;
	padding: 1px 10px;
	font-family: verdana, arial;
	font-Size:10px;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 2px solid #0000FF;
	color: #000080;
	text-decoration: none;
}

div.text h1 {
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

td {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* Anzeige Startseite */
#start {
	width: 588px !important;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 2px;
}

    #start p, li {
    	margin: 2px 5px;
    	font-size: 9px;
    	font-weight: normal;
    	text-decoration: none;
    	color: #000000;
    }

    #start td {
    	width: 280px !important;
    	width: 50%;
    	height: 50%;
    	padding: 0px;
    	margin: 0px;
    	vertical-align: top;
    	font-size: 11px;
    	font-weight: normal;
    	text-decoration: none;
    	color: #000000;
    }

    #start h1 {
    	width: 270px !important;
    	width: 280px;
    	border-bottom: 2px solid #0000FF;
    	font-size: 12px;
    	font-weight: bold;
    	color: #000080;
    	padding: 2px 5px;
    }

    #start div.subcat {
    	float: left;
    	width: 138px !important;
    	width: 140px;
    	height: 121px !important;
    	height: 123px;
    	margin-right: 3px;
    	margin-bottom: 3px;
    	border: 1px solid #000000;
    	overflow: hidden;
    }

        #start div.subcat img.inactive {
        	width: 140px;
        	opacity: .15;
        	filter: alpha(opacity=15);
        }

    #start h1.text {
    	margin: 0px;
    	padding: 0px;
    	border: 0px;
    }

        #start h1.text span {
        	width: 134px !important;
        	width: 100%;
        	padding: 2px;
        	font-size: 10px;
        	font-weight: bold;
        	text-decoration: none;
        	color: #000000;
        	background-color: #DDDDDD;
        	display: block;
        }

        #start h1.text a {
        	width: 134px !important;
        	width: 100%;
        	padding: 2px;
        	font-size: 10px;
        	font-weight: bold;
        	text-decoration: none;
        	color: #000000;
        	background-color: #6699FF;
        	display: block;
        }

        #start h1.text a:hover {
        	background-color: #FFFFFF;
        }

.news {
    width: 590px !important;
    width: 100%;
    height: 140px !important;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url('../gfx/news.jpg') no-repeat;
    overflow: hidden;
}

.specials {
    width: 600px !important;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#specialsInfoText {
	position: relative;
	top: -140px;
	left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
	z-index: 1;
}

    #specialsInfoText table {
        width: 590px;
        margin: 5px;
    }

    #specialsInfoText h1 {
        background: none;
        border: none;
    }

    #specialsInfoText h1 a {
       font-family: arial, verdana, sans-serif;
       font-size: 16px;
       font-weight: bold;
       text-decoration: none;
       color: #FFFFFF;
       background: none;
    }

    #specialsInfoText a {
       font-size: 11px;
       font-weight: bold;
       text-decoration: none;
       color: #FFFFFF;
       background: none;
    }

    #specialsInfoText h1.price a {
       font-family: arial, verdana, sans-serif;
       font-size: 20px;
       font-weight: bold;
       text-decoration: none;
       color: #FFFFFF;
       border-top: 1px solid #DDDDDD;
       border-right: 1px solid #000000;
       border-bottom: 1px solid #000000;
       background: none;
    }

/* Anzeige der Service  */
#boxService {
	width: 100%;
	padding: 0px;
	margin-top: 2px;
  margin-left: 10px;
}

  #boxService div.serviceItem {
  	width: 196px !important;
		width: 100%;
		margin-bottom: 5px;
		padding: 0px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		overflow: hidden;
  }

    #boxService div.serviceItem h1 {
     	width: 196px !important;
	  	width: 100%;
	  	padding: 2px;
	    border: none;
	    font-size: 9px;
	  	font-weight: bold;
	    background-color: #000000;
	  	color: #FFFFFF;
		  text-decoration: none;
	    display: block;
    }

    #boxService div.serviceItem p {
      margin: 3px;
    }
 
/* Anzeige der Topseller  */
#boxTopseller {
	width: 100%;
	padding: 0px;
  margin-left: 10px;
  margin-top: 5px;
}

#boxTopseller div.topsellerItem {
	width: 196px !important;
	width: 100%;
	height: 170px !important;
	height: 172px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}

#boxTopseller div.topsellerItem h1 {
  margin: 0px;
	padding: 0px;
	border: 0px;
}

  #boxTopseller div.topsellerItem h1 a {
    width: 196px !important;
  	width: 100%;
  	padding: 2px;
    font-size: 9px;
  	font-weight: bold;
    background-color: #000000;
  	color: #FFFFFF;
	  text-decoration: none;
    display: block;
  }

  #boxTopseller div.topsellerItem h1 a:hover {
  	background-color: #0099FF;
    color: #000000;
  }

#boxTopseller div.topsellerItem div.productInfo {
	padding: 0;
	margin: 0;
}

#boxTopseller div.topsellerItem div.productInfo div.productInfoText {
	position: relative;
	top: -40px;
	left: 0px;
	z-index: 1;
}

#boxTopseller div.topsellerItem div.productInfo div.productInfoText a {
	padding: 2px 10px;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#boxTopseller div.topsellerLogo {
	position: absolute;	
	top: 50px;
	left: 60px;
	z-index: 1;
}

/* Anzeige der Produkt-Liste / Kategorie-Ansicht */
#boxCategory {
	width: 590px;
}

#boxCategory h1 {
	width: 580px !important;
	width: 100%;;
}

#boxCategory div.categoryItem {
	float: left;
	/* width: 588px !important;
	width: 100%; */
	width: 286px !important;
	width: 288px;
	height: 232px !important;
	height: 236px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#boxCategory div.categoryItem h1 {
	/* width: 572px !important; 
	width: 582px; */
	width: 278px !important;
	width: 286px;
	margin: 0px;
	padding: 5px;
	background-color: #0099FF;
}

#boxCategory div.categoryItem h1 a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 0px;
	background: none;
}

#boxCategory div.categoryItem div.productInfo {
	padding: 0;
	margin: 0;
}	

#boxCategory div.categoryItem div.productInfo div.productInfoText {
	position: relative;
	top: -50px;
	left: 0px;
	z-index: 1;
}

#boxCategory div.categoryItem div.productInfo div.productInfoText a img {
	margin-top: 5px;
	margin-left: 5px;
	background: none;
}

#boxCategory div.categoryItem div.productInfo div.productInfoText a.price {
	padding: 2px 10px;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#boxCategory div.categoryItem form {
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

div.listProductNav {
	width: 572px !important; 
	width: 582px;
	margin: 0px;
	padding: 5px;
}

/* Produkt-Detailansicht */
.prodImg img {
	margin: 5px 0px;
	padding-right: 5px;
}

#boxProduct {
	width: 360px;
	background-color: #FFFFFF;
}

  #boxProduct h1 {
  	width: 355px !important;
  	width: 100%;
  	margin-top: 5px;
  	background-color: #0099FF;
  	border-bottom: 2px solid #000000;
  	color: #000000;
  	font-size: 12px;
  	font-weight: bold;
  	text-decoration: none;
  }

  #boxProduct a.addImg {
  	float: left;
  	margin: 5px;
  }

  #boxProduct table {
  	width: 340px !important;
  	width: 100%;
  	font-size: 11px;
  	text-decoration: none;
  	color: #000000;
  }

  #boxProduct td {
  	vertical-align: top;
  }

  #boxProduct select.option {
  	border: 1px solid #000000;
  	width: 230px !important;
  	width: 240px;
  	font-family: verdana, arial;
  	font-Size: 11px;
  	font-weight: normal;
  }

  #boxProduct input.submitButton {
  	border: 1px solid #000000;
  	width: 140px;
  	font-family: verdana, arial;
  	font-Size: 11px;
  	font-weight: normal;
  }

  #boxProduct .price {
  	font-size: 18px;
  	color: #000080;
  	font-weight: bold;
  	text-decoration: none;
  }

  #boxProductInfo {
  	width: 355px;
  	border: 1px solid #0099FF;
  	text-align: left;
  }

  #boxProduct ul {
  	padding: 0px;
  	margin: 0px;
  }


  #boxProduct li.prodNav {
  	float: left;
  	width: 110px !important;
  	width: 112px;
  	list-style: none;
  	border-top: 1px solid #0099FF;
  	border-left: 1px solid #0099FF;
  	border-right: 1px solid #0099FF;
  	padding: 0px;
  	margin: 0px;
  	margin-right: 3px;
  }

    #boxProduct li a {
    	width: 100px !important;
    	width: 100%;
    	background-color: #0099FF;
    	padding: 2px 5px;
    	font-size: 10px;
    	font-weight: bold;
    	text-decoration: none;
    	color: #000000;
    	display: block;
    }

    #boxProduct li a:hover, #boxProduct li a:active {
    	background-color: #DDDDDD;
    }

#boxProductInfo div.boxProductInfoContent {
	margin: 5px;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
	display: none;
}

  #boxProductInfo div.boxProductInfoContent td {
  	font-size: 11px;
  	color: #000000;
  	border-bottom: 1px dotted #0099FF;
  }

  #boxProductInfo div.boxProductInfoContent li {
  	font-size: 11px;
  	color: #000000;
  }

/* Zubehör / Verwandte Produkte */

#boxAccessory {
	width: 590px;
}

#boxAccessory h1 {
	width: 190px;
	text-decoration: none;
}

#boxAccessory div.accessoryItem {
	width: 190px;
	height: 160px;
	overflow: hidden;
  border: 1px solid #000000;
}

  #boxAccessory div.accessoryItem h1 {
    width: 190px;
  	background-color: #0099FF;
    border: none;
    margin: 0;
  	padding: 2px 5px;
  }

    #boxAccessory div.accessoryItem h1 a {
      font-size: 9px;
    	font-weight: bold;
    	text-decoration: none;
    	color: #000000;
    	border: 0px;
    }

  #boxAccessory div.accessoryItem div.accessoryInfo {
  	padding: 0;
  	margin: 0;
  }

    #boxAccessory div.accessoryItem div.accessoryInfo div.accessoryInfoText {
    	position: relative;
    	top: -40px;
    	left: 0px;
    	z-index: 1;
    }

    #boxAccessory div.accessoryItem div.accessoryInfo div.accessoryInfoText a {
    	padding: 2px 10px;
    	font-size: 16px;
    	color: #000000;
    	background-color: #FFFFFF;
      border-top: 1px solid #DDDDDD;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000;
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-style: italic;
    	text-decoration: none;
    }

table.lastVisited {
	width: 100%;
}

table.lastVisited td {
	width: 25%;
	margin: 5px;
	text-align: center;
}

/* Formatierungen für den Warenkorb */
#boxShoppingCartSummary {
	width: 100%;
	color: #000000;
}

  #boxShoppingCartSummary div.contentBorder {
    border: 2px solid #000000;
  }

  #boxShoppingCartSummary div.text {
  	width: 590px !important;
    width: 100%;
    background-color: #0099FF;
  }

  #boxShoppingCartSummary div.cartSummaryNav {
  	float: right;
    margin-top: 2px;
  }

    #boxShoppingCartSummary div.cartSummaryNav input {
       background-color: #ECE9D8;
       margin-bottom: 2px;
    }

  #boxShoppingCartSummary div.cartItem a img{
  	vertical-align: bottom;
  }

  #boxShoppingCartSummary div.cartSummary, #boxShoppingCartSummary div.cartSummary a {
  	float: left;
  	font-size: 12px;
  	font-weight: bold;
  	color: #000000;
    margin-top: 2px;
  }

  #boxShoppingCartSummary a.hdl {
  	float: left;
  	font-size: 12px;
  	font-weight: bold;
  	text-decoration: underline;
  	color: #000000;
  }

  #boxShoppingCartSummary a.button {
  	float: left;
  	width: 120px;
  	border: 1px solid #0099FF;
  	font-size: 11px;
  	padding: 1px;
    margin-left: 5px;
  	margin-bottom: 3px;
    background-color: #ECE9D8;
  	text-align: center;
  	text-decoration: none;
  	display: block;
  }

#boxShoppingCartContents {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #000000;
	display: none;
}

  #boxShoppingCartContents div.text{
  	margin: 0px;
      background-color: #FFFFFF;
  }

  #boxShoppingCartContents div.cartItem {
  	width: 100%;
  	margin: 5px;
  	font-size: 10px;
  	color: #000000;
  }

  #boxShoppingCartContents a img{
  	vertical-align: bottom;
  }

/* Formatierungen für die Kasse */
#boxCheckout {
	width: 610px;
	font-size: 10px;
}

div.summary {
	margin-right: 25px;
	text-align: right;
	line-height: 150%;
}

table.cartItem {
	width: 100%;
	font-size: 10px;
	color: #000000;
}

table.cartItem a img {
	vertical-align: bottom;
}

#boxShipment {
	width: 360px;
	border: 1px solid #0099FF;
	padding: 5px;
}

#boxShipment table {
	width: 100%;
	font-size: 10px;
	color: #0099FF;
}

#customerInfo {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 12px;
	color: #0099FF;
}

#customerInfo h1 {
	display: block;
}

#customerInfo p {
	clear: both;
}

#customerInfo label {
	float: left;
  	width: 100px;
  	margin: 0px 5px;
  	display: block;
}

#customerInfo input {
	width: 200px;
	margin: 0px 5px;
}

#customerInfo select {
	width: 200px;
	margin: 0px 5px;
}

#customerInfo div.cartNavigation input {
	width: 100px;
}

#adressform {
	display: none;
}

a.button, a.button:hover {
	border: 1px solid #0099FF;
	background-color: #FFFFFF;
	color: #0099FF;
	width: 160px;
	padding: 1px 10px;
	font-family: verdana, arial;
	font-Size:11px;
	font-weight: normal;
	text-decoration: none;
}

table.boxCheckoutDetail input {
	width: 100%;
	margin: 2px;
	vertical-align: middle;
}

table.boxCustomerDetail {
    background-color: #FFFFFF;
	font-size: 10px;
	color: #0099FF;
}

table.boxCustomerDetail td input {
    width: 20px;
}

div.cartNavigation{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

table.payment td {
    font-size: 10px;
	color: #000000;
}

#sue_help {
    display: none;
}

#sue_help table, td {
    font-size: 10px;
	margin: 5px;
}

.tableReviewOrder {
	width: 100%;
	font-size: 12px;
	color: #0099FF;
}

table.tableShipment {
	width: 100%;
	font-size: 10px;
	color: #000000;
}

.tableShipment td {
	border-bottom: 1px dashed #0099FF;
}

#boxTaC {
	display: none;
}

#tac, p, li, td {
	font-size: 11px;
	color: #000000;
}

div.cartNavigation a img{
	vertical-align: middle;
}