
a img
{
	border: none;
}

/*********************************************/
/*TEXTS*/
/*********************************************/
span.h24 { font-size: 24px;}
span.h12 { 
			font-size: 12px;
		    padding-bottom: 5px;
		 }

span.boja
{
	color: #564840;
}

span.bold
{
	font-weight: bold;
}

/*********************************************/
/*FOOTER*/
/*********************************************/
table.footer
{
	font-size: 10px;
	padding: 20px;
}

/*********************************************/
/*CONTENT*/
/*********************************************/
table.listing
{
	font-family: Verdana;
	font-size: 11px;
	width: 595px;		
}


table.listing td.listingContent
{
	padding: 3px 20px 10px 20px;
		
}

table.listing img
{
	border: none;
}

table.listElement 
{		
	border-bottom:solid 1px #a4a2a2;
	border-top:solid 1px #a4a2a2;
	height: 79px;
	width:100%;
	background-color: White;

} 
table.listElement a
{
	text-decoration:none;
}

table.listElement td.elementTitle 
{
	padding:3px 3px 0px 3px;
	vertical-align: top;		
}


table.listElement div.shortDesc 
{
	padding-left: 5px;
	font-size: 11px;	
}

table.listElement img 
{
	flaot: left;
	margin-top: -5px;
}

/*********************************************/
/*LINK BUTTON*/
/*********************************************/
/*
a.linkButton
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9px;
	color: White;
	text-decoration: none;
	display: block;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	cursor: hand;
}
*/

a.linkButton
{
	font-family: Verdana;	
	text-decoration: none;	
	display: inline-block;
	cursor: hand;	
}

a.linkButton:hover
{
	text-decoration: none;
}


a.linkButton span.bottomPanelLink
{	
	font-size: 10px;
	color: white;
	margin: 0px;
	padding: 0px;
}


/*********************************************/
/*BUTTON PANEL*/
/*********************************************/
div.bottomPanel
{
	padding: 3px 25px 0px 25px;
	margin: 2px 0px 0px 0px;
	width: 100%;
	height: 18px;	
	text-align: right;	
}

div.bottomPanelPrevoz
{
	background-color: #564840; /*#f1b873;*/
}

