body {
      background-color: #000;
      margin: 0;
      font-family: Tahoma, Arial ce, Arial;
      font-size: 12px;
      text-align: center;    
	  background-image: url(../layout/body_bg.png); 
      background-repeat: repeat-x;
      color: #fff;
      
}

#obal {
      height: 422px;
	  background-image: url(../layout/top_body_bg.jpg);
	  background-position: top center; 
      background-repeat: no-repeat;
      margin: auto;          
}

#header {
      height: 249px;
      width: 960px;
	  margin: auto;
      position: relative;    
}

#flags {
	position: absolute;
	right: 15px;
	bottom: 8px;
		
}

#flags img {
	border: none;
	margin-left: 5px;
		
}

.logolink {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 350px;
	height: 100px;
}
.logolink span {
	display: none;
}


#menu {
    position: absolute;
    bottom: 6px; 
    left: 10px;
}

#menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 25px;
    float: left;
    margin-left: 2px;
    font-size: 13px;
    border-left: 1px solid #d880d3;
    font-weight: bold;
}

#menu a.first {
    border-left: 0px solid #d880d3;
}
#menu a:hover {
    color: #000;
}

#menu a .space {
	padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

#content {
      width: 960px;
      margin: auto; 
      background-repeat: repeat-y;
      background-image: url(../layout/cont_bg.png);
      padding-bottom: 100px;
}

#content2 {
      width: 960px;
      background-repeat: no-repeat;
      background-image: url(../layout/cont_bg2.jpg);
}
#paticka {
      width: 960px;
      height: 50px;
      clear: both;
      margin: auto;
      background-repeat: no-repeat; 
      background-image: url(../layout/paticka_bg.jpg);
      font-size: 11px;
      color: #808080;
      margin-bottom: 20px;
}
#paticka .space {
      padding-top: 10px;
}
#paticka a {
      color: #808080;
}
#paticka a:hover {
	  color: #fff;
}


.sl_box {
	width: 180px;
	margin-top: 15px;
}
.sl_box .top {
	height: 40px;
	background-image: url(../layout/sl_box_top.png);
	background-repeat: no-repeat;
	font-size: 16px;
}
.sl_box .top .space {
	padding-top: 11px;
	padding-left: 40px;
}
.sl_box .middle {
	background-image: url(../layout/sl_box_middle.png);
	background-repeat: repeat-y;
}

.sl_box .middle .space {
	padding: 5px;
	padding-top: 11px;
}
.sl_box .bottom {
	height: 11px;
	background-image: url(../layout/sl_box_bottom.png);
	background-repeat: no-repeat;
}
.sl_box .list_odkaz {
	display: block;	
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 14px;
	background-image: url(../layout/kul.png);
	background-position: 5px 7px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.sl_box .list_odkaz .space {
	padding-left: 22px;
}


td,p,ul,th {
      font-size: 12px;
      line-height: 150%;
}

p {
      padding-top: 5px; 
      padding-bottom: 5px;
}

th a {
	color: black
}

th {
	text-align: center;
}

a.arrow_up,
a.arrow_down {
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 18px;
}

th a {
	color: black
}
a.arrow_up {
	background-image: url(../layout/arrow_up.png);
}

a.arrow_down {
	background-image: url(../layout/arrow_down.png);
}





.myclear {
      display: table; 
      width: 100%;
      _clear: both;
      font-size: 0;
      height: 0px;
      line-height: 0;      
}


.myclear2 {
      clear: both;      
}

.float_container {
      width: 100%;
      float: left;
}

#content .admin_obsah {
		margin-left: 0px;
      	width: 750px;
}

#obsah_vnitrek {   
      padding: 10px;
      padding-top: 15px;
      min-height: 500px;
}

#content .admin_obsah #obsah_vnitrek  {
      padding-left: 20px;
}

#pravy {
	float: right;
	width: 194px;
	xbackground-color:lime;	
	text-align: left;
}
#levy {
	float: left;
	width: 194px;
	xbackground-color:lime;
	text-align: left;
}
#obsah { 
		margin-left: 194px;
		_margin-left: px;
      width: 572px;
      _width: 566px;
      text-align: left;
	xbackground-color:red;	
}

