html,body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#0F0F0F;
	color:#FFFFFF;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 14px;
}

.werbung{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 13px;
	color:#000000;
}

.boxheadline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}

.boxtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

.footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#000000;
}

.button{
	background-color:#C72818; color:#FFFFFF; width:175px; height:21px; border:1px solid #383838;
}

.field{
	background-color:#383838; color:#FFFFFF; width:175px; height:17px; border:1px solid #C72818;
}

	a.cat_menu:link { text-decoration:none; font-weight:bold; color:#A8170F; }
	a.cat_menu:visited { text-decoration:none; font-weight:bold; color:#A8170F; }
	a.cat_menu:hover { text-decoration:none; padding-left:5px; font-weight:bold; color:#383838;}
	a.cat_menu:active { text-decoration:none; font-weight:bold; color:#A8170F; }
	a.cat_menu:focus { text-decoration:none; font-weight:bold; color:#A8170F; }
	
	a.pics:link { text-decoration:none; color:#000000; }
	a.pics:visited { text-decoration:none; color:#000000; }
	a.pics:hover { text-decoration:none; color:#000000;}
	a.pics:active { text-decoration:none; color:#000000; }
	a.pics:focus { text-decoration:none; color:#000000; }	
	
	a.footer:link { text-decoration:none; font-size:12px; color:#FFFFFF; }
	a.footer:visited { text-decoration:none; font-size:12px; color:#FFFFFF; }
	a.footer:hover { text-decoration:none; font-size:12px; color:#CACDCB;}
	a.footer:active { text-decoration:none; font-size:12px; color:#FFFFFF; }
	a.footer:focus { text-decoration:none; font-size:12px; color:#FFFFFF; }

	a:link { text-decoration:none; color:#000000; }
	a:visited { text-decoration:none; color:#000000; }
	a:hover { text-decoration:underline; color:#1D6C94;}
	a:active { text-decoration:none; color:#000000; }
	a:focus { text-decoration:none; color:#000000; }	
