body {
	background-color: #ACACAC;
	background-image: url(background.png);
}  {
 text-align: right;
}

Table {
	font-family: tahoma;
	font-size: 10px;
	color:#333;
	background-color: #DDD;
}

#lay {
position:absolute;
top:0;
left:270px;}
i ,em{
	color:#05C792;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

u {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DB417D;

}
b, strong {
	color:#027499;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
	text-transform: uppercase;
}



.navi{
text-align:right;
width:157px;
}





a:link, a:visited /* Links normal und besucht */
	{
	color:#999;
	text-decoration:underline;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a:hover, a:active /* Links beim drüberfahren und aktive */
    {
	color:#349FAF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}


h1 {
	font-family: "Courier New";
	font-size: 14px;
	color:#DC2B73;
	margin-bottom:2px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-width: 1px;
	line-height: 14px;
}
s {
	text-decoration: line-through;
}

