.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%; }
.w_125 { width: 125px; }

.bezokraju { margin: 0; padding: 0; }
.nezobrazovat { display: none; }

#zprava { border: 2px solid gray; display: none; z-index: 101; top: 250px; width: 300px; position: absolute; }
#zprava_hlavicka { padding: 6px; background: gray; color: white; font-weight: bold;  }
#zprava_obsah { padding: 30px 20px; background: #eee; text-align: center; }
#zprava_zavrit { float: right; background: white url('/_admin/images/zprava-krizek.gif') center center no-repeat; width: 12px; height: 12px; }

#admin_panel { z-index: 10000; top: 0; width: 200px; position: absolute; padding: 0; background: #eee; text-align: center; border: 1px solid gray; font-size: 8pt; }
#admin_panel_lista { cursor: move; height: 20px; background: blue 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; color: navy; }
#admin_panel_obsah a:hover { color: white; background: gray; border: 1px solid white; text-decoration: none; }

