/**
 * Style sheet html
 */
*
{
	font-family:Arial, Helvetica, sans-serif;
	color:#993300;
}

body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#f2ebe3;
	background-image:url("/tl_files/haupttemplate/hgrund.jpg");
	background-repeat:repeat-x;
	font-size:12px;
}

h1
{
	font-size:19px;
}

a
{
	text-decoration:none;
}

.clearboth
{
	clear:both;
}
