/* Styling der Revision 1.0 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	margin-top: 10px;
}
td {vertical-align:top;}
th {color:#003366; padding:4px; background-color:#6699CC; border:1px #003366 solid;}

/* Formatierung für kleine Schrift */
.klein {
	font-size: 10px;
}

/* Überschrift 1. Ordnung */
h1 {
	font-size: 20px;
	color: #003366;
}
/* Formatierung der Links */
a:link {color:#003366; text-decoration:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:hover {color:#003366; text-decoration:underline; background-color:#D2E9FF}

/* Überschrift 2. Ordnung */
h2 {
	color: #003366;
	font-size: 18px;
	font-weight:normal;
}
.hinweis {width:650px; border:3px #FF0000 solid; padding:3px; margin-top:4px; margin-bottom:6px;}
