/**
 * Position und Ausrichtung der Hauptnavigation
 **/
 ul#navigation {
	position:absolute;
	margin:40px 0px 0px 110px;
	padding:0px 0px 0px 0px;
	width:135px;
	list-style-type:none;
}

/**
 * Position und Ausrichtung der Listenelemente in der Navigation
 **/
 #navigation li {
	margin:0px 0px 0px 0px;
	padding:4px 0px 7px 0px;
	width:135px;
	line-height:14px;
}

/**
 * Link der Hauptnavigation
 **/
 #navigation a {
	margin:0px 0px 0px 6px;
	padding:0px 0px 0px 13px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/**
 * Link:hover der Hauptnavigation
 **/
 #navigation a:hover {
	margin:0px 0px 0px 6px;
	padding:0px 0px 0px 13px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

