
/* styl typ01 */	

#pole-typ01  p{ background-color:#eee; margin:6px; padding:16px 3px;display: block; width: 45px;text-align: center; }
#pole-typ01  div{ float: left;  }

#pole-typ01 { outline: 3px dotted white }
#pole-typ01 * { outline: 3px dotted red }
#pole-typ01 * * { outline: 3px dotted green }
#pole-typ01 * * * { outline: 3px dotted orange }
#pole-typ01 * * * * { outline: 3px dotted blue }


#pole-typ02  p{ background-color:#eee; margin:6px; padding:16px 3px;display: block; width: 45px; text-align: center; }
#pole-typ02  div{ float: left;  }

.clr{clear:both;}
