/* CSS Document */

/* 	Print Version Stylesheet 
	website: ecbp.biz
	version 1.0
	author: stephan drescher
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
}
#contentheader {
	margin: 0 0 10px 0;
	width: 600px;
	/*font-size: 80%;*/
	border-bottom: 1px #000 solid;
	}
	
#logo {
	float:left;
	width: 300px;
	text-align:right;
	}

#info {
	float:left;
	width: 300px;
	/*font-size: 86%;*/
}

#contentsection {
	width: 600px;
	/*font-size: 80%;*/
	}
	
#pagetools {
	margin-top: 15px;
	border-top: 3px #ccc solid;
	clear:both;
	padding: 4px 0 0 0;
	font-size:76%;
}

.printversion {
padding-left: 20px;
background-image:url(images/icon_drucken.gif);
background-position:left;
background-repeat:no-repeat;
}	

	div.spacer {
		clear: both;
		line-height: 1px;
		font-size:1px;
		}
