*{
	margin:0px;
	padding:0px;
}
body{
	font-size: 75%;
	font-family: "Verdana CE", Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    margin-top:5px;
    background: #c2c7cb;
}
html{
	background:none;
}
/* bila */
#title, .button.delete, #menu a, table.grid th a, table.grid th, .paginator .current{
    color:#fff;
}
/* tm.červená */
a{
    color:#bc0a0a;
}
/* seda */
.paginator .null, #frame_bottom, .paginator a{
    color:#686B6F;
}
/* tm. seda*/
.paginator span, table.grid td{
	color:#494b4e;
}
#title{
    font-style:italic;
}
#menu a{
	text-decoration:none;
}
#menu a:hover{
    text-decoration:underline;
}
#menu a{
    font-weight:bold;
}
table.grid th span, h1{
    font-weight:normal;
}
table.grid a:hover, a:hover{
    background-color:#842E07;
    color:#fff;
}                       
fieldset{
	border:0;
}
form{
    background:#ecf3f8;
    padding:10px;
    border:1px solid #CCDFED;
}
form th{
    text-align:right;
    padding:2px 5px 2px 2px;
    min-width:60px;
}
form td{
    padding:2px;
}
form fieldset{
	padding:15px;
}
li{
	list-style-type:none;
}
p, li{
	line-height:16px;
}
p, ul{
	margin-bottom:15px;
}
form p{
	margin:3px 0 0 0;
	padding:3px 0 0 0;
	line-height:15px;
}
img {
	border-width:0px
}
table {
	border-collapse:collapse;
	margin-bottom:15px;
}
td, th{
	text-align:left;
	vertical-align:top;
	padding:2px;
}
th{
	vertical-align:top;
}
h1{
	font-size:210%;
    margin-bottom:10px;
}
h2{
	font-size:160%;
	margin-bottom:10px;
}
h3{
	font-size:120%;
	margin-bottom:5px;
}
h4{
	font-size:115%;
}
h5{
	font-size:99%;
}
hr{
	height:1px;
	border:0px;
	border-top:1px dotted #FEDB06;
	margin-bottom:5px;
}
/*****************************************	F r a m e **************************/
#frame_main{
	text-align:left;
	width:1000px;
	margin:0% auto;
}
#frame_center{
    background: #fff;
}
#frame_up{
	height:130px;
    background:#898c91 url(../img/admin/up.gif) no-repeat 15px 5px;
}
#obsah{
	padding:10px 20px 20px 20px;
	width:960px;
}
#frame_bottom{
    height:10px;
    background:none;
}
#frame_bottom div{
    margin:0% auto;
    padding:8px 0;
    width:1000px;
    text-align:left;
}
/*****************************************	M e n u  **************************/
#menu{
    height:30px;
    background:#686b6f; 
    width:1000px;
}
#menu ul{
    margin:0;
    height: auto;
}
#menu li{
	padding:0;
    float:left;
    background:none;
}	
#menu a{
    float:left;
    padding:7px 10px;
    text-align:center;
	display:block;
	background:none;
	width:auto;
}
#menu a.selected{
    background: #bc0a0a;
    height:16px;
}

/***************************************** S Y S T E M ****************************/
.hidd{
    display:none;
}
.mal{
    font-size:75%;
}
.vel{
    font-size:160%;
}
.button{
	margin-top:5px;
	margin-bottom:2px;
	padding:2px 8px;
	cursor:pointer;
}
.button.delete{
	background:#bc0a0a;
}
.a_center{
	text-align:center;
}
.a_right{
	text-align:right;
}
.hidden{
	display:none;
}
.break { 
	height: 1px; 
	font-size: 1px; 
	clear: both; 
	overflow: hidden;  
}
.break2{
	clear:both;
}
.right, .right_box{
	float:right;
}
.right_box{
	margin-left:15px;
}
.left, .left_box{
	float:left;
}
.left_box{
	margin-right:15px;
}
.w_100	{ width: 100%; }
.w_full { width: 99%; }
.w_three-quarter  { width: 75%; }
.w_half { width: 48%;}
.w_third { width: 33%; }
.w_quarter { width: 25%; }
.w_eighth { width: 12.5%; }

#go_home{
	cursor:pointer;
	position:absolute;
	width:255px;
	height:80px;
}
.flash{
    padding:7px;
    margin:5px 0;
}
.flash.info{
    background:#7ED8FB;
}
.flash.error{
	background:#ff0e0e;
}
textarea{
    width:100%;
}
input.datepicker, input.text, textarea{
    padding: 1px 2px;
}
/***************************************** DataGrid **************************/
table.grid {
	padding: 0;
	margin: 0;
	width:100%;
}
table.grid td, table.grid th {
	background: #e4e9ee;
	border: 1px solid #fff;
	padding: 6px 6px 6px 12px;
}
table.grid th{
	background: #898c91;
	text-align: left;
	padding: 0;
}
table.grid th span {
	font-size: 90%;
}
table.grid th a {
	text-decoration: none;
	padding: 6px 20px 6px 12px;
	line-height: 30px;
}
table.grid .alt td {
	background: #ecf3f8;
}
table.grid th .asc, table.grid th a:hover {
	background: url('../img/main/asc.gif') no-repeat right center;
}
table.grid th .desc, table.grid th .asc:hover {
	background: url('../img/main/desc.gif') no-repeat right center;
}
table.grid th .desc:hover {
	background: none;
}
table.grid .edit{
    background:url(../img/admin/edit.png) no-repeat;
    padding-left:20px;
}
.paginator {
	margin: 1em 0;
	font-size: 90%;   
}
.paginator .null{
	border:1px solid #E4E9EE;
}
.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
}
.paginator a {
	border: 1px solid #686B6F;
	text-decoration: none;
}
.paginator span.button {
	border: 1px solid #686B6F;
}
.paginator .current {
	background: #842e07;
	border: 1px solid #686B6F;
	font-weight: bold;
}
/***************************************** **************************/
.text, textarea{
    padding:0 2px; 
}
input.datepicker{
    cursor:pointer;
    background-image:url(../img/iko/calendar.png);
    background-repeat:no-repeat;
    background-position:right;
}
.add_item{
	
}
#fotogalerie img{
    max-width: 135px;                
    height: 100px;
}
#fotogalerie .item, .foto_gal_list div{
    float:left;
    width:141px;
    min-height:105px;
    background:#e4e9ee;
    text-align: center;
    margin:2px;
    padding-top:5px;
}
#fotogalerie .item{
    margin:3px 9px;
}
.foto_gal_list div{
    margin-right:5px;
}
.foto_gal_list{
    float:left;
    width:279px;
    height:115px;
    background: #FFEB70;
    border:1px solid #FFDC08;
    padding:3px;
    margin:2px;
}
.foto_gal_list p{
    margin-bottom:5px;
}
#to_admin{
    float:right;
}
#title{
    font-size:18px;
    position:absolute;
    margin-top:52px;
    margin-left:210px;
}
#go_web{
    color:#898C91;
    float:right;
    width:120px;
    height:58px;
    background:url(../img/admin/go_web.gif) no-repeat;
    margin:20px 20px 0 0;
}
.texyla{
	min-width:840px;
}
