/*uvodni stranka inzerce*/
.container
{
	position:relative;
	float:left;
	left:7px;
	width:635px;
	height:auto;
	padding: 0 0 0 0px;
	margin: 20px 0 30px 0;
	background-color:inherit;
	border:0px black solid;
	z-index:1;
}

.containerAdmin
{
	position:relative;
	float:left;
	left:10px;
	width:635px;
	height:auto;
	padding: 0 0 0 0;
	margin: 20px 0 30px 0;
	background-color:inherit;
	border:0px black solid;
	z-index:1;
}

.logo_inzerce
{
	position:relative;
	float:left;
	width:180px;
	height:120px;
	top:0;
	left:0;
	z-index:2;
}

h1.inzerce_nadpis
{
	font-size:18px;
	font-weight:bold;
	width:100%;
	padding: 2px 0 5px 0;
	margin: 0 0 5px 0;
	color:#C71F17;
	text-align:center;
}

.MenuInzerce /*levy navigacni panel*/
{
	position: relative;
	float:left;
	top:0;
	left:0;
	
	padding:5px;
	margin: 0 0 15px 0;
	width:170px;
	height:auto;
	text-align:left;
	background: #F8E9EB url("../grafika/backgnd_menu.png") repeat-x 0 0;
	border: 2px solid #444;
	z-index:2;
}

 /*box operaci v inzerci - vlozit, zobrazit podminky....*/
.MenuInzerceMoznosti
{
	position:relative;
	float:left;
	top:0;
	left:0;
	margin: 0 0 15px 0;
	padding:5px;
	
	background-color: #FFF;
	border: 2px solid #444;
	width:170px;
	height:auto;
}

.reklama-inzerce
{
	position:relative;
	float:left;
	top:0;
	left:1px;
	margin: 0 0 15px 0;
	margin-bottom:15px;
	
	width:180px;
	height:300px;
	border: 1px solid #555;
	z-index:2;
}


.reklama-externi
{
	position:relative;
	float:left;
	top:0;
	left:0;
	
	width:180px;
	height:auto;
	border: 1px solid #555;
	z-index:2;
}


ul.inzerce {margin: 5px 15px 0 3px; list-style:none;}

li#zamestnani {background: url(../grafika/ikony/prace.gif) no-repeat 0 50%; margin: 7px 0 7px 7px; padding: 5px 0 0 31px; height:22px;}
li#nemovitosti {background: url("../grafika/ikony/nemovitosti.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#elektro {background: url("../grafika/ikony/elektro.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#auto {background: url("../grafika/ikony/auto-moto.gif") no-repeat 0 50%; margin: 7px 0 7px 0px; padding: 5px 0 0 38px; height:22px;}
li#seznamka {background: url("../grafika/ikony/seznamka.gif") no-repeat 0 50%; margin: 7px 0 7px 0px; padding: 5px 0 0 35px; height:22px;}
li#sluzby {background: url("../grafika/ikony/sluzby.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#zvirata {background: url("../grafika/ikony/zvirata.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#ostatni {background: url("../grafika/ikony/ostatni.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#ivlozit {background: url("../grafika/ikony/add.png") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#ipodminky {background: url("../grafika/ikony/inzerat_podminky.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#idelete {background: url("../grafika/ikony/delete.png") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#iedit {background: url("../grafika/ikony/edit.png") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}
li#nejnovejsi {background: url("../grafika/ikony/nejnovejsi.gif") no-repeat 0 50%; margin: 7px 0 7px 4px; padding: 5px 0 0 34px; height:22px;}


/*stylovani odkazu v levem navigacnim panelu inzerce*/
a.InzercePanelLink, a.InzercePanelLink:link, a.InzercePanelLink:visited
{
	text-decoration:underline;
	color:#000;
	font-size:13px;
}

a.InzercePanelLinkBlue, a.InzercePanelLinkBlue:link, a.InzercePanelLinkBlue:visited
{
	text-decoration:underline;
	/*font-weight:bold;*/
	color:#003399;
	font-size:13px;
}

a.InzercePanelLinkGreen, a.InzercePanelLinkGreen:link, a.InzercePanelLinkGreen:visited
{
	text-decoration:underline;
	/*font-weight:bold;*/
	color:#669900;
	font-size:13px;
}

a.InzercePanelLinkRed, a.InzercePanelLinkRed:link, a.InzercePanelLinkRed:visited
{
	text-decoration:underline;
	/*font-weight:bold;*/
	color:#cc3300;
	font-size:13px;
}

a.InzercePanelLink:hover, a.InzercePanelLink:active, 
a.InzercePanelLinkBlue:hover, a.InzercePanelLinkBlue:active, 
a.InzercePanelLinkGreen:hover, a.InzercePanelLinkGreen:active,
a.InzercePanelLinkRed:hover, a.InzercePanelLinkRed:active
{
	color:#aaa;
	font-size:13px;
	text-decoration:underline;
}

 /*vyhledavaci box*/
.searchboxInzerce
{
	position:relative;
	float:left;
	top:0;
	left:0;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
	
	width:180px;
	height:auto;
	font-size:14px;
	background-color: #FAFAFA;
	border: 2px solid #993333;
	z-index:2;
}

