@charset 'utf-8';

/*
	Projekt: Moebel Hornung
	Datei: print.css
	Author: Carolin Schwank
*/


/* ----------------------------------------------------- Page layout */

/* Basics */
body {
	background: #FFF;
	font: 12pt Verdana, Tahoma, "sans serif";
	text-align: left;
}

a { text-decoration: none; }
	a:link { color: #999 }
	a:visited { color: #999  }
	a:hover { color: #17952A }
	a:active { color: #17952A }
strong { font-weight: bold; color: #000; }
em { font-style:italic;}

.s {font-size: 10px;}
.m {font-size: 11px;}
p, ul, ol {font-size: 12px}
p, ul {line-height: 1.4em;margin: 0 0 12px 0;}
.stronger {font-weight: bold;text-transform: uppercase;}

ul.normal {
	padding: 0 0 0 20px;
	list-style: disc;
}

/*aus netmoebel.de */
h3 {
	font-size: 1.0em;
	color: #CC0000;
	margin-top: 20px;
}

.mark {
	color: #17952A;
	font-weight: bold;
}

ul.staticText {
	line-height: 1.5em;
	margin: 0 0 12px 0;
	padding-left: 20px;
}

ul.staticText li {
	list-style: disc;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1020px;
}

#header {display:none;
}

#content {
	background: none;
	width: 100%;
}

#leftCol {
	display:none;
}

#mainContent {
	width: 100%;
}

#toolArea {
	display:none;
}

/* ContentStyles */

#breadcrumbs {display:none}

/* StaticContentStyles */

#staticContent {margin-left: 22px;}
#staticContent h2 {font-size: 14px;color: #17952A;font-weight:bold;margin: 0 0 15px 0;}
#staticContent blockquote {margin: 0 0 15px 0;font-size: 12px;font-weight: bold;}
#staticContent h3 {font-size: 12px;color: #17952A;font-weight:bold;margin: 0 0 15px 0;}
#staticContent blockquote {margin: 0 0 15px 0;font-size: 12px;font-weight: bold;}
#staticContent ul.vorteile {margin: 15px 0 15px 0;}
#staticContent ul.vorteile li {background: url(../img/iconVorteil.gif) no-repeat 0 4px transparent; line-height: 18px;margin-bottom: 10px;padding-left: 18px;}

div.trenner {height: 10px;margin-top: 20px;border-top: 1px solid #C7C7C7;}

/* LeftColStyles */

#searchArea {
	background: url(../img/bgSearchArea.gif)  no-repeat left bottom transparent;
	height: 85px;
	padding: 10px 0 0 17px;
}

#searchArea input.suchfeld {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	height: 17px;
	margin: 0 0 7px 0;
	width: 152px;
}

#searchArea select {
	width: 125px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	height: 22px;
	margin: 0 5px 0 0;
}

#searchArea .submitButton {
	background: url(../img/searchButton.gif) no-repeat 0 1px transparent;
	border: 0;
	width: 24px;
	height: 22px;
}



/* FooterStyles */

#footer {
	display:none
}

/* Pagebar */

.pagebar {display:none}

/*spam-kontrolle af*/
#check4noHuman {visibility:hidden;display:none;}


