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;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

body {
	color:#303030;
	background-color:#fff;
	font:small/1.3 Arial, FreeSans, Helvetica, sans-serif;
	text-align:center;
}

#wrapper {
	width:996px;
	text-align:left;
	margin:0 auto;
	position:relative;
	background:#a3a3a3 url(//www.jpc.de/artwork/bgr-wrapper.png) top left;
}

#innerwrapper {
	background-color:#fff;
	margin:0 45px;
	padding:0 0.5em;
}

#footer {
	margin:8px 45px;
	padding:18px 70px 12px;
	background-color:#fff;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
}

h1 {
	font-size:2.5em;
	font-weight:bold;
	color:#0a87df;
	padding-top:0.5em;
	margin:0 0 0.5em;
}

h2 {
	clear:left;
	font-size:1.5em;
	font-weight:bold;
	margin-top:3em;
}

p {
	margin:0 0 0.5em;
}

em, i {
	font-style:italic;
}

strong, b {
	font-weight:bold;
}

a, a:link {
	color:#0069af;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color:#fe8402;
	text-decoration:underline;
}

dl {
	float:left;
	display:inline;
	width:290px;
	margin:1.5em 0 4em;
	z-index:10;
}

dt {
	font-weight:bold;
	font-size:1.2em;
}

dd.image {
	position:relative;
}

dd.image .preview {
	display:none;
}

	dd.image:hover .preview {
		display:block;
		position:absolute;
		top:0;
		left:0;
		border:2px solid #d6d6d6;
		z-index:100;
	}

/* 
 * do some magic
*/
 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac*/


