@charset "UTF-8";



@media all
{
	* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid #000 0px;
	z-index: 0;
}

body {
	background-color: #BBBEC1;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color: #FFF;
}

#head {
	position: absolute;
	background-image: url(../pics/head.gif);
	height: 126px;
	width: 798px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	top: 0px;
}

#head .de
{
	background-image:url(../pics/flagge_de.gif);
	height:19px;
	width:23px;
	left:770px;
	top:5px;
	position:absolute;
}

#head .en
{
	background-image:url(../pics/flagge_en.gif);
	height:19px;
	width:23px;
	left:770px;
	top:29px;
	position:absolute;
}

#head a
{
	display:block;
	height:100%;
}

#content {
	text-align: left;
	position: relative;
	width: 728px;
	padding: 40px 35px 20px 35px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	color: #FFF;
	font-size: 16px;
	margin-top: 127px;
	background-image:url(../pics/background/background_black.png);
	overflow:hidden;
}

#content h1 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

#content p {
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 5px;

}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #401B00;
}

#content .clear {
	clear:both;
	height:0px;
}

#content .center
{
	text-align:center;
}

#content .left{
	float:left;
	margin-right:20px;
}

#content .right{
	float:right;
	margin-left:20px;
}

#content .eimer150 {
	height: 30px;
	width: 81px;
	background-image: url(../pics/eimer/eimer_150.gif);
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 57px;
	padding-bottom: 65px;
	overflow: hidden;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.5em;
	margin-top: 7px;
	margin-bottom: 7px;
}

#content .eimer150spezial {
	height: 30px;
	width: 89px;
	background-image: url(../pics/eimer/eimer_150.gif);
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.5em;
	margin-top: 7px;
	margin-bottom: 7px;
}

#footer {
	height: 20px;
	position: relative;
	font-size:0.7em;
	line-height:2em;
	text-align:center;
	color:#FFF;
	background-color: #787875;
	border-bottom: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
}
#footer a {
	text-decoration: underline;
}

}

@media print
{

body {
	background-color: #FFF;
	width: 100%;
}
a {
	color: #000;
}

#head {
	background-image: url(../pics/woodcoatings_logo.gif);
	width: 100%;
	height: 32px;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-position:center;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#head *
{
	display:none;
}

#content {
	text-align: left;
	background-image:none;
	top: 30px;
	margin-top:0px;
    width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #000;
}

#content .eimer150
{
	display:none;
}

#content .eimer200
{
	display:none;
}

#content .eimer100
{
	display:none;
}

#content .eimer50
{
	display:none;
}

#footer
{
	display:none;
}
	
}

