body{
	color: rgb(0,0,0);
	font-size: 13px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    background: rgb(233,229,226) url(../../images/layout/default_cz/body_bg.gif) repeat-x;
}

#main{
}
#top a{
	border: 0px;
    text-decoration: none;
}
#top img{
	border: 0;
}
#top #logo_darujspravne img{
    position: relative;
    top: 8px;
}
#content{
    background: rgb(255,255,255);
}
#content .content_img_left{
    float:left;
	padding: 5px;
	margin-right: 10px;
}
#content .content_img_right{
    float:right;
	padding: 5px;
	margin-left: 10px;
}
#footer{
    background: rgb(255,255,255) url(../../images/layout/default_cz/footer_bg.gif) repeat-x;
    font-size: 11px;
}



h1{
	color: rgb(159,140,110);
	font-size: 35px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 14px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 2px rgb(159,140,110) solid;
	height: 67px;
    overflow: hidden;
}
h1 img{
	margin: 0px;
	padding: 0px;
}
h1.with_text{
    padding-bottom: 0px;
    padding-top: 10px;
    height: 57px;
}
h2{
	color: rgb(247,111,66);
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
td{
	padding: 0px;
}

.strong_yellow, .strong_yellow a{
	color: rgb(249,247,103);
	font-weight: bold;
}

.strong_blue, .strong_blue a{
	color: rgb(58,161,217);
	font-weight: bold;
}
.red{
    color: rgb(241,91,42);
}
.big{
    font-size: 14px;
    line-height: 140%;
}


ul{
	margin-left: 0px;
	padding-left: 0px;
    overflow: hidden; 
    /*list-style-image: url(../../images/layout/default_cz/li_item_bg.gif);*/
    list-style-type: none;
    zoom:1;
}
ul li {
	margin-bottom: 10px;
	padding-left: 20px;
    background: url(../../images/layout/default_cz/li_item_bg.gif) no-repeat left 3px;
}

a{
    color: rgb(248,155,43);
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}


/**
 *  Tabulka s formularem
 */
.form{
    border-collapse: collapse;
}
.form td{
	padding-top: 0px;
	padding-bottom: 5px;
    text-align: left;
}
.form td.error{
	padding-top: 10px;
	padding-bottom: 10px;
    color: rgb(237,28,36);
	/*border: 2px rgb(237,28,36) solid;*/
    font-weight: bold;
    font-size: 15px;
    /*background-color: rgb(250,185,173);*/
    padding-left: 0px;
}
.form td.message{
	padding-top: 10px;
	padding-bottom: 10px;
    color: rgb(248,107,54);
	/*border: 2px rgb(237,28,36) solid;*/
    font-weight: bold;
    font-size: 15px;
    /*background-color: rgb(250,185,173);*/
    padding-left: 0px;
}
.form input.inp{
    background-color: rgb(212,208,205);
    width: 253px;
    height: 22px;
    border-width: 1px;
    font-size: 13px;
}
.form select.inp{
    background-color: rgb(212,208,205);
    width: 253px;
    height: 22px;
    border-width: 1px;
    font-size: 13px;
}
.form select.inpLong{
    background-color: rgb(212,208,205);
    width: 500px;
    height: 22px;
    border-width: 1px;
    font-size: 13px;
}
.form textarea.txt{
    background-color: rgb(212,208,205);
    width: 253px;
    height: 100px;
    border-width: 1px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 13px;
}
.form input.inpSmall{
    background-color: rgb(212,208,205);
    width: 120px;
    height: 22px;
    border-width: 1px;
}
.form input.inpSmall2{
    background-color: rgb(212,208,205);
    width: 100px;
    height: 22px;
    border-width: 1px;
}
.form input.inpChbox{
	border: 0px;
}
.form .inp_error{
    /*border: 2px rgb(237,28,36) solid;*/
}
.form .btnOdeslat{
	width: 67px;
	height: 27px;
	display: block;
    background: url(../../images/layout/default_cz/textove/btn_odeslat_bg.gif) no-repeat;
    border: 0px;
    cursor: pointer;
}
.form .btnDalsiKrok{
	width: 95px;
	height: 27px;
	display: block;
    background: url(../../images/layout/default_cz/textove/btn_dalsi_krok_bg.gif) no-repeat;
    border: 0px;
    cursor: pointer;
}
.form .btnSpustitRegistraci{
	width: 121px;
	height: 27px;
	display: block;
    background: url(../../images/layout/default_cz/textove/btn_spustit_registraci_bg.gif) no-repeat;
    border: 0px;
    cursor: pointer;
}
.form .btnZpet{
	width: 67px;
	height: 27px;
	display: block;
    background: url(../../images/layout/default_cz/textove/btn_zpet_bg.gif) no-repeat;
    border: 0px;
    cursor: pointer;
}
.form a.btnZpet{
	display: block;
	font-size: 0px;
    text-decoration: none;
}
.form a.btnZpet:hover{
    text-decoration: none;
}

.form .btnHledat{
	width: 59px;
	height: 27px;
	display: block;
    background: url(../../images/layout/default_cz/textove/btn_hledat_bg.gif) no-repeat;
    border: 0px;
}

#search_box{
	width: 135px;
	float: right;
    position: relative;
    top: 124px;
    right: 10px;
}
#search_box input.inp{
    background-color: rgb(212,208,205);
    width: 103px;
    height: 22px;
    border-width: 1px;
    display: block;
    float: left;
}
#search_box .btnOdeslat{
	width: 26px;
	height: 21px;
    background: url(../../images/layout/default_cz/lupa.gif) no-repeat;
    border: 0px;
    display: block;
    float: right;
    position: relative;
    top: 2px;
}

