body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #E1A793;
	margin-top: 10px;
	margin-right: 100px; 
    margin-bottom: 2px;
    margin-left: 80px;
	}
	
h1 {
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	font-style:italic;
	margin-top: 0;
	margin-bottom: 0;
	color:#000066;
	}
	
h2 {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:#990000;
	}
	
p { 
	margin-top: 5;
    margin-bottom: 5;
	line-height: 12pt;
}

/* allgemeine links im text */
A:link {
	FONT: 12px Verdana, arial, helvetica, sans-serif; COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
	FONT: 12px Verdana, arial, helvetica, sans-serif; COLOR: #ACACAC; TEXT-DECORATION: none
}
A:active {
	FONT: 12px Verdana, arial, helvetica, sans-serif; COLOR: #ACACAC; TEXT-DECORATION: none
}
A:hover {
	FONT: 12px Verdana, arial, helvetica, sans-serif; COLOR: #ACACAC; TEXT-DECORATION: underline overline; BACKGROUND-COLOR: #E1A793;
}
/* Tabellenformatierung */
table a, table, tbody, tfoot, tr, th, td, table caption {
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#DC997F;
	color:#0C2A4A;
	text-align:left;
	font-size:12px;
        padding: 3px;
	}
table {
	border-top:1px groove #567;
	border-bottom:1px groove #567;
	width:780px;
	}
/* Kopf- und Fusszeile der Tabelle */
tfoot td, tfoot th, thead th {
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
	background:#E1A793;
	}

/* allgemeine Links in der Tabelle */
table a {
	text-decoration:underline;
	font-weight:bold;
}
table a:visited {
	color:#fff;
}
table a:hover {
	text-decoration:overline underline;
	background-color:#E1A793;
	position:relative;
	top:1px;
	left:1px;
}
/* Tabellenrahmen */
.oben { border-top:1px solid #ACACAC }
.rechts { border-right:1px solid #ACACAC }
.unten { border-bottom:1px solid #ACACAC }
.links { border-left:1px solid #ACACAC }
