/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 75%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus, a:hover { 
	color: #000;
}
a { 
	color: #000; 
	text-decoration: none; 
}

/* common classes */
.clear {
	clear: both;
}

/* layout */
#wrapper {
	width: 960px;
}

#header img {
	margin-bottom: 4px;
}

#header #nav {
	background-color: black;
	color: white;
	padding: 2px 0;
}

#header #nav {
	background-color: black;
	color: white;
	height: 20px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li.shop {
	float:left;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 270px;
}

#nav ul li.agb {
	float:right;
	margin: 4px 20px 0 0;
}

#nav a {
	color: white;
}

#nav a:focus, #nav a:hover { 
	color: white;
}

#main_content {
	margin-top: 30px;
}

ul#products {
	list-style-type: none;
}

li.product {
	margin-bottom: 20px;
}

div.image-col, div.product-data-col {
	float: left;
}

div.image-col {
	width: 560px;
	margin-right: 30px;
	text-align: right;
}

div.product-data-col {
	width: 350px;
}

div.product-data {
	position: relative;
	font-weight: bold;
}

div.product-data.first {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 5px solid black;
}

div.product-data p {
	margin-bottom: 5px;
}

div.product-data .size {
	font-size: 8em;
	margin-bottom: -5px;
}

div.product-data .name {
}

div.product-data .price {
	color: red;
	font-size: 1.4em;
}

div.product-data .legal {
	margin-bottom: 0;
}

.buy-button {
	position: absolute;
	top: 50px;
	left: 250px;
}

#agb_caption {
	float: left;
	width: 430px;
	text-align: right;
}

#agb_text {
	padding-left: 450px;
	font-weight: bold;
	margin-bottom: 30px;
}

#footer p {
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid black;
}

#footer img {
	margin: 0 0 30px 590px;
}