/* ******************************************************** */
/* Winno IT-AGENTUR                                         */
/* A-8983 Bad Mitterndorf 236                               */
/* +43 3623 20169                                           */
/* office(!at)winno.at                                      */
/* ******************************************************** */
/* project:  Gemeinde Bad Mitterndorf                       */
/* filename: listen.css                                     */
/* author:   Manfred Saafan, Martin Wagner                  */
/* date:     2006-07-13                                     */
/* ******************************************************** */
/* list layout                                              */
/* ******************************************************** */


div#main_row ul {
	list-style-image: url(../images/rechteck_menu.gif);
	list-style-position: outside;
	text-indent: 0px;
}

div#main_row ul li {

}

div#main_row ol {
    list-style-type: decimal!important;
}
