@charset "UTF-8";

/* ----------------------------------------------------
 * Print Stylesheet - C+P Möbelsysteme
 *
 * @copyright       Copyright 2009, C+P Möbelsysteme
 * @author          C+P Möbelsysteme
 * @link            http://www.cpmoebel.de
 *
 * @creator         medialis.net
 * @link            http://www.medialis.net
------------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
	background: white;
	font: 10pt "Verdana", Arial, sans-serif;
}

h1 {
	background: white;
	font: 14pt "Verdana", Arial, sans-serif;
	line-height: 3em;
	color: #0a3972;
}

h2 {
	background: white;
	font-weight: bold;
	font: 10pt "Verdana", Arial, sans-serif;
	line-height: 2em;
	color: #0a3972;
}

h3 {
	background: white;
	font-weight: bold;
	font: 10pt "Verdana", Arial, sans-serif;
	line-height: 2em;
	color: #0a3972;
}

a {
	background: white;
	font-weight: bold;
	color: #0a3972;
}

/* ---- C+P MÖBELSYSTEME DISPLAY NONE ---- */

#cp_mainmenue, #cp_footer, #cp_header_submenue, #cp_header_language, #cp_header_search, #cp_header_breadcrumb, #cp_teaserimages {
	display: none;
}

/* ---- C+P MÖBELSYSTEME HEADER---- */

#cp_header {
	background: white;
}

#cp_header_logo {
	display: block;
	height: 5em;
}

/* ---- C+P MÖBELSYSTEME CONTENT ---- */

#cp_maincontent {
	background: white;
	width: 100%;
	margin: 0;
	float: none;
}

p {
	font-size: 10pt;
}

/* ---- C+P MÖBELSYSTEME FOOTER ---- */

#cp_footer_print {
    font: 8pt "Verdana", Arial, sans-serif;
    margin: 40px 0 0 0;
	padding: 8px 0 0 0;
	display: block;
	line-height: 1.4em;
	border-top: 1px solid #959595;
}

#cp_footer_print td {
	margin: 5em 0 0 0;
	vertical-align: top;
}


