@charset "utf-8";
/* CSS Document 
	copyright 2008 by swisswebXperts Andreas Näf - erstellt durch Sabine Näf 
*/

#content ul{
	width: 95%;
	height:auto;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color:#CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
}
#content ul li{
	list-style-position:outside;
	list-style-type:square;
	padding:0px 0px 0px 0px;
	line-height: 130%;
	width: 95%;
	margin: 0px 0px 5px 10px;
}

#content ol{
	width: 95%;
	height:auto;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color:#CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
}
#content ol li{
	list-style-position:outside;
	list-style-type:decimal;
	padding:0px 0px 0px 0px;
	line-height: 130%;
	width: 95%;
	margin: 0px 0px 5px 10px;
}
