﻿/*** Support Navi ***************************************************************************/
/**/                                                                                      /**/
/**/                                                                                      /**/

	#supportNavi {
		position: absolute;
		left: 49.5em; /* 792px */
		/*left: 33.875em;*/ /* 542px -> Einstellung fuer mittig*/
		top: 3.4375em; /* 55px */
		margin: 0em;
		padding: 0em;
		clear: both;
		width: 12.75em;
	}
	
	#supportNavi ul {
		display: inline;
		list-style: none;
		margin: 0em;
		padding: 0em;
		border: none;
	}
	
	#supportNavi li {
		font-size: 0.625em; /* 10px */
		color: #999;
		display: block;
		margin: 0em;
		float: left;
		width: auto;
	}
	
	#supportNavi li img {
		width: 0.9em; /* 9px */ /* berechnet sich: 0.5625em:0.625em , da #supportNavi li die Fontgroesse runterskaliert*/
	}
	
	#supportNavi a {
		color: #999;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding-left: 0.250em; /* 4px */
		padding-right: 0.3125em; /* 5px */
	}
	
	#supportNavi a:hover { 
		color: #3c3c3c;
		text-decoration: none;
	}
	
	#supportNavi a:active {
		color: #3c3c3c;
		text-decoration: none;
	}

/**/                                                                                      /**/
/**/                                                                                      /**/
/*** /Support Navi **************************************************************************/
