@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana;
	color: black;
}

td.banner {
	background-image: url(img/banner_background.png);
	height: 114px;
	width: 991px;
}

td.topnav {
	background-image: url(img/topnav_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	padding-left: 15px;
}

td.topnav a {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	background-image: url(img/topnav_link_background.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

div.welcome {
	font-size: 12px;
	padding-top: 4px;
}

td.navtrail {
	background-image: url(img/navtrail_background.png);
	height: 37px;
	border-top: none;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

div.navtrail_seperator {
	background-image: url(img/breadcrump_next.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-top: -1px;
}

a.headerNavigation { /*breadcrumbs*/
	display: block;
	float: left;
	text-decoration: none;
}

td.content_left {
	vertical-align: top;
	padding: 10px;
}

td.content {
	width: 571px;
	vertical-align: top;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.content_right {
	vertical-align: top;
	padding: 10px;
}

td.subnav {
	background-image: url(img/nav_background.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px #c8c8c8;
}

div.subnav_item a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	float: right;
	border-left: solid 1px #c8c8c8;
}

div.copyright {
	display: none;
}

/*Überschriften*/
div.content_header {
	height: 23px;
	background-image: url(img/header_bar.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #c8c8c8;
	padding-left: 4px;
	padding-right: 4px;	
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #1583b8;
}

div.content_header a {
	text-decoration: none;
	color: #1583b8;
}

/*Boxstyle*/
div.box {
	width: 190px;	
}

div.box_headline {
	height: 23px;
	background-image: url(img/box_headline_background.png);
	border-bottom: solid 1px #c8c8c8;
	padding-top: 8px;
	text-align: center;
	color: #1882b6;
	font-weight: bold;
	font-size: 12px;
}

div.box_content {
	border: solid 1px #c8c8c8;
	border-top: none;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 5px;
}

/* Kategoriemenustyle */
span.categorie_1st a {
	color: black;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

span.categorie_1st a:hover {
	background-color: #d6e5f2;
}

span.categorie_2nd a {
	color: black;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px  #dedede;
}

span.categorie_2nd a:hover {
	background-color: #d6e5f2;
}

/*MENUPUNKTE DIE AUSGEBLENDET WERDEN SOLLEN*/
#Business, #Consumer, #Gaming, #High-End, #Netbooks, #Notebook-Taschen, #Software, #Sub-Notebooks, #Tablet-PC, #Top-Angebote, #USB-Geraete, #SSD-Festplatten {
	display: none;
}  


/*KATEGORIE-ANSICHT*/
td.categorie_items {
	border: solid 1px #c8c8c8;
	border-top: none;
	padding-bottom: 10px;
	text-align: center;
}

div.categorie_item {
	width: 173px;
	float: left;
	margin: 8px;
}

div.categorie_item_name {
	background-image: url(img/header_bar_small.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	height: 28px;
	border-bottom: solid 1px #c8c8c8;
}

div.categorie_item_name a {
	font-size: 11px;
	font-weight: bold;
	color: #1583b4;
	text-decoration: none;
}

div.categorie_item_image {
	height: 125px;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	text-align:center;
	border: solid 1px #c8c8c8;
	border-top: none;
}

/*PRODUKT-LISTEN- & DETAIL-ANSICHT*/
td.product_images {
	padding: 4px;
	padding-top: 8px;
	vertical-align: top;
	border-left: solid 1px #c8c8c8;
	width: 175px;
}

td.product_description {
	vertical-align: top;
	padding: 4px;
	padding-top: 8px;
	border-right: solid 1px #c8c8c8;
}

td.product_actions {
	height: 32px;
	background-image: url(img/product_aktion_bar.png);
	padding-left: 10px;
}

td.product_actions_price {
	background-image: url(img/product_aktion_bar.png);
	background-position: right;
	padding-right: 10px;
	text-align: right;
}

td.product_actions div.number_of {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

td.product_actions div.input {
	display: block;
	float: left;
	margin-right: 5px;
}

td.product_actions div.input input {
	width: 60px;
}

td.product_price {
	vertical-align: top;
}

div.product_price {
	font-weight: bold;
	font-size: 14px;
	color: #1583b8;
}

div.product_tax {
	font-size: 11px;
	color: #444444;
}

table.content_main_table {
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;	
}

table.content_main_table td {
	padding: 4px;
}

td.title {
	background-color: #d6e5f2;
	padding: 4px;
	font-weight: bold;
}

div.content_actions {
	height: 28px;
	background-image: url(img/product_aktion_bar.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid 1px #c8c8c8;
}

div.add_button {
	display: block;
	float: left;
	margin-right: 5px;
}

div.print_button {
	display: block;
	float: left;
}

div.reload_button {
	float: left;
	margin-right: 5px;
}

div.continue_button {
	float: left;
	margin-right: 5px;
}

div.checkout_button {
	float: right;
	margin-right: 5px;
}

/*Kategorien auf der Startseite*/
td.home_cat_item {
	padding: 9px;
	padding-top: 0px;
}

div.home_cat_name {
	display: none;
}

div.home_cat_desc {
	display: none;
}

/*Sonstige Tags Global*/
td.content_cell_borders {
	padding: 4px;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
}

td.content_cell {
	padding: 4px;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea {
	font-size: 11px;
	color: black;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a {
	color: #1882b6;
	text-decoration: none;
}

a:hover {
	color: orange;
}

td.errorBox {
	border: solid 1px #9D0004;
	background-color: #FCBABC;
	color: #9D0004;
	font-weight: bold;
}