	body {
		background-color	: #fff;
		}	

		
/* TEXTFORMATION */		
		
	body, div, p, h1, h2, table, td, b, a, input {
		font-family			: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
		color				: #000;
		font-size			: 10pt;
		line-height			: 1.2em;
		}	
	p, h1, h2, table, td {
		margin				: 0px;
		padding				: 0px;
		}		
	h1 {
		margin				: 20px 0px 9px 0px;
		width				: 405px;
		}				
	a {
		color				: #688A92;
		}
		
	

/* PRINT */

img#logo_print {
		position			: relative;
		margin				: 50px 0px 10px 0px;
		float				: left;
		width				: 185px;
		height				: 46px;						
		}
p#print_adresse1, p#print_adresse2 {
		position			: relative;
		margin				: 66px 0px 0px 20px;
		float				: left;
		font-size			: 8pt;
		color				: #688A92;
		font-size			: 9px;
		line-height			: 1em;							
		}
p#print_adresse1 {
		margin-left			: 200px;							
		}
		
hr#line {
		heigth				: 1px;
		color				: #ccc;
		clear				: both;						
		}									

		
/* MITTE */
				
	img#headline {
		height				: 31px;
		display				: block;
		margin-top			: 30px;
		margin-bottom		: 10px;
		}				
	img.content {
		width				: 170px;
		margin-right		: 12px;
		float				: left;
		}
		
    #mitte .highlight {
        background-color    : #D9E2E4;
    }
	p {
		margin-top			: 12pt;
		}
		

/* TABELLE: PROJEKTE  */
		
		table {
			width				: 405px;
			margin-top			: 10px;
			}
		table#projekte td	{
			padding				: 5px 10px;
			}			
		tr.blau	{
			background-color	: #F0F3F4;	
			}
		tr.grau	{
			background-color	: #E1E8E9;	
			}
			
			
/* FORMULARE  */
		
		td.schrift	{
			width				: 180px;
			padding				: 5px 0px;
			}
		input, textarea {
			width				: 225px;
			border				: 1px solid #ccc;
			color				: #000;
			}
		input:fokus, textarea:fokus {
			background-color	: #F0F3F4;
			}