.searchboxInzerce INPUT
{
	border: 1px solid #993333;
}

.searchboxInzerce FORM
{
	margin:0;
	padding:0;
}



/*stylovani stranky s podminkami*/
.InzercePodminky
{
	position:relative;
	float:left;
	left:0;
	top:0;
	padding:0;
	margin:0;
	width:600px;
	height:auto;
	font-size:14px;
	color:#555;
	text-align:left;
	z-index:2;
}

li.InzercePodminkyLI
{
	font-size:14px;
	font-weight:bold;
}

 h1.InzercePodminkyH1
{
	font-size:16px;
	font-weight:bold;
	color:#993333;
}

 h2.InzercePodminkyH2
{
	margin-top:50px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:center;
}


/* stranka s formularem pro pridani inzeratu*/
.InzerceFormular
{
	position:relative;
	float:left;
	left:28px;
	top:0;
	padding:0;
	margin:0;
	width:600px;
	height:auto;
	font-size:12px;
	z-index:2;
}

.chyba
{
	position:relative;
	float:left;
	left:100px;
	top:0;
	padding:10px;
	margin:0;
	margin-bottom:10px;
	width:425px;
	height:auto;
	color:#990000;
	font-size:14px;
	font-weight:bold;
	background:#ff9999;
	border:2px #990000 solid;
	z-index:2;
}

.InzerceFormular TABLE
{
	font-size:12px;
	width:500px;
	text-align:left;
}

.InzerceFormular INPUT
{
	font-size:14px;
	border: 1px #AAA solid;
}

.InzerceFormular LEGEND
{
	color:#993333;
	font-weight:bold;
}

.InzerceFormular SELECT
{
	font-size:12px;
}

.InzerceFormular FIELDSET
{
	border: 1px #cc3300 solid;
	padding:15px;
	width:550px;
	background-color:#fff;
}

.InzerceFormular IMG
{
	position:relative;
	float:left;
}


.povinne
{
	color: #F00;
	font-weight:bold;
}

.VysledekAkce
{
	position:relative;
	float:left;
	top:5px;
	font-size:14px;
	left:57px;
	padding:10px 10px 10px 10px;
	margin:0 0 20px 0;
	width:508px;
	height:100px;
	font-size:12px;
	z-index:2;
	color:#000;
	background:#fff;
}

#StatusOK{
	border:2px #339900 solid;
}

#StatusError{
	border:2px #990000 solid;
}


.VysledekAkce IMG.obr
{
  position:absolute;
	left:20px;
	top:30px;
}

.VysledekAkce .text
{
  position:absolute;
  width:400px;
  height:100px;
	left:80px;
	top:10px;
}

#vysledek-dotazu
{
	color:#777;
	font-size:12px;
}


/*navigacni lista*/
.navigace
{
	position:relative;
	width:622px;
	height:22px;
	float:left;
	margin: 4px 0 5px 0;
	padding: 5px 5px 0 5px;
	border:2px solid #444;
	background-color:#e46646;
}

span.leftNavig
{
  position:relative;
  float:left;
  text-align:left;
  font-size:12px;
  width:autp;
  height:20px;
  color:#000;
}

span.rightNavig
{
  position:relative;
  float:right;
  text-align:right;
  width:auto;
  height:20px;
  font-size:14px;
  color:#000;
}


/*container filtr*/
.filtr{
  position:relative;
  float:left;
	width:626px;
	height:55px;
	margin: 0 0 15px 0;
	/*border:1px black solid;*/
	padding: 3px 5px 0 5px;
	font-size:13px;
	color:#333;
	background-color:#eee;
}

.filtrForm{
  padding:0;
  margin:0;
	border:0px black solid;
}


.filtrHead{
  font-weight:bold;
  font-size:13px;
  margin-bottom:5px;
}

.filtr input.btnSubmit{
  margin-left:10px;
  font-size:13px;
}

/*container filtr*/

/*stylovani vypsaneho inzeratu*/
.inzerat
{
	position:relative;
	float:left;
	width:634px;
	height:auto;
	top:0;
	left:0;
	margin:0;
	padding:0;
	margin-bottom:15px;
	z-index:2;
	border:1px #ccc solid;
}

.inzeratMarked{
  position:relative;
	float:left;
	width:634px;
	height:auto;
	top:0;
	left:0px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	z-index:2;
  border:1px #ccc solid;
}

.inzeratAdministrace
{
	position:relative;
	float:left;
	width:634px;
	height:auto;
	top:0;
	left:0;
	margin:0;
	padding:0;
	margin-bottom:15px;
	z-index:2;
	border:1px #ccc solid;
}

.inzerat-hlavicka
{
	position:relative;
	width:49%;
	height:20px;
	float:left;
	color:#999;
	font-size:12px;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;	
}

.vysledekhledani
{
	position:relative;
	float:left;
	width:99%;
	height:auto;
	margin:0;
	padding:0;
	color:#777;
	text-align:center;
	font-size:13px;
}


