
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

A:link{color : #000000; font-size : 12px;  text-decoration : none;   }
A:visited{color : #000000;   font-size : 12px; text-decoration : none;}
A:hover{color : #ff0000; font-size : 12px; text-decoration : underline;}

.mover {
	background: #f0f0f0;
}
.inzerat {
	border: 1px solid black;
	margin-bottom: 10px;
	text-align:left;
	
}

.inzerat .lista {
	background-color: gray;
	padding: 5px;
	color: white;
}

.inzerat .lista a  {
	color: white;
}

.inzerat .text  {
	padding: 5px;
}

.inzerat .text .img {
	float: left;
	width: 150px;
}

.inzerat .text .mal {
	width: 60px;
	
}

.clear{
      display: table; 
      width: 100%;
      _clear: both;
      font-size: 0;
      height: 0px;
      line-height: 0; 
}
.neschvalen .lista {
	background-color: red;
}

.neschvalen {
	
	border: 1px solid red;
}

.syslista {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid gray;
}

th {
	text-align: center;
	background-color: #f0f0f0;
}


th a {
	color: black;
}
a.arrow_up,
a.arrow_down {
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 18px;
	color:red;
	
}
a.arrow_up {
	background-image: url(../img/arrow_up.png);
}

a.arrow_down {
	background-image: url(../img/arrow_down.png);
}
