/*
 *
 *	Layout, Design, HTML- & CSS-Code:
 *	
 *	Dirk-Kö Design,	www.dirk-koe.de | kontakt@dirk-koe.de
 *
 *	2009/10/13 | cr
 *
 */

/*
 *	Reset the browser standard styles first ...
 */
	* {
		margin:  0;
		padding: 0;
	}
	img, fieldset {
		border: 0;
	}
	table {
		width: 100%;
	}

/*
 *	Page overall
 */
 	body {
 		/*margin:      15px;*/
		color:       #000;
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size:   12px;
		/*background:  #fff url(../images/biplogo.jpg) top center repeat-x;*/
		margin:0px;
		padding:0px;
	}
		body h1 {
			font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
		}
	
	.componentheading {
		display: none;
	}
	.title {
		margin-bottom: 10px;
		font-size:     16px;
	}
	.kennziffer {
		margin-bottom: 5px;
		font-size:     14px;
	}
	
	.printfoot {
		color:      #EB690B;
		font-size:  10px;
		background: #FDDFC5;
	}
	.printlogo {
		position: relative;
		height:   280px;
		bottom:   14px;
	}