body
	{
	margin:15px;
	font-size:60%;
	}

table
	{
	border-width:0px;
	table-layout:fixed;
	}
	
tr.oben
	{
	height:200px;
	vertical-align:bottom;
	}
tr.mitte
	{
	height:150px;
	vertical-align:middle;
	}
tr.unten
	{
	height:200px;
	vertical-align:top;
	}

td
	{
	font-size:120%;
	color:#333333;
	background-color:#c0c0c0;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	padding:2px;
	}

td.links
	{
	text-align:right;
	width:200px;
	padding:2px;
	}
td.mitte
	{
	text-align:center;
	width:150px;
	}
td.rechts
	{
	text-align:left;
	width:200px;
	}
	
td.links_oben_spezial
	{
	text-align:right;
	background-image:url(box_200.gif);
	background-repeat:no-repeat;
	width:200px;
	background-color:#333333;
	color:#c0c0c0;
	}
td.mitte_mitte_spezial
	{
	width:150px;
	text-align:center;
	background-image:url(box.gif);
	background-repeat:no-repeat;
	color:#c0c0c0;
	background-color:#333333;
	}
td.rechts_oben_spezial
	{
	text-align:left;
	background-image:url(box_200.gif);
	background-repeat:no-repeat;
	width:200px;
	background-color:#333333;
	color:#c0c0c0;
	}
	
td.links_unten_spezial
	{
	text-align:right;
	background-image:url(box_200.gif);
	background-repeat:no-repeat;
	width:200px;
	background-color:#333333;
	color:#c0c0c0;
	}

td.rechts_unten_spezial
	{
	text-align:left;
	background-image:url(box_200.gif);
	background-repeat:no-repeat;
	width:200px;
	background-color:#333333;
	color:#c0c0c0;
	}

a
	{
	text-decoration:none;
	color:#333333;
	background-color:#c0c0c0;
	}
a.spezial
	{
	color:#c0c0c0;
	background-color:#333333;
	}