/* ---------- HLAVNI PRVKY ---------- */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #363636;
	background: #FFFFFF;
	text-align: center;
}

td
{
	font-family: Arial, sans-serif;
}

a
{
	color: #363636;
	text-decoration: underline;
}

a:hover
{
	color: #363636;
	text-decoration: none;
}

ul, ol
{
	list-style: none; 
}

ul, ol, li, h1, h2, h3, h4, h5, p, form, fieldset, input, label, img, big {
    margin: 0; padding: 0;
}

.cleaner
{
	clear: both;
}

/* ---------- LAYOUT ---------- */

#div_hlavni
{
	/*background-color: green;*/
    text-align: left;
    width: 770px;
	left: 50%;
	margin: 0px auto 30px auto;	
}

#div_header
{
	background: url(http://www.obecmikulec.net/images/bg-header.gif) repeat-x;
	color: white;
	height: 79px;
	position: relative;
}

#div_header_date
{
	float: right;
	padding-top: 8px;
	padding-right: 20px;
}

#div_header_erb
{
	background: url(http://www.obecmikulec.net/images/logo.gif) left no-repeat;
	float: left;
	width: 276px;
	height: 79px;
	display: block;
	z-index:1;
}

#div_header_stranky
{
	position: absolute;
	top: 43px;
	right: 20px;
	font-size: 2em;
	color: rgb(148,148,148);
/*
	clear: right;
	float: right;
*/
}

#div_content
{
	width: 770px;
	background: rgb(208,208,208) url(http://www.obecmikulec.net/images/bg-content.gif) repeat-y;
}

#div_content_right
{	
	float: right;
	width: 196px; 
	/*border: 1px solid red;*/
}

#div_content_left {	
	float: left;
	width: 573px;
	/*border: 1px solid red;*/
}
ul#menu
{
	margin-bottom: 15px;
}

#menu li a
{
	display: block;
	height: 15px;
	color:#363636;
	background:#E7E7E7 url(http://www.obecmikulec.net/images/back-menu.gif) no-repeat top left;
	padding: 4px 0 1px 25px; 
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover
{
	color:#FFF;
	background: #545454 url(http://www.obecmikulec.net/images/back-menu.gif) no-repeat top left;
	padding-left: 25px; 
}

#div_content_right img
{
	border: 1px solid #FFF;
	margin-bottom: 2px;
}

#div_footer
{
	text-align: right;
	color: #d0d0d0;
	background-color: rgb(54,54,54);
	padding: 3px 8px 3px 3px;
	font-size: 90%;
}

a.a_footer_link
{
	color: rgb(220,220,220);
	text-decoration: none;
}

a.a_footer_link:hover
{
	color: white;
	text-decoration: underline;
}

#div_nazev_sekce
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	background: rgb(54,54,54) url(http://www.obecmikulec.net/images/back-menu.gif) no-repeat top left;
	padding: 3px 0px 3px 20px;
}

#div_main_content
{
	padding: 22px 20px;
	text-align: justify;
}

div.div_nazev_subpage
{
	font-size: 120%;
	padding-bottom: 8px;
	color: #363636;
	font-weight: bold;
}

div.div_submenu
{
	padding: 0px 0px 18px 18px;
}

img.img_sipka
{
	margin-right: 10px;
}

a.a_subpages_menu
{
	color: #B70700;
	padding-bottom: 2px;
	font-weight: bold;
}

img.img_border
{
	border: 1px solid silver;
    vertical-align: bottom;
}

div.div_fotopopisek
{
	background-color: silver;
	color: #373737;
	padding: 3px 3px 3px 3px;
	text-align: right;
}

div.div_nadpisek
{
	font-weight: bold;
	color: rgb(183,7,0);
}

td.td_statinfo
{
	border-right: 1px solid rgb(147,147,147);
}

td.td_odkazy_loga
{
    text-align: center;
}

td.td_odkazy_link
{
	padding-left: 10px;
	vertical-align: top;
}

div.div_akt_vypis_nadpis
{
    font-weight: bold;
    color: #B70700;
    padding-bottom: 3px;
}

div.div_akt_vypis_vice
{
    text-align: right;
    margin-bottom: 20px;
}

div.div_akt_detail_nadpis
{
    font-weight: bold;
    color: #B70700;
    padding-bottom: 5px;
}

div.div_akt_detail_text
{

}

div.div_akt_detail_zpet
{
    text-align: right;
    padding-top: 7px;
}

td.td_napiste_nadpisek_povinny
{
    color: #B70700;
    font-weight: bold;
}

.td_napiste_nadpisek_nepovinny
{
    font-weight: bold;
}

.textinput
{
	font-family: Arial, sans-serif;
    background-color: whitesmoke;
	_font-size: 100%;
	border: 1px solid rgb(128,128,128);
}

.textarea
{
	font-family: Arial, sans-serif;
    background-color: whitesmoke;
	_font-size: 100%;
	border: 1px solid rgb(128,128,128);
}

.div_messages
{
    padding: 5px;
    text-align: center;
    margin: 8px 0px;
    border: 1px dotted rgb(54,54,54);
    background-color: rgb(231,231,231);
}

.input_submit
{
    border: 2px solid white;
    background-color: rgb(183,7,0);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.div_doplnit
{
    border: 1px dotted rgb(153,0,0);
    padding: 3px;
    margin: 10px 0px;
}
