* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#777;
}

body {
	padding-bottom:50px;
	background:#000 url(img/body_bg.gif) no-repeat 50% 0;	
}

a, a:hover {
	text-decoration:none;
	outline:0;
}

img {
	border:0;
}

.overall {
	margin:auto;
	width:862px;
}

.container {
	border-right:1px #111 solid;
	border-bottom:1px #1f1f1f solid;
	border-left:1px #111 solid;
}

/*header*/

.header {
	width:860px;
	padding:0 1px;
	height:130px;
}

.cart {
	float:right;
	height:40px;
	width:230px;
	padding-top:32px;
	margin-right:10px;
	_margin-right:5px;
	background:url(img/cart_bg.gif) no-repeat bottom right;
}

.cart div {
	float:left;
	width:165px;
	_width:160px;
	padding:12px 0 10px 0;
	_padding:10px 0 10px 0;
	margin-left:30px;
	_margin-left:17px;
	text-align:center;
	_cursor:pointer;
}

.cart div b {
	font-size:13px;
}

.delete {
	float:left;
	display:block;
	width:19px;
	height:25px;
	margin:5px 0 0 5px;
}

/*content*/

.content {
	width:780px;
	padding:0 40px 15px 40px;
}

.home {
	padding: 0 30px 15px 30px;
}

.contentText h1 {
	font-size:16px;
	font-weight:normal;
}

.productListing, .cartBox {
	float:left;
	width:650px;
}

.cartBox {
	width:120px;
	padding-left:10px;
}

.product {
	width:650px;
	padding-bottom:30px;
}

.productLeft, .productRight {
	float:left;
	width:300px;
}

.productImage {	
	height:310px;
	padding:10px 0 0 10px;
	background:url(img/product_img_bg.gif) no-repeat;
}

.productImage div.image {
	height:240px;
	padding:0;
	margin:0;
}

.productImage div {
	padding:20px 0 0 20px;
	font-size:11px;
	color:#666;
}

.productRight {
	width:315px;
	padding:30px 0 0 20px;
}

.productRight h1 {
	font-size:12px;
}


.productRight ul {
	padding:5px 0;
	padding-left:15px;
}

.inputQuantity {
	float:left;
	width:38px;
	padding:3px 10px 3px 0;
	margin-right:2px;
	background:#fbfbf8;
	border:0;
	color:#666;
	font-weight:bold;
	font-family:tahoma;
	text-align:right;
}

.inputInCart {
	float:left;
	cursor:pointer;
}

/*cart_order*/

.cartListing {
	float:right;
	width:700px;
	padding:30px 0;
}

.cartListing td {
	padding:5px 0;
}

.borderTop {
	border-top:1px #707070 solid;
}

.borderBottom {
	border-bottom:1px #707070 solid;
}

.cartForm {
	padding-left:80px;
	_padding:20px 0 20px 80px;
}

.cartForm div {
	float:left;
	width:350px;
}

.cartForm div h1 {
	font-size:13px;
	padding-bottom:5px;
}

.cartForm div fieldset {
	padding:10px 0;
	border:0;
}

.cartForm div fieldset label {
	float:left;
	width:75px;
	padding-top:1px;
}

.cartForm div fieldset input {
	float:left;
	padding:2px;
	margin-right:5px;
	border:0;
	color:#333;
}

.inputBig, .inputMiddle, .inputSmall {
	width:200px;
	background:#eee;
}

.inputMiddle {
	width:140px;
}

.inputSmall {
	width:50px;
}

.agb {
	height:160px;
	_height:165px;
	background:#eee;
	padding:5px;
	overflow:auto;
	font-size:11px;
	color:#333;
}

.agb strong {
	font-size:11px;
	color:#333;
}

.buttonRight {
	float:right;
	padding:2px 3px;
	margin:10px 0;
	background:#fbfbf8;
	border:0;
	cursor:pointer;
	color:#333;
}

/*footer*/

.footer {
	margin:auto;
	width:800px;
	height:80px;
	padding-top:10px;
	background:#000 url(img/dots_bg.gif) repeat-x left top;
}

a.footerLinkProgrammierung, a:hover.footerLinkProgrammierung, a.footerLinkDesign, a:hover.footerLinkDesign  {
	float:right;
	display:block;
	width:90px;
	height:32px;
	margin-left:10px;
	text-align:center;
	background:#000 url(img/link_npire_bg.gif) no-repeat;
}

a.footerLinkProgrammierung, a:hover.footerLinkProgrammierung {
	background:#000 url(img/link_goldstein_bg.gif) no-repeat;
}

a:hover.footerLinkProgrammierung, a:hover.footerLinkDesign  {
	background-position:0 -32px;
}