@import url(reset.css);

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

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

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