table.form .column1, table.form .column2, table.form .column3{
	width: 255px;
	padding-left: 0px;
}
table.form table.captchaTable{
    border-collapse: collapse;
    text-align: left;
    border: 0px;
    margin: 0px;
}
table.form table.captchaTable td{
	padding: 0px;
}
table.form .captchaImg{
	width: 130px;
}
table.form .img_gen{
	/*border: 1px rgb(161,161,161) solid;*/
    position: relative;
    top: -9px;
}
table.form .column_sep{
	width: 30px;
}


/**
 *  Novinky
 */
div.news_item{
	margin-bottom: 20px;
	cursor: pointer;
}
div.news_in_box_item{
	margin-bottom: 10px;
    cursor: pointer;
}
div.news_in_box_item a{
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
div.news_in_box__item a:hover{
    text-decoration: underline;
}


/**
 *  Fotogalerie
 */
div.fotogalerie{
	margin-left: auto;
	margin-right: auto;
    text-align: left;
}
div.fotogalerie img{
	border: 0px;
}

div.fotogalerie a{
	display: block;
	float: left;
}
div.fotogalerie .images_separator{
	display: block;
	float: left;
	width: 10px;
	font-size: 1px;
}
div.fotogalerie .lines_separator{
	display: block;
	height: 10px;
	clear: both;
	font-size: 1px;
}

div.clear{clear:both; font-size:0p; width:1px; height:1px; overflow: hidden;}


/**
 * Steankovani
 */
.strankovani{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.strankovani a{
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
    color: rgb(171,158,149) !important;
    font-size: 11px;
    text-decoration: none;
}
.strankovani a:hover{
    text-decoration: none;
}
.strankovani a.selected, .strankovani a.selected strong{
    color: rgb(247,93,43)  !important;
    font-size: 11px  !important;
}
.strankovani a.left_arrow img{
    text-align: center;
    border: 0px;
    position: relative;
    top: 2px;
}
.strankovani a.dbl_left_arrow img{
    text-align: center;
    border: 0px;
    position: relative;
    top: 2px;
}
.strankovani a.right_arrow img{
    text-align: center;
    border: 0px;
    position: relative;
    top: 2px;
}
.strankovani a.dbl_right_arrow img{
    text-align: center;
    border: 0px;
    position: relative;
    top: 2px;
}


#tooltip_id{
	width: 370px;
	height: 140px;
    position: absolute;
    text-align: left;

    background-color: rgb(233,229,226);
    border: 2px rgb(159,140,110) solid;
    color: rgb(0,0,0);
	font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;

    z-index: 10000000;
}

span.textSmall{
	font-size: 11px;
}