@import url(file:///blue note 08/Projekte/Schaererkunz.ch/css/reset.css);

@charset "utf-8";
.plain {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
.head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.Titelklein {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	background-image: url(bg_links.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:hover {
	text-decoration: underline;
	background: none;
} 

hr
{
	color: #CCCCCC; /* IE */
	background-color: #CCCCCC; /* FF */
}