#levy_vnitrek {
	padding-left: 10px;
}

#pravy_vnitrek{
	padding-right: 10px;
}


h1 {
      margin:0;
      padding:0;
      color: #fff;
      font-weight: normal;
      font-size: 22px;
      margin-top: 20px;
}

h2 {
      margin:0;
      padding:0;
      color: #000;
      font-weight: normal;
      font-size: 16px;
      margin-top: 20px;
}




form {
  margin: 0;
}

.ok {
  font-weight: bold;
  color: green;		
  background-image: url(../layout/ok.png);
  background-position: 7px center;
  background-color: #d7ffb4;
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 45px;  
  border: 1px dashed green;
  margin: 10px 0 10px 0;
}
.chyba {
  font-weight: bold;
  color: #fff;	
  background-image: url(../layout/error.png);
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 35px;  
  border: 0px dashed #fff;
  background-position: 7px center;
  background-color: #a90000;
  margin: 10px 0 10px 0;
}

.center {
	text-align: center;	
}

 .vypis {
      border-spacing: 0;
      border-collapse: collapse;
      width: 100%;
      margin-top: 10px;
}

.vypis td,
.vypis th {
      border: 1px solid #282828;
      padding: 5px;
      line-height: 150%;
}

.vypis th {
      background-color: #282828;
}

.edit_link {
	color: green;	
}

.del_link {
	color: red;	
}

.nezap_link {
	background-color: red;
	color: white;
	padding:2px;	
}

.nezap_link:hover {
	background-color: silver;
	color: black;	
}

.zaplaceno {	
	color: green;	
}

.del_link:hover,
.edit_link:hover {
	color: #fff;	
}

.strankovani {
      font-size: 14px;
      text-align: right;
      padding: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
}

.strankovani a {
}

.strankovani strong {
}
.strankovani a:hover {
}

.calendar_ico {
	border-width: 0;
	position:relative;
	top: 3px;
}


th a {
	color: white
}

