/* ----------------------------------------------------------------------------
Print CSS File
Löw Ergonomie
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font: 1.4em Verdana, sans-serif; /* 11px */
	color: #fff;
}

ul li {
	list-style-type: none;
}

h3 {
	font: 2em Verdana, sans-serif; /* 11px */
	font-weight: normal;
	color: #FFF;
}

#wrapper {
	background: #FFF;
	width: 1024px;
	overflow: hidden;
}

#header {
	width: 1024px;
	z-index: 2;
}

#logo {
	height: 100px;
}

#suche {
	display: none;
}

#languagenavi {
	display: none;
}

#fontResize {
	display: none;
}

/* --- Content --- */
#contents {
	z-index: 2;
}

#contents p {
	padding-bottom: 10px;
}

#contents a {
	color: #858380;
}

#contentTop {
	clear: both;
	width: 1024px;
	overflow: hidden;
}

#contentTop.maintop .content {
	width: 655px;
	padding: 10px;
	padding-right: 0px;
}

#contentBottom {
	clear: both;
	width: 1024px;
	height: 100%;
}

#contentBottom.mainbottom .content {
	width: 655px;
	padding: 10px;
	padding-right: 0px;
}

#contentBottom .content {
	width: 665px;
	color: #53514d;
}

/* --- Navigation --- */
#naviTop {
	display: none;
}

#naviBottom {
	display: none;
}


#navLevel4 {
	display: none;
}

/* --- Suche --- */
#search_results {

}

#search_results h1 {
	font-size: 1em;
	padding-bottom: 24px;
}

#search_results a {
	color: #C60086;
	white-space: nowrap;
}

#search_results h1 span {
	font-weight: normal;
	color: #C60086;
}

#search_results table {
	width: 400px;
}

#search_results td {
	vertical-align: top;
	padding-bottom: 24px;
}

/* --- Downloads --- */
#downloads {
	margin-top: 3px;
}

#downloads dl {
	float: left;
	clear: both;
	margin-bottom: 32px;
}

#downloads dt {
	float: left;
	width: 32px;
}

#downloads dd {
	float: left;
	margin-left: 18px;
	line-height: 33px;
	color: #FFF;
}

/* --- Artikelliste --- */
.articleList {
	clear: both;
	margin-bottom: 55px;
	width: 645px;
}
.articleList h2 {
	font-size: 1em;
}

.articleList p {
	padding-bottom: 10px;
}

.articleList .image {
	padding-bottom: 5px;
}

.articleList .articleCol0 {
	width: 180px;
	padding-right: 20px;
}

.articleList .articleCol1 {
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #dddad2;
}

.articleList .articleCol2 {
	width: 180px;
	padding-left: 20px;
	border-left: 1px dotted #dddad2;
}
/* --- Produkt Popup --- */
.productPopup {
	display: none;
}

.productPopup .articleCol0 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productPopup .articleCol1 {
	margin-top: 10px;
	padding-left: 20;
	margin-bottom: 10px;
}

.productPopup .articleCol2 {
	margin-top: 10px;
	padding-left: 20;
	margin-bottom: 10px;
}

.productPopup .closeButton {
	display: none;
}

/* --- Text2Image --- */

.image2Text1, .image2Text2 {
	font-size: 0px;
}

#contentTop.mainbottom .text2Image {
	margin-top: 0px;
	padding-left: 10px;
}

.bullet {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* --- Bild --- */

.pnormal {
	padding-bottom: 5px;
}

/* --- Spalten --- */
.col0 {
	padding-left: 10px;
}

.col1 {
	padding-left: 20px;
	border-left: 1px dotted #dddad2;
}

.col2 {
	padding-left: 20px;
	border-left: 1px dotted #dddad2;
}

.col_small {
	width: 190px;
	padding-right: 10px;
	margin-top: 10px;
}

.col_small.no_border {
	border-left: none;
}

.col2.col_small {
	padding-right: 0px;
}

.col_middle {
	width: 410px;
	margin-top: 10px;
}

.col_large {
	width: 625px;
	margin-top: 10px;
}

/* --- Footer --- */

#footer {
	display: none;
}

table {
	border-collapse: collapse;
	margin-top: -10px;
	margin-bottom: 10px;
}

*html table { 
	margin-top: 0px;
}

*+html table { 
	margin-top: 0px;
}

table td {
	padding-right: 10px;
}

div.headline_start {
	margin-top: 15px;
	font-size: 0px;
}

div.headline {
	font-size: 0px;
	font-size: 0px;
}

div.subheadline {
	font-size: 0px;
}

a.backbutton {
	display: none;
}