body {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	background: #2f2f30 url(../images/bg.png) repeat-x;
}

p {
	font-size: 1.2em;
	color: #ffb200;
}

p a {
	color: #ffb200;
	text-decoration:underline;
}

p a:hover {
	background-color: #ffb200;
	color: #444;
	text-decoration:none;
}

img {
	border: 0px;
}

button {
	border:none;
	background-color: #f17530;
	padding: 5px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	font-style:italic;
}

button:hover {
	color: #ffb200;
}

button a {
	text-decoration: none;
}

h1 {
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffb200;
	margin-top: 30px;
}

h2 {
	font: 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffb200;
	font-style:italic;
}

h3 {
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffb200;
	font-style:italic;
}

ul {
	list-style-type:square;
	font-size:1.2em;
}

	ul li {
		color: #ffb200;
	}

	ul a {
		color: #ffb200;
		text-decoration:none;
		font-weight:bold;
	}

	ul a:hover {
		background-color: #444;
		color: #ffb200;
		text-decoration:none;
	}
	
#bg {
	width:90%;
	height:300px;
	background: url(../images/bg_left.png) no-repeat;
}
	
#maincol {
	width: 90%;
	float: left;
	margin-left:140px;
	
}

	#maincol table {
		font-size: 1.2em;
		width: 100%;
	}
	
	#maincol th {
		vertical-align:bottom;
		padding-bottom:5px;
		height:60px;
		font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
		font-style:italic;
		font-weight:normal;
		color: #ffb200;
		border-bottom:2px #fff solid;
	}
	
	#maincol td {
		height: 50px;
		font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
		font-weight:normal;
		color: #ffb200;
		border-bottom:1px #fff dashed;
	}
	
		#maincol td .checkout_pic {
			position:relative;
			width:40px;
			height:40px;
			background:#444;
			overflow:hidden;
			text-align:center;
		}
		
		#maincol td.shipping {
			height: 30px;
		}
		
		#maincol td.total {
			font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
			font-style:italic;
			border-bottom:none;
		}

	#maincol .picborder {
		position: relative;
		background-color: #fff;
		float: left;
		border: 1px #f17530 solid;
		width: 130px;
		height: 160px;
		overflow: hidden;
		margin-right: 12px;
		margin-bottom: 12px;
		
	}
		
		#maincol .picture {
			position: absolute;
			text-align: center;
			top: 5px;
			width: 100%;
			height: 120px;
		}
		
		#maincol .info {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 20px;
			background-color: #eee;
		}
		
			#maincol .info span {
				float: left;
				margin-left: 2px;
				font-size: 1.2em;
				color: #666;
			}
		
			#maincol .info .buttoncontainer {
				float: right;
				margin: 2px;
				height: 16px;
				width: 16px;
			}
			
			
		#maincol #creativkueche {
			clear: both;
			float: left;
			color: #fff;
			font-size: 1.2 em;
			letter-spacing:0.1em;
		}
		
		#maincol #creativkueche a {
			color: #fff;
			text-decoration:none;
			font-weight:bold;
		}
		
		.pagination {
			margin-right:100px;
			}	
			
		#maincol .pagination {
			clear:both;
			padding:10px 0;
			text-align:right;
		}
		
		#maincol .pagination b {
			font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
			color: #ffb200;
			font-style:italic;
			font-weight:bold;
		}
		
		#maincol .pagination a {
			font: 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
			color: #ffb200;
			font-style:italic;
			text-decoration:none;
		}
		
		#maincol .pagination a:hover {
			color: #f17530;
			text-decoration:none;
		}
	

#star {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 146px;
	height: 137px;
	background-image: url(../images/stern.png);
	background-repeat: no-repeat;
}

	#star h2 {
		padding:30px 10px 0px 0px;
		text-align:center;
		color:#FFFFFF;
	}
	
	#star p {
		padding:0px 10px 0px 0px;
		text-align:center;
		color:#FFFFFF;
		font-size:smaller;
	}

#cart_space {
	height: 66px;
	clear: both;
}

#cart {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

	#cart #cartheader {
		width: 200px;
		height: 16px;
		color:#fff;
		background-color: #ffb200;
	}
	
	#cart #cartbody {
		width: 100%;
		height: 50px;
		background-color: #ffb200;
		overflow:auto;
	}
	
		#cart #cartbody .item {
			position:relative;
			float: left;
			width:60px;
			height:50px;
		}
		
			#cart #cartbody .cart_pic {
				position:absolute;
				width:40px;
				height:40px;
				top: 5px;
				right:15px;
				background:#fff;
				overflow:hidden;
			}
		
			#cart #cartbody .item_amount {
				position:absolute;
				width: 18px;
				height: 18px;
				bottom: 2px;
				right: 10px;
				color:#fff;
				background-color:#444;
				text-align:center;
				line-height:16px;
			}
			
			#checkout {
				position:fixed;
				bottom:35px;
				right:5px;
				width:120px;
				height: 38px;
			}
			
fieldset#adresse {
	border: none;
	max-width: 800px;
	margin: 0;
	padding: 0;
	width: 90%;
}

	fieldset#adresse input {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 1px #444 solid;
		font-size: 1.4em;
	}
	
	fieldset#adresse input:focus {
		border: 1px #999 solid;
	}

	fieldset#adresse .row {
		clear: both;

		line-height: 25px;
		padding: 5px;
		border-top: 1px #fff solid;
	}
	
		fieldset#adresse .row label {
			float: left;
			width: 40%;
			font-size: 1.2em;
			color: #666;
		}
		
		fieldset#adresse .row div.input {
			float:  right;
			width:  60%;
		}
		
		fieldset#adresse .row .error {
			clear: both;
			float: right;
			text-align: right;
			color: #ff6600;
			font-size: 1em;
			margin-top: -2em;
			width:80%;

		}
			
		fieldset#adresse .row fieldset#plz_ort {
			float:  right;
			width:  60%;
			border: none;
			margin: 0;
			padding: 0;
		}
			
			fieldset#adresse .row fieldset#plz_ort div#div_plz {
				float: left;;
				width: 20%;
			}
			
			fieldset#adresse .row fieldset#plz_ort div#div_ort {
				float: right;
				width: 75%;
			}
			
#footer_start {
	position:absolute; 
	bottom:5px; 
	left:140px; 
	color:#fff;
}

#footer_start a {
	color: #fff;
}

