/* Navigation Horisontal CSS
Medien- und Webdesign - Olga Gorodetski
www.praxis-praevention.com
Start: 09.02.2010
Letzte Aenderung: 09.02.2010
*/
ul.navi {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.navi li {
	display: inline;
}
ul.navi a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #294f3b;
	text-decoration: none;
	margin-right: 1.25em;
}
ul.navi a:hover {
	color: #294f3b;
	text-decoration: underline;
	margin-right: 1.25em;
}
ul.navi a.current {
	text-decoration: underline;
	color: #294f3b;
}
