
* { background:none; }

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333 !important;
	background:none;
	margin:0 !important;
	padding:0 !important;
	width:17cm;
	height:25.7cm;
}

/* switching OFF the none-needed elements */

#header,
#languages,
#search,
#nav,
#redbar,
#footer
{
	display: none !important;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* switching ON special print-elements */

.print
{
	display:block;
	height:auto;
	line-height:normal;
}

#logo_print img
{
	width:4.2cm;
	height:3.7cm;
}

#logo_print
{
	position:absolute;
	top:2cm;
	left:2cm;
}

/* positioning of the content */

#container
{
	position:absolute;
	top: 7cm;
	left: 2cm;
}

a,
a:link,
a:visited,
a:hover,
a:active { background:none; }

h1,
h3 { color:#666666 !important; }

h2,
h4 { color:#c1002b !important; }

h1
{
	font-size:22pt;
	padding-top:22pt;
}

h2 { font-size: 16pt; }

h3
{
	font-size:14pt;
	font-weight:bold;
}

h4
{
	font-size:12pt;
	font-weight:bold;
}

p
{
	color:#333333 !important;
	font-size:11pt;
	text-align:justify;
	line-height:150%;
	padding-top:6pt;
	padding-bottom:6pt;
}

strong { font-weight:bold; }

.mod_breadcrumb { padding-left:2cm; }

/*
#mainCol a[href]:after,
#mainCol a[href]:after,
#mainCol a[href]:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#mainCol a[href^="/"]:after, 
#mainCol a[href^="/"]:after, 
#mainCol a[href^="/"]:after
{
	content: " (http://www.purnatur.com" attr(href) ") ";
}

*/