/* LINKS */
a.ankerNavig {
        font-size: 106%;
        color: #F7931E;
        font-weight: bold;
        margin-top: 1.0em;
        margin-bottom: 0.5em;
}

/* FOOTER */
#footerSolutionArea {
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	line-height:16px;
	color:#333333;
	width:500px;
	height:30px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	margin:35px 0 0 0;
	padding:10px 0 20px 0;
}
#footerSolution {
	float:left;
	text-align:right;
	width:70px;
	height:16px;
	background-image:url(images/icon_solution.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 20px;
}
#footerText {
	float:left;
	width:400px;
	height:16px;
	padding:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#5c5041;
	margin-bottom:1em;
	text-decoration:none;
}
#footerSolutionArea a, #footerSolutionArea a:hover {
	font-size:9px;
	color:#333333;
	text-decoration:none;
	display:block;
}