/**
 * Style sheet importstyle_header_footer_stylesheet
 */
/* Size Überschrift im header, farbe im artikel */
#header h1
{
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:26px;
	line-height:36px;
}

#header a:hover
{
	text-decoration:none;
	font-size:26px;
	color:#999999;
}

#header a
{
	font-weight:normal;
	text-decoration:none;
	font-size:26px;
	color:#cccccc;
}

#footer a:hover
{
	text-decoration:none;
	font-size:12px;
	color:#999999;
}

#footer a
{
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#666666;
}

/* Size h1 im footer */
#footer h1
{
	font-family:verdana, arial, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	color:#999999;
	line-height:14px;
}

