/**************/
/* footer row */
/**************/

#footer
{
	display: block;
	width: 960px;
	height: 41px;
	padding: 0;	
	margin: 0 0 0 0;
	background-image: url("/images/bg_footer.gif");
	background-repeat: no-repeat;
}
#footerContentLeft
{
	width: 330px;
	height: 21px;
	line-height: 21px;
	float: left;
	margin: 20px 0 0 90px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.74em;
	font-weight: normal;
	color: rgb(77,77,77);
}
/*****************************************************************************/
/* Auswahl Schriftgröße mit Javascript                                       */
/*****************************************************************************/

/*****************************************************************************/
/* Navigation unten                                                         */
/*****************************************************************************/
#footerContentRight
{
	width: 540px;
	height: 41px;
	margin: 0 0px 0 0px;
	font-weight: normal;
	float: right;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.74em;
}

#bottomNavi
{
	width: 540px;
	height: 21px;
	line-height: 21px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
}

#bottomNavi ul
{
	margin: 0;
	padding: 0 0px 0 12px;
	float: right;
}
#bottomNavi li
{
	margin: 0;
	list-style-type: none;
	float: left;
}
 
#bottomNavi a
{
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: rgb(77,77,77);
}
#bottomNavi a:hover
{
	color: rgb(230,0,0);
	text-decoration: underline;
}

