* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 0px;
	background: url('/obr/pozadi.jpg') repeat-x;
	color: black;
	font-family: Arial,serif;
	font-size: 13px;
	text-align: center;
}

a {
	background-color: inherit;
    color:#7a3700;
    text-decoration: none;
}

a:hover {
    color:#f26c00;
}

img, a img{
    border:0;
    margin:0px;
    padding:0px;
}


div.obsah a{
    color:red;
    text-decoration: none;
    border-bottom: solid 1px black;
}

div.moznostiStranky{
    float:right;
    white-space: nowrap;
    font-size: 10px;

}

h1{
    margin:3px;
    margin-top:20px;
    padding:0px;
    margin-bottom:5px;
    font-weight: normal;

    text-align: center;
    font-size:24px;
}

h1 a{
    text-decoration: none;
    border:none !important;
    color:black !important;
    margin:0px;
    padding:0px;        
    
}

div.logo h1, div.logo h1 img {
	margin:0px !important;
    padding:0px !important  ;
}

div.logo h1 span {
	display: none;
}


div.clanky h2 a{
    color:#555;
    border:none;
    font-size: 16px;
}

div.clanky h2 a:hover{
    color:black;
    text-decoration: none;
}

div.clanky{
    border-bottom: dashed 1px gray;
    padding-bottom: 5px;
}

div.clanky p{
    margin-bottom: 0px;
    margin-left:5px;
}


img {
	border: none;
    margin:0px;
    padding:0px;
}

ul,ol {
	list-style-position: inside;
    margin-left:15px;
}

ul li {
    list-style-type: square;
}

dl {
    margin:auto auto 10px 3px;
}

dt{
    font-size: 15px;
    font-weight: bold;
    }
dd {
    margin-left: 8px;
}

p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}


div.menu_top{
    height:30px;
    background-color:#fff;
    background-image:url('/obr/separator.jpg');
    background-repeat:repeat-x;
    line-height:30px;
    margin:0px;
    font-family:Arial;
}
div.menu_top ul{
    margin:0;
    list-style-type: none;
}
div.menu_top li{
    display: inline;
    margin:3px 10px;
    font-weight:bold;
    font-size: 14px;
}

div.menu_top a{
    margin-left:10px;
}

div.menu_top a:hover{
    background-color: transparent;
}

div.page_footer{
    width:100%;
    height:30px;

    background-image:url('/obr/separator.jpg');
    background-repeat:repeat-x;

    line-height:30px;
    margin-top:30px;

    border-top: solid gray 3px ;
    text-align: right;
    font-family:Arial;    
}

div.menu{
    width: 100%;
    font-size: 14px;
}

span.vyrazne{
    font-weight: bold;
}

.popisekdiv{
    float:right;
    font-size: 14px;
    color:#BBB;
    text-transform:lowercase;
    padding:4px;

}

table tr.hlavicka, table th{
    background-color:#E0E0E0;
    color:black;
    font-weight:bold;
}

table tr.hlavicka td, table th{
    padding:5px;
}

table tr.odd{
    background-color:#f4eee2;
}


#body_wrapper {
	padding: 5px 0px 10px;
	width: 100%;
	color: inherit;
}

#container {
	margin: 0px auto;
	width: 715px;
	text-align: left;
}


/* Velikost */

.aktualni{
    font-weight: bold;
    
}

table.akce_datum{
    width:60px;
    height:60px;
    text-align:center;
    background-color:#c0af90;
    border: 2px solid #695d47;
    border-collapse:collapse;
}

table.akce_datum tr.mesic{
    background-color:#695d47;
    color:#c0af90;
}

table.akce_datum tr.den {
    white-space: nowrap;
    font-size:18px;
}

/* probihajci/budouci akce */
div.probihajci{
    border:1px solid #ab9c7e;
    background-color:#f2f1ef    ;
}

div.ui-datepicker span{
    display:inline !important;
}



div.infopaticka{
    clear:both;
    text-align:right;
}

/*********************************************************/

div.flash{
    text-align:center;
    border: 1px dashed;
    padding:2px;
    font-weight:bold;
}

div.info{
    background-color:#EFE;
    border-color:green;
    color:green;
}


div.chyba, div.error{
    background-color:#FEE;
    border-color:red;
    color:red;
}



div.predel,hr{
    margin:15px auto;
    width:400px;
    clear:both;    
}

hr{
    border-style:dashed;
    
}


div.umisteni{
    font-size:11px;
}


/*********************************************************/
 
div.comment{
    margin: 10px auto 10px auto;
} 
 
div.comment img{
    float:left;
    margin-top: 20px;
    margin-left: 10px;
}

div.comment .text{
    margin-left:80px;
    padding:8px;
}

div.comment .infoLine{
    font-size:10px;
    color:darkgray;
}
  
div.comment h3{
    font-size:16px;
    margin:4px 0px 12px 0px;;
}
    
    
/*********************************************************/    
img.texyObrLevy,.texyObrPravy{
    float: left;
    margin:4px;
    padding:2px;
    background-color: #EFE;
    border: 1px solid black;
    text-align:center;
    font-size:12px;
    font-style: italic;
}

.texyObrPravy{
    float: right;
    }
    
    
    
div.texyObrPravy  p{
    margin:auto;
    text-align: center;
    }    