@charset "UTF-8";
/*

	Projekt: Hörberatung Liestal
	Datei: hoerberatungliestal.css
	Author: Peter Stalder

*/
/* ---------------------------- Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-width: 0;
}
li {
	list-style-type: none;
}
/* ---------------------------- Schrift */
body {
	font: 100% Arial, Helvetica, sans-serif;
}
/* ---------------------------- Struktur */
#wrapper {
	width: 695px;
	margin: 96px auto 0;
}
#content {
	width: 695px;
	margin-top: 40px;
}
/* ---------------------------- Allgemein */
p {
	font-size: 115%;
	line-height: 130%;
	margin-bottom: 15px;
}
# a {
	color: black;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #117DA6;
}