@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #38302b;
	text-decoration: none;
	margin: 0px;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.liste {
	line-height: 17px;
}

a {
	color: #38302b;
	text-decoration: none;
}
a:hover {
	color: #65564E;
	text-decoration: underline;
}

.headline {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.mini {
	font-size: 9px;
	line-height: 13px;
}

