body {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-size:10pt;
	background-color:#eeeeee;
	background-image:url(../images/back.gif);
	margin:0px;
}

/* ------------ */
/*   Tabellen   */
/* ------------ */
td {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-size:10pt;
}
th {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-size:10pt;
	font-weight:bold;
}

td.boxheader {
	font-weight:bold;
}

/* ------------------ */
/*   Standard-Links   */
/* ------------------ */
a {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}
a.tabshigh {
	color:#800000;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover.tabs, a:hover.tabshigh {
	text-decoration:none;
}

a:link.footer, a:visited.footer, a:active.footer, a:hover.footer {
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	color:#808080;
}

/* ----------------- */
/*   Überschriften   */
/* ----------------- */
h1, h2, h3 {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-weight:bold;
	color:#000000;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:10pt;
}

/* ---------------------- */
/*   Textformatierungen   */
/* ---------------------- */
td p {
	text-align:left;
}
div.content p {
	text-align:justify;
}

.message {
	font-weight:bold;
	font-style:italic;
	color:#808080;
}
.footer {
	font-family:"Trebuchet MS","Tahoma","Arial","Helvetica";
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	color:#808080;
}

hr {
	width:100%;
	height:1px;
	border:1px solid #000000;
}

