@charset "utf-8";
/* CSS Document */
@import url("screen.css");

#navbar, #sidebar, #footer{
	display: none;
}

/* HEADER
========================================================*/
.header{
	background: none;
	border: 1px solid #999999;
	height: 43px;
	width: 99%;
	margin-bottom: 20px;
}
.header img#logo{
	width: 48px;
	height: 43px;
	margin-left: 0;
}
.header div.printHeader{
	display: block;
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 12px;
	color:#999999;
}
#wrap {
	width: auto;
	margin: 0px auto;
	display: table;
	clear: both;
	text-align: left;
}

/* CONTENT
========================================================*/
.content {
	width: 594px;
	margin: 0;
}
.content .prodBox p.preis{
	border: 1px solid #999999;
}
.selectWrap, input.inpField, select.inpField, textarea.inpField{
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #999999;
}
/* Schatten-Box ROT */
.content.red #brd_t, .content.red #cwmid, .content.red #brd_b{
	background-image: none;
	background-color: #FFFFFF;
}
.content.red #cwmid{
	color: #000000;
}