th {
	text-align: center;
}
.box label {
	padding-top: 10px;	
	padding-bottom: 2px;	
}
label {
	display: block;
}
.sloupcove .pol {
	width: 150px;
	float: left;
}
label.label_checkbox {
	display: inline;
	padding-right: 10px;
	cursor: pointer;
}
label.radio_label {
	display: inline;
}
label.povinne {
	background: url(../layout/star.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	font-weight: bold;
}

legend.povinne {
	background: url(../layout/star.png);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 7px;	
	font-weight: normal;
	color: #fff;
}
.textinput {
  border: 1px solid #000;
  background-color: #a0a0a0;
}

.nevyplneno{
  border: 2px solid #f00;
  background-color: #ffeae1;
}

.textinputA {
	width: 235px;
}

.textinputB {
	width: 600px;
}

.textinputC {
	width: 180px;
}

.selectA {
	width: 250px;
}

.textareaA {
	width: 500px;
	height: 50px;
}

.langcz {
	background: url(../lang/cz/flag_small.gif);
}
.langde {
	background: url(../lang/de/flag_small.gif);
}
.langen {
	background: url(../lang/en/flag_small.gif);
}

.langcz,
.langde,
.langen {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.textareaB {
	width: 500px;
	height: 100px;
}
	

.button {
	margin-top: 10px;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #a0a0a0;
}

.button_search {
	cursor: pointer;
	margin-top: -18px;
	position: relative;
	top: 12px;
	margin-left: 15px;
}

a {
	color: #fff;
}
a:hover {
	color: #a0a0a0;
}

.formular td {
	padding: 10px;
}

fieldset {
	border: 1px solid #b100a7;
	background-color: #282828;
	margin-top: 10px;
}

legend {
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	color: #fff;
}
#simpleTooltip { padding: 7px; border: 1px solid #000; background: #fff; text-align: left;     }

.pridat {
	background-image: url(../layout/add.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0 1px;
}

.zpet {
	background-image: url(../layout/back.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 1px;
}

.tl_sipka {
	font-weight: bold;
	color:	#fff;
	cursor: pointer;
	font-size: 11px;
	margin-top: 15px;
	padding: 3px;
	background-color: #8c00b4;
	width: 15px;
	text-align: center;
}

img.kkod {
	cursor: pointer;	
}

img {
	border: none;	
}

.cnt {
	color: #909090;
	font-size: 11px;
}



.prilohy h2,
.kontakt h2{
	font-size: 13px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}
.prilohy .priloha {
	display: inline;
	padding: 10px;
}

.prilohy .priloha a {
	padding:5px;
	padding-left: 19px;
	background-image: url(../layout/priloha.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	
}

.kontakt table{
	margin: 10px;
}

.kontakt table td {
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
}

.kontakt table td.h {
	font-weight: bold;
	border-right: 1px solid #f0f0f0;
	background-color:  #f0f0f0;
	width: 130px;
}

.checkboxes {
	padding: 5px;
}

.infoImage {
	cursor: help;

}

.dodavatel_vypis {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin-top: 10px;

}

.dodavatel_vypis h3 {
	margin: 0;
}

.logo {
	float: right;
	border: 1px solid #a0a0a0;
	margin-left: 10px;
}

.dodavatel_vypis .popisek {
	font-size: 11px;
	padding-top: 5px;
}



.inline_label {
	display: inline;
	padding-right: 20px;
}

.hled {
	background-color: yellow;
}

.linkico {
	border-width: 0;
}

.detail_vyzva{
	background-color: #f2ffea;
	border: 1px solid black;
	width: 500px; height: 300px;
	text-align: left;
	padding: 10px;
}

.icoImage {
	border-width: 0;
	margin-top: 10px;	
}

.noborder {
	border-width: 0;
}


.drob_navigace {
	font-size: 11px;
	
}
.drob_navigace em {
	font-style: normal;
	
}


/** ***************/


.box_sekce {
	background-color: #a0a0a0;
	margin-bottom: 30px;	
}

.box_sekce a {
	color: #000;	
}

.box_sekce .space {
	padding: 10px;	
}


.box_sekce h2 {
      margin:0;
      padding:5px;
      color: #000;
      font-weight: bold;
      font-size: 15px;
      background-color: #a1a1a1;
}

.admin_stranka {
	padding: 5px;	
	background-color: #fff;
	margin: 5px;
}
.admin_stranka .btns {
	float: right;
}

.inline {
	display: inline;	
}
.bold {
	font-weight: bold;	
}
.odsazeno {
   margin-left: 40px;
}

.fotogalerie_nahled {
	background-color: #f0f0f0;
	border: 1px solid gray;
	float: left;
	margin: 10px;
	padding: 10px;
}

.fotogalerie_nahled:hover {
	background-color: #fde3b2;
}

.priloha {
	padding: 5px;
	padding-top: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 14px;	
}

.inzerce_box {
	width: 180px;
	height: 300px;
	float: left;
	background-image: url(../layout/bg_inzerce_box.png);
	margin-left: 2px;margin-right: 2px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #a6a6a6;
	  _width: 165px;
}
.inzerce_box:hover {
	background-image: url(../layout/bg_inzerce_box_hover.png);
	color: #fff;
}
.inzerce_box .nadpis_boxu {
	font-size: 13px;
	padding: 8px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: bold;	
	text-align: center;
}

.inzerce_box img {
	border: 1px solid #c540bd;
	_border: 0px solid silver;
}

.inzerce_box .text {
	padding: 5px;
		padding-top: 10px;
		
}

.search_form {
      background-image: url(../layout/bg_form.png);
      background-repeat: no-repeat; 
      width: 590px;
      height: 280px;
      position: relative;
      _width: 565px;
	float: left;
}

.search_form_in {
	position:absolute; top: 60px;
	left:55px;
	width: 530px;
	height: 215px;	
}

.s_polozka {
	float: left;
	margin-right: 30px;
	width: 230px;
}


.s_polozka label {
color: #fff;
font-weight: bold;
padding: 5px;
margin-top: 10px;
}

.s_polozka select {
	width: 230px;
  border: 1px solid #000;
}

.search_btn {
	background-color: #a4e6ff;
	border-width: 1px;
	margin-top: 10px;
	cursor: pointer;
	padding: 3px;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	bottom: 40px;
	right: 50px;
	&width: 150px;
}

#detail_inzerce {
	background-color: #282828;
	border: 1px solid #b100a7;
	margin-top: 10px;
	
	position: relative;
}

.detail_hlavni_foto {
	margin: 15px;
	border: 1px solid #000;
}
#detail_inzerce .popis {
}
#detail_inzerce .popis td {
	padding: 5px;
}

#detail_inzerce #detail_foto_box {
	float: left;	
	width: 250px;
}

#detail_inzerce .detail_dalsi_foto {
	float: left;	
	width: 66px;
	height: 100px;
	margin-left: 13px;
	margin-bottom: 15px;
	text-align: center;	
}

