/* ------------- FirstPage, General -------------- */
	td.content {
	 background:#FFF7F4 url('/img/silhouette.gif') bottom no-repeat;
	}

	table.firstPage {
	 width:800px;
	 height:360px;
	 font-size:9pt;
	 border-collapse:collapse;
	}
	
	/* geometry */

	table.firstPage #oben  { height:150px; }
/* 	table.firstPage #unten { height:250px; } */

	table.firstPage td.links  { width:400px; }
	table.firstPage td.mitte  { width:150px; }
	table.firstPage #oben td.rechts { width:250px; }
	
	/* alignment */
	
	table.firstPage #oben td.links,
	table.firstPage #oben td.mitte { text-align:left; vertical-align:bottom; }
	table.firstPage #oben td.rechts { text-align:left; vertical-align:top; }
	table.firstPage #unten td.mitte,
	table.firstPage #unten td.rechts { text-align:left; vertical-align:top;    }
	table.firstPage #unten td.links { vertical-align:middle; text-align:left; }


	/* pics */

	img.firstpic {
	 margin:4px;
	 padding:0;
	 border:1px solid black;
	 
	}

	/* termintable */

	table.termine {
	 width:250px;
	}
	
	table.termine td {
	 font-size:8pt;
	 vertical-align:top;
	 height:20px;
	}

	.termine .datum { width:65px; }
	.termine .bezeichnung { width:170px; }

	p.newsTitle {
	 font-size:11pt;
	 color:#FE860C;
	 font-weight:bold;
	 margin-top:10px;margin-bottom:0;padding:0;	 
	}
	
	p.newsBody {
	 width:360px;
	 font-size:8pt;
	 margin:0;padding:0;	 
	}
	
	p.newsLink {
	 width:360px;
	 font-size:8pt;
	 margin:0;padding:0;	 
	}
	
	/* news */

	td#news { height:220px; }
	
	td#news p.newsFooter {
	 text-align:right;
	 font-style:italic;
	}

