/**
 * printer friendly style sheets
 * 
 * @project    Project Partners
 * @author     maik mettenheimer
 * @version    2009-07-20
 */

* {
    background-color: #fff !important;
    color: #000;
	font-size: 12pt;
	font: 12pt/1.6 "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

body {
    margin: 25mm !important;
    padding: 0 !important;
    width: auto !important;
}

h1 {
	width: 250px;
	height: 68px;
	font-size: 12px;
	font-weight: bold;
}

h1 a {
	display: block;
	width: 250px;
	height: 68px;
	position: relative;
}

h1 a span {
	background: url(../img/logo_print.png) no-repeat 0px 0px;
	position: absolute;
	width: 250px;
	height: 68px;
}

#mainNav, #serviceNav, #rssticker {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

.clearfix {
	clear: both;
	float: none;	
}

div.col_left {
	float: left;
	width: 48%;
	padding-bottom: 1.6em;
}

div.col_right {
	float: right;
	width: 48%;
	padding-bottom: 1.6em;
}