#detail_inzerce .detail_dalsi_foto img {
	border: 1px solid #000;
	margin: auto;
}

#detail_inzerce .text {
padding: 15px;
}
#detail_inzerce .big {
font-size: 16px;
color: #b100a7;
}

.hidde {
	display: none;
}

.show {
	display: block;	
}

.dz_cont .fotogalerie_nahled {
margin-right: 5px;
}

.dalsi_terminy {
	padding: 10px;
	line-height: 150%;
}

.dalsi_terminy a {
color: #0c9cd3;
}

.dalsi_terminy a.last {
	color: red;
}

.dalsi_terminy strong {
	color: red;
}


.vyprodano {
	text-decoration: line-through;
}

.right {
	text-align: right;	
}

.radek_vyprodano td.m {
	text-decoration: line-through;
	color: gray;	
}

.nahled_banneru_box{
	position: relative;
	cursor: auto;
	width: 33px;
	height: 33px;
	background-image: url(../layout/oko.gif);
	text-align: center;
}
.nahled_banneru{
	position: absolute;
	top: 10px;
	left: 33px;
	display: none;
	border: 1px solid gray;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
}
tr.neaktivni {
	color: gray;
}

.leftbanner{
	width: 150px;
	text-align: center;
	margin-top: 15px;
}

.rightbanner{
	width: 150px;
	text-align: center;
	margin-top: 15px;
}

#cms_obsah img {
	border: 1px solid black;
}

.hp_var {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 70px;
	height: 90px;
	float: left;
	text-align: center;
	position: relative;
	margin: 10px;
	background-color: #fcf6e6;
	padding: 4px;
}

.hp_var input {
	position: absolute;
	bottom: 3px;
	left: 32px;
	
}


.button2 {
	cursor: pointer;
}

.doporucujeme_box1 .middle,
.doporucujeme_box2 .middle {
	text-align: center;	
}

.doporucujeme_box1 img,
.doporucujeme_box2 img {
	border: 1px solid #b100a7;	
	margin-bottom: 10px;
}

.doporucujeme_box1 a,
.doporucujeme_box2 a {
	color: #a6a6a6;	
	text-decoration: none;
}

.doporucujeme_box1 a:hover,
.doporucujeme_box2 a:hover {
	color: #f0f0f0;	
}

.doporucujeme_box1 .top {
	background-image: url(../layout/sl_box_top_dk.png);
}

.doporucujeme_box1 .middle {
	background-image: url(../layout/sl_box_middle_dk.png);
}

.doporucujeme_box1 .bottom {
	background-image: url(../layout/sl_box_bottom_dk.png);
}

.doporucujeme_box1 img {
	border: 1px solid red;
}

.doporucujeme_box2 .top {
	background-image: url(../layout/sl_box_top_do.png);
}

.doporucujeme_box2 .middle {
	background-image: url(../layout/sl_box_middle_do.png);
}

.doporucujeme_box2 .bottom {
	background-image: url(../layout/sl_box_bottom_do.png);
}

.doporucujeme_box2 img {
	border: 1px solid #2989db;
}

.souvisejici {
	float: left;
	text-align: center;
	text-decoration: none; 	
}
.souvisejici img {
	border: 1px solid #b100a7;	
	margin: 10px;
}

.upravit_inzerci {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	color: gray; 
}

#form_search {
	border: 1px solid gray;
	padding: 10px; 	
	margin-top: 10px;
	margin-bottom: 10px;
		position: relative;
}

#form_search a {
	color: gray;
}
#form_search td {
	padding: 10px; 	
}

#search_sluzby {
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #282828;
	border: 1px solid gray;
	padding: 10px;
	width: 470px;
	}
