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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
	width:220px;
	text-align: center;
	font:12px/1.7em Arial, sans-serif;
	color:#666;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img.cover {
	margin:0 auto;
}

a, a:link, a:active, a:visited {
	color: #E84F13;
}

.verlag {
	
}

img.anzeige {
	position:absolute;
	left:0;
	top:0;
	opacity:0.5;
}

a.btn, input[type=submit] { /* STANDARD BUTTONS */
	background: #000000 url(../images/btn_bg.png) left top repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	padding: 6px 20px;
	text-decoration: none;
	text-shadow: #000000 0px 1px 2px;	
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 4px;	
}
.btn:hover, input[type=submit]:hover {
	background: #AF7419 url(../images/btn_bg.png) left -27px repeat-x; 
}
.symbol { /* BTN SYMBOL */
	padding: 0 20px 0 0;
}
.symbol.cart {
	background: transparent url(../images/sprite.png) -196px -136px no-repeat;
}


