#admin_panel { z-index: 100; top: 0; width: 200px; position: absolute; padding: 0; background: #eee; text-align: center; border: 1px solid gray; }
#admin_panel_lista { cursor: move; height: 20px; background: lightblue url('/_admin/images/admin-panel-pozadi.gif') left center repeat-x; border-bottom: 1px solid gray; }
#admin_panel_obsah a { display: block; margin: 4px; padding: 5px 7px; border: 1px solid silver; background: white; }
#admin_panel_obsah a:hover { color: white; background: gray; border: 1px solid white; text-decoration: none; }

.clear_both { clear: both; line-height: 1px; font-size: 1px; }
.clear_left { clear: left; line-height: 1px; font-size: 1px; }
.clear_right { clear: right; line-height: 1px; font-size: 1px; }

.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.float_none { float: none; }
.float_left { float: left; }
.float_right { float: right; }

.w_33p { width: 33%; }
.w_50p { width: 50%; }

.bezokraju { margin: 0; }
