/**
 * common styles for eCampaigning antwerpes
 * @author Matthias Schmidt <matthias.schmidt@antwerpes.de>
 * @version 0.1 - 22.05.2007 13:19:29
 * @package de.antwerpes.ecampaigning
 */


/** func navigation **/
div#funcnavi {
	position: relative;
	top: 7px;
	width: 975px;
	text-align: right;
}
div#funcnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#funcnavi ul li {
	display: inline;
	padding: 0 10px;
}
div#funcnavi ul li a {
	font-weight: normal;
}

