﻿@charset "utf-8";
/* CSS Document */
* {
margin-top:0;
padding:0;
	font-size: medium;
	text-align: center;
}
body {
	font:80%/1.9emArial, Helvetica, sans-serif;
background:background-color:#FFF;
}
{
color:#FF6600;
border-bottom: 1px dotted #FFFF33;
padding-bottom:1px;
margin:20px 0;
}
h3 {
color:#FF6600;
border-bottom: 1px dotted #FFFF33;
padding-bottom:1px;
margin:20px 0;
}
h2 {
color:#FF6600;
border-bottom: 1px dotted #FFFF33;
padding-bottom:1px;
margin:20px 0;
}
h1 {
color:#FF6600;
border-bottom: 1px dotted #FFFF33;
padding-bottom:1px;
margin:20px 0;
}
h1 {
font-size:1.9em;
}
h2 {
font-size:1.7em;
}
h3 {
font-size:1.5em;
}
/*ccs layout*/
#tabelle
	<table style="width: 100%" align="center" class="style1">
	<tr>
		<td style="text-align: center; height: 87px; background-color: #0000FF">
		</td>
	</tr>
	<tr>
		<td style="background-color: #FFFF00">&nbsp;</td>
	</tr>
	<tr>
		<td style="width: 30%; background-color: #99FF99">
		<table style="width: 100%; height: 400px; margin-bottom: 0px" class="style1">
			<tr>
				<td style="width: 70%; background-color: #00FFFF">&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td style="background-color: #FF3300">&nbsp;</td>
	</tr>
</table>