@CHARSET "ISO-8859-1";
img {
	border: none 0px;
}
body {
	background: no-repeat center top url(../images/bg.jpg);
}
span, div, a, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;	
}
#center {
	width: 550px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -265px;
}
#columns {
	width: 550px;
	height:405px;
	clear: both;
}
.column {
	width: 225px;
	height: auto;
	float: left;
}
.headline {
	font-size: 12px;
	font-weight: bold;
}
#shop {
	width: 550px;
	height: auto;
	background: #ffffff;
	border: 3px solid #dddddd;
	padding: 10px;
}
#products {
	width: 550px;
}
#products tr td {
	padding: 5px;
	color: #333333;
}
#products thead {
	background-color: #dddddd;
}
.shop_title {
	font-weight: bold;
}
.shop_description {
	font-size: 9px;
	color: #444444;
}
.shop_euro {
	
}
.smallprint {
	font-size: 9px;
	color: #666666;
}
.shop_amount {
	width: 15px;
	font-size: 11px;
	padding: 5px;
	border: 2px solid #999999;
}
.submit_right {
	text-align: right;
}
#footer {
	margin-top: 10px;
	margin-left: 13px;
	color: #aaaaaa;
	text-decoration: none;
	font-size: 9px;
}
#footer a {
	text-align: left;
	color: #aaaaaa;
	text-decoration: none;
	font-size: 9px;
}
#footer span {
	color: #aaaaaa;
	font-size: 9px;
}
