/*==================================================
style-sheets.de
Gemeinsame Styles fŸr den Footer
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/
/*
#footer {
  margin-left: 10%;
  width: 80%;
	background-color: #c8c8c8;
	padding-top: .5em;
	padding-bottom: .5em;
}
*/
#footer p {
	margin: 0;
	padding: 0 2em;
	display: inline;
}

#footer ul, #footer ul li {
	list-style: none;
	display: inline
}

#footer ul li:before {
	content: " | ";
	color: #bbb;
}

#footer div#info {
	font-family : Arial;
	font-style : normal;
	font-size: 8pt;
	color : black;
	margin-bottom : .1em;
}

#footer div#add { 
	font-family : Arial;
	font-style : normal;
	font-size: 7pt;
	color : black;
	margin-bottom : .1em;
}
