/*-----------------------------------------------------------------------------
[Navisco AG] Print Stylesheet

version:   1.0
date:      27/08/07
author:    Manuel Boy
email:     manuel@pixelagents.de

website:   ?

version history: ?
-----------------------------------------------------------------------------*/


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	background: none;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/
body {
	background: #FFF;
	padding: 20px;
}

h1#logo-head {
	margin-bottom: 1em;
}


/* News
-----------------------------------------------------------------------------*/
div#print-news h1.news-head {
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: .5em;
}

div#print-news h4.news-detail-date {
	font-size: 15px;
}

div#print-news h2 {
	font-size: 16px;
	margin-bottom: .8em;
}

div#print-news h3 {
	font-size: 14px;
	margin-bottom: .8em;
}

div#print-news h4 {
	font-size: 13px;
	margin-bottom: .8em;
}

div#print-news p {
	font-size: 13px;
	margin-bottom: .8em;
}

div#footer {
	margin: 0;
}



