body {
	position:absolute;
	left:10px;
	top:42px;
	
	padding:0px;
	margin:0px;
	
	font-family:sans-serif;
	font-size:11px;
	color:#0C3A8F;
}

ul {
	margin:0px;
	padding:0px 0px 0px 10px;
}

ul li ul {
	padding:0px 0px 0px 0px;
}

li {
	list-style-type:none;
	padding:0px 0px 0px 10px;
	background:url(/img/shop/groupnav_bullet_l0.gif) no-repeat 0 0;
}

li ul li {
	background:url(/img/shop/groupnav_bullet_l1.gif) no-repeat 0 0;
}

em {
	font-weight:bold;
	font-style:normal;
}

strong {
	color:#C61130;
}

a {
	text-decoration:none;
	color:#0C3A8F;
}

h1,h2,h3 {
	padding:0px 0px 0px 10px;
	margin:0px;
	font-weight:bold;
}

h1 {
	font-size:120%;
}

h2 {
	font-size:110%;
}

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

button {
	border:0px;
    background-color:transparent;
	
	color:#0C3A8F;
    
    padding:0px;
    margin:0px;
    
    height:14px;
    Cursor:pointer;
    font-size:100%;
}

img {
	border:0px;
}

hr {
	height:1px;
	border:1px;
	border-bottom: 1px dotted #FFCC4C;
	clear:both;
}

p {
	padding:3px 0px 3px 0px;
	margin:0px;
}

input {
	font-size:100%;
}

td {
	vertical-align:top;
}

th {
	text-align:left;
}



/* Kästen */

div.groupnav {
	position:absolute;
	left:0px;
	top:0px;
	
	width:145px;
	padding:10px 0px 10px 0px;
	
	border-style:solid;
	border-color:#FFCC4C;
	border-width:1px
}

div.content {
	position:absolute;
	left:155px;
	top:0px;
	
	width:500px;
	padding:10px 5px 20px 5px;
	
	border-style:solid;
	border-color:#FFCC4C;
	border-width:1px
}

div.contentarea {
	background-color:#FFFCE8;
	padding:5px;
	margin:2px;
	float:left;
	width:480px;
}

div.cart {
	position:absolute;
	left:675px;
	top:0px;
	
	width:140px;
	padding:5px;
	
	border-style:solid;
	border-color:#FFCC4C;
	border-width:1px
}

/* Label "Stück" */
div.countlabel {
	position:relative;
	left:340px;
}

/* eingerückt */
.padded {
	padding-left:10px;
}


/* Produktlisten-Ansicht productlist.jsp */

div.productlist_product {
	width:150px;
	/*height:170px;*/
	float:left;
	padding:5px;
}

div.productlist_product_image {
	width:155px;
	height:155px;
	text-align:center;
}

div.productlist_product_panel {
	background-color:#FFEFC0;
	padding:2px 5px 2px 5px;
  height: 50 px;
	float:left;
}


/* Produkt-Ansicht product.jsp */

div.product {
	float:left;
	padding:10px;
}

div.product_text {
	width:330px;
	float:left;
	clear:both;
}

div.product_input {
	width:150px;
	float:right;
}

button.product_order {
	float:right;
	padding-right:20px;
}


/* Warenkorb Checkout - checkout.jsp */
.white {
	padding:2px 5px 2px 5px;
	width:60px;
	height:20px;
	
	border-style:solid;
	border-color:#FFD556;
	border-width:1px;
	
	color:color:#0C3A8F;
	background-color:white;
}

label.address {
	font-weight:bold;
}

div.address_label {
	clear:both;
	width:150px;
	float:left
}

/* aktive Warengruppe */
a.active_articlegroup {
	background-color:#FFEFC0;
}

div.checkout_articlelist {
	float:left;
	padding:10px;
	
	background-color:#FFEEC2;
	margin-bottom:5px;
}