/**
 * Style sheet basic
 */
body
{
	background-color:#fdf4e1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ae9471;
}

h1
{
	border-bottom:1px solid #ae9471;
	font-size:16px;
}

h2
{
	font-weight:bold;
	font-size:16px;
}

h4
{
	border-bottom:1px dotted;
}

#header
{
	height:241px;
	background-image:url("tl_files/files_stefan_fischer/bg_head_stefan_fischer.jpg");
	background-repeat:no-repeat;
}

#main
{
	background-image:url("tl_files/files_stefan_fischer/bg_main_top.jpg");
	background-repeat:no-repeat;
	color:#ae9471;
}

#main a
{
	text-decoration:none;
	color:#ae9471;
}

#footer
{
	height:79px;
	background-image:url("tl_files/files_stefan_fischer/bg_footer_stefan_fischer.gif");
	background-repeat:no-repeat;
	color:#ae9471;
}

