/* print.css */
@media screen {
	body {
		margin: 1.5cm 1cm 1.5cm 1cm;
	}
}

/* base */
body {
 	background: white;
	
	font-family: "Trebuchet MS", Arial, Verdana;
 	font-size: 10pt;
 	color: black;
}

a {
	color: black;
	text-decoration: none;
}

#topmenu,
#navigation,
#sidebar,
#footer .menu
{
	display: none;
}

#content {
	margin: 1cm 0 0 0;
}

#footer {
	font-size: 8pt;
}

/* common */
.no-print {
	display: none;
}

/* content */
#content h1 {
	margin: 0 0 15px 0;
	
	font-size: 16pt;
	
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	
	font-size: 14t;
	
	font-weight: bold;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	
}

h1.graphical,
h2.graphical
{
	background-repeat: no-repeat;
	background-position: 0 -222222px;
	overflow: hidden;
}

#content p,
#content ul,
#content ol,
#content dl,
#content address
{
	margin: 0 0 15px 0;
	clear: both;
}
#content ul {
	list-style-position: outside;
	list-style: circle;
}
#content li {
	padding-left: 15px;
}

#content a {
	
}

/* csc content */
#stage .csc-textpic-image {
	margin: 0;
	padding: 0;
}

#content .csc-textpic {
	overflow: hidden;
	height: 1%;
}

#content .csc-textpic-text {
	margin: 10px 0 25px 0;
}

#content .csc-menu-4 {
	margin: 0 0 15px 0;
	
	font-size: 100%; /* 13px */
	line-height: 138.5%; /* 18px */
}
#content .csc-menu-4 dt,
#content .csc-menu-4 dd
{
	padding-left: 35px;
}
#content .csc-menu-4 dt {
	background-image: url('/fileadmin/web/images/common/arrow.red.gif');
	background-position: 0 1px;
	background-repeat: no-repeat;
}

/* footer */
#footer {
	display: none;
}

/* CUSTOM */

/* logo */

#logo {
	
}

/* products - details */
#factsheet .functions .csc-textpic,
#factsheet .functions .csc-textpic-text {
	display: none;
}