body {	
	margin-top:25;
	margin-bottom:20;
	margin-left:20; 
	margin-right:20; }

table, td, tr {
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	align:center; 
	margin:10 10 10 10; 
	padding:20 10 20 10; 
	}

table.naked, tr.naked, td.naked {
	border-style:none;
	border-width:0px;
	align:center; 
	margin:0 0 0 0; 
	padding:0 10 0 10; 
	}

td.li {	text-align:right; }
td.mi {	text-align:center; }
td.re {	text-align:left; }

img {	border-width:1px; border-style:solid; border-color:rgb(100,100,100); }

/* Darstellung von Links */
a:link    { color:rgb(200,200,200); text-decoration:none; }
a:visited { color:rgb(200,200,200); text-decoration:none; }
a:hover   { color:rgb(250,250,250); text-decoration:none; }
a:active  { color:rgb(250,250,250); text-decoration:none; }
a:focus   { color:rgb(250,250,250); text-decoration:none; }
