/* browser resets */
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;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/

body {
	background: transparent url(../img_css/background_gradient_bw.png) 0 0 repeat;
}
#wrapper {
	position: absolute;
}
#impressum {
	display: none;
	position: absolute;
	top: 158px;
	left: 50px;
	height: 340px;
	padding: 20px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	color: #fff;
}
#implink {
	text-align: right;
	padding-right: 20px;
}
#implink a {
	color: #283B65;
}
#implink a:hover {
	color: #C7028E;
}
#cmyk {
	position: absolute;
	top: 159px;
	left: 967px;
}
#mono {
	position: absolute;
	top: 179px;
	left: 967px;
}
h1 {
	font-weight: bold;
	margin-bottom: .8em;
	line-height: 1.2;
}
h2 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .4em;
}
p {
	line-height: 1.2;
	margin-bottom: 1em;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