a.inzerat-navigace, a.inzerat-navigace:link, a.inzerat-navigace:active, a.inzerat-navigace:hover, a.inzerat-navigace:visited
{
	color:#3333CC;
	font-family:Arial CE;
	font-size:12px;
}

h2.inzeratH2
{
	width:630px;
	padding: 5px 0 5px 5px;
	text-align:left;
	/*background-color:#336699;*/
	background-color:#960001;
}

h2.inzeratH2marked
{
	width:629px;
	padding: 5px 0 5px 5px;
	text-align:left;
	background-color:#ffcc00;
}

a.anchorMarked{
   font-size:14px;
   color:#960001;
   text-decoration:none;	
   font-weight:bold;
   cursor:default;
}

a.anchor{
   font-size:14px;
   color:#ffcc00;
   text-decoration:none;	
   font-weight:normal;
   cursor:default;
}

.datum
{
	position:absolute;
	width:auto;
	height:auto;
	right:10px;
	top:5px;
	font-size:11px;
	color:#DDD;
	z-index:2;
}

#datumMarked
{
	color:#000;
}

.inzerat-text-nofoto
{
	position:relative;
	width:98%;
	min-height:30px;
	_height:35px;
	float:left;
	top:0;
	left:0;
	margin: 5px 0 5px 5px;
	font-size:13px;
	color:#000;
	z-index:2;
}

.inzerat-text-foto
{
	position:relative;
	width:80%;
	min-height:95px;
	_height:95px;
	float:left;
	top:0;
	left:0;
	margin: 5px 0 5px 5px;
	font-size:13px;
	color:#000;
	z-index:2;
}
.inzerat-foto
{
	position:absolute;
	margin:0;
	padding:5px;
	font-size:1px;
	width:auto;
	height:auto;
	top:40px;
	right:10px;
	z-index:3;
	border:1px #004499 dashed;
	background:#EEE;
}

.inzerat-foto IMG, a
{
	padding:0;
	margin: 0;	
}

.inzerat-info
{
	position:relative;
	float:left;
	width:80%;
	height:auto;
	margin: 10px 0 5px 5px;
	padding-bottom:5px;
	font-size:12px;
	color:#000;
	border:0px black solid;
}

.inzerat-info .infoText{
  position:absolute;
  margin-top:2px;
  margin-left:5px;
}

.inzerat-control
{
	position:absolute;
	bottom:3px;
	right:2px;
	width:60px;
	height:25px;
	color:#000;
	border:0px #999 solid;
	text-align:right;
	z-index:3;
}

/*ikony edit, delete*/
a.edit, a.edit:link, a.edit:active, a.edit:visited{
  position:relative;
  float:left;
  width:23px;
  height:23px;
  background: #F00 url('../grafika/ikony/edit-grey.png') 0 0;
}

a.edit:hover{
  background: #FF0 url('../grafika/ikony/edit.png') 0 0;
}

a.delete, a.delete:link, a.delete:active, a.delete:visited{
  position:relative;
  float:left;
  width:23px;
  height:23px;
  background: #0FF url('../grafika/ikony/delete-grey.png') 0 0;
  margin-left:10px;
}

a.delete:hover{
  background: #00F url('../grafika/ikony/delete.png') 0 0;
}


a.inzerce-mail, a.inzerce-mail:link, a.inzerce-mail:active, a.inzerce-mail:hover, a.inzerce-mail:visited
{
	font-size:12px;
	text-decoration:underline;
	color: #336699;
	font-weight:normal;
}

/*inzerat v nahledu*/
.inzeratnahled
{
	position:relative;
	width:619px;
	height:auto;
	top:4px;
	margin: 0 0 4px 0;
	padding: 5px 5px 5px 15px;
	text-align:left;
	font-size:11px;
	background: #F4D1BB url('../grafika/background_nahled.png') top left repeat-y;
	/*border-right: 1px #DC392A solid;*/
	/*border-top: 1px #DC392A solid;*/
	/*border-bottom: 1px #DC392A solid;*/
}

h2.h2inzeratnahled
{
	font-size:13px;
	color:#000;	
	text-align:left;
	width:72%;
	height:27px;
}

a.Ainzeratnahled, a.Ainzeratnahled:link, a.Ainzeratnahled:active, a.Ainzeratnahled:hover, a.Ainzeratnahled:visited
{
	font-size:13px;
	color:#000;
	text-decoration:underline;
	text-align:left;
}

.inzeratnahled_ikona
{
	position:absolute;
	right:9px;
	top:15px;
	z-index:3;

}

.inzeratnahled_datum
{
	position:absolute;
	right:45px;
	width:110px;
	top:7px;
	z-index:3;
	text-align:right;
	color:#666;
	font-size:11px;
	font-style:normal;
}

.inzeratnahled_kategorie
{
	position:absolute;
	right:45px;
	width:110px;
	top:28px;
	z-index:3;
	text-align:right;
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}
/*inzerat v nahledu*/


.clearing15px{
  position:relative;
  clear:both;
  width:100%;
  height:15px;
}

hr.clearingHr{
  position:relative;
  clear:both;
  width:100%;
  height:1px;
  border:0px;
}

select.SelectSekce{
  width:50px;
}







