@charset "utf-8";
/* CSS Sprogar */

/* CMS BARVE 
#ff0000 - rdeča
#000000 - črna
#ffffff - bela
#606060 - siva
*/

@media print 
{
	body * {visibility:hidden;}
	#natisni * {visibility:visible;}
	#natisni {position:absolute; top:0px; left:0px;}
	#krediti * {visibility:hidden;}
	#gumbi * {visibility:hidden;}
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: White;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #606060;
	line-height: 18px;
}

h1 {
    font-family:Trebuchet MS;
    font-size:15px;
    line-height:26px;
    color:Red;
}

h2 {
    font-family:Trebuchet MS;
    font-size:15px;
    line-height:26px;
    color:#606060;
}

h3 {
    font-family:Trebuchet MS;
    font-size:15px;
    line-height:26px;
    color:Black;
}

h4 {
    font-family:Trebuchet MS;
    font-size:13px;
    line-height:26px;
    color:#606060;
}

a {
	color: Red;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color:Red;
}

li {
	margin:0px;
	padding-left:15px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	list-style-type:none;
}

/* OSNOVNA TABELA */

.osnova {
	width: 843px;
}

/*GLAVA*/
.glava {
	width:843px;
	height:84px;
}

/*TOP MENU*/
.topmenu {
	font-size:11px;
	padding-top:38px;
	text-align:center;
}

.topmenu a {
	color:#606060;
}

/*ROTATOR*/

.rotator {
	width:843px;
	height:153px;
	margin-bottom:10px;
}

/*VSEBINA*/

.vsebina {	
	width:843px;
	/*height:800px;*/
}
	
/*MENU GUMBI ...*/

.menu {
	width:170px;
	background-color:#8a8a8a;
}

.gumb {}

.gumb a {
	display:block;
	background-image:url(images/gumb.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:45px;
	font-size:14px;
	line-height:45px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#606060;
}

.gumb a:hover {
	background-image:url(images/gumb-over.jpg);
	background-repeat:no-repeat;
	color:#606060;
}

.gumb_podmeni a {
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}

.gumb_podmeni a:hover {
	text-decoration:underline;
}

.crta1 {
	background-image:url(images/crta.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:15px;
}

.crta2 {
	background-image:url(images/crta.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:15px;
	padding-top:10px;
}

.vrste {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-bottom:13px;
}

/*POLJE OGLASI*/

.oglasi {
	width:673px;
	height:auto;
	padding-left:6px;
}

/*KONTAKTNI PODATKI*/

.kontakt {
	height:80px;
	font-size:17px;
	color:#FFF;
	padding:10px;
	text-align:center;
}

.kontakt a {
	color:#FFFFFF;
	text-decoration:none;
}

.kontakt a:hover {
	color:Red;
}

.nepremicnine {
	color:grey;
	font-size:23px;
	font-weight:normal;
}

.sprogar {
	color:red;
	font-size:25px;
	font-weight:normal;
}
	
.agencija {
	line-height:16px;
	font-weight:100;
}

.gsm {
	color:Black;
}
	
.urnik {
	background-color:#FFF;
	text-align:center;
}

/*FIRMA*/

.firma {
	color:#F00;
}

.noga {
	width:668px;
	height:26px;
	background-color:#F00;
}

.nogatxt {
	font-size:10pxpx;
	color:#F00;
	text-align:center;
}

/*TEXT*/

.text {
	/*padding:10px;*/
}

/*Menu kataloga*/
.katalog_meni {
	padding-left:0px;
	text-align:left;

}

.katalog_meni ul {
	margin:0px;
	padding:0px;
	background-image:none;
	width:170px;
	height:auto;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.katalog_meni ul a {
	display:block;
	background-color:#8a8a8a;
	color:#606060;
	background-image:url(images/gumb.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:45px;
}

.katalog_meni ul li.active a {
	color:#606060;
}

.katalog_meni ul li {
	background-image:none;
	margin:0;
	padding:0;
}

.katalog_meni ul li a{
	color:#606060;
}

.katalog_meni ul li.menu_first a {
	display:none;
}

.katalog_meni ul li.menu_last a {
	display:none;
}

.katalog_meni ul li.menu_first a:hover {
	display:none;
}

.katalog_meni ul li.menu_last a:hover {
	display:none;
}

.katalog_meni ul li ul li.menu_first a:hover {
	display:block;
}

.katalog_meni ul li ul li.menu_last a:hover {
	display:block;
}

.katalog_meni ul li ul li.menu_first a {
	display:block;
}

.katalog_meni ul li ul li.menu_first a.active {
	display:block;
}

.katalog_meni ul li.menu_first a.active {
	display:none;
}

.katalog_meni ul li.menu_last a.active {
	display:none;
}

.katalog_meni ul li.active {
	display:block;
	background-color:#8a8a8a;
	color:#606060;
	background-image:url(images/gumb-over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.katalog_meni ul li a:hover {
	display:block;
	background-color:#8a8a8a;
	color:#606060;
	background-image:url(images/gumb-over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.katalog_meni ul li.active a{
	display:block;
	background-color:#8a8a8a;
	color:#606060;
	background-image:url(images/gumb-over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

/*drugi nivo*/
.katalog_meni ul li.active ul li a {
	background-image:none;
	color:#ffffff;
	text-align:center;
	line-height:25px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}

.katalog_meni ul li ul li {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.katalog_meni ul li ul li a {
	color:#000000;
}


.katalog_meni ul li ul li a:hover {
	background-color:#FFFFFF;
	color:Red;
}

.katalog_meni ul li ul li.active {
	background-image:none;
	color:Red;
	text-align:center;
	line-height:25px;
	display:block;
	text-transform:uppercase;
}

.katalog_meni ul li ul li.active a {
	background-color:#FFFFFF;
	color:Red;
}

.katalog_meni ul li ul li.active a:hover {}
/*Menu kataloga*/


/* Znotraj kataloga*/
.en_oglas {
	width:159px;
	min-height:330px;
	display:inline-block;
	float:left;
	padding-right:7px;
	padding-bottom:10px;
}

.naslov_izdelek {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:Red;
	font-weight:bold;
	padding-left:5px;
}

.bg_oglas_naslov {
	width:159px;
	height:31px;
	background-image:url(images/oglas_zgoraj.png);
	background-repeat:no-repeat;
}

.oglas_naslov a {
	display:block;
	margin:auto 0 auto 0;
	width:120px;
	/*height:25px;
	overflow:hidden;*/
	padding-left:20px;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

.bg_oglas_spodaj {
	width:159px;
	height:8px;
	background-image:url(images/oglas_spodaj.png);
	background-repeat:no-repeat;
}

.oglas_slika {
	padding-left:7px;
}

.oglas_longtext {
	padding-top:10px;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:18px;
	color:#020000;
}

.oglas_pasica {
	height:61px;
	background-image:url(images/pasica.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.oglas_pasica_text {
	font-family:"Trebuchet MS";
	color:#454545;
	font-size:13px;
	padding-top:8px;
	padding-left:54px;
}

.oglas_pasica_text a {
	color:#020000;
	text-decoration:none;
}

.oglas_pasica_text a:hover {
	color:Red;
}

.atributi {
	padding-left:5px;
}

.atributi2 {
	text-align:right;
	padding-right:5px;
}

.strani {
	/*border:solid 1px #FF0000;*/
	font-family:"Trebuchet MS";
	font-size:12px;
	width:100%;
	display:block;
	/*width:655px;*/
	text-align:right;
	clear:both;
	line-height:30px;
	height:50px;
	margin-top:10px;
}

.strani a {
	display:inline-block;
	float:center;
	width:20px;
	height:20px;
	font-family:Verdana;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:#606060;
	text-align:center;
	text-decoration:none;
}

.strani a:hover {
	background-color:#cccccc;
	color:#FFFFFF;
}

.strani b {
	display:inline-block;
	float:center;
	width:20px;
	height:20px;
	background-color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

/*.strani b:hover {
	background-color:#cccccc;
	color:#FFFFFF;
}*/

.pasica_podobni {
	width:668px;
	height:26px;
	background-color:Red;
}

.pot {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	width:auto;
	height:26px;
	background-color:Red;
	line-height:26px;
	text-indent:10px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.pot a {
	color:#FFFFFF;
	text-decoration:none;
}

.pot a:hover {
	text-decoration:underline;
}

.pasica_zgoraj {
	background-image:url(images/pasica_zgoraj.png);
	background-repeat:no-repeat;
	height:61px;
	background-position:top left;
}

.pasica_zgoraj_text {
	display:inline-block;
	float:left;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	padding-top:17px;
	padding-left:10px;
	padding-right:20px;
}

.pasica_zgoraj_text a {
	color:#020000;
	text-decoration:none;
}

.pasica_zgoraj_text a:hover {
	color:Red;
}

.ikona_kontakt {
	padding-top:12px;
}

.pasica_podobni_text {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	color:#FFFFFF;
}

.dodatne_slike {
	padding-left:2px;
	width:225px;
}

.dodatne_slike a  {
	margin:10px 10px 0px 0px;
	text-align:center;
	width:65px;
	height:50px;
	display:block;
	float:left;
	background-color:#dfdfdf;
}

.atributi {
	display:block;
	width:210px;
	height:auto;
}

.atributi_ime {
	display:inline-block;
	float:left;
	width:130px;
	border-bottom:1px solid #d1d1d1;
}

.atributi_ime_text {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
}

.atributi_vrednost {
	display:inline-block;
	float:right;
	width:80px;
	border-bottom:1px solid #d1d1d1;
}

.atributi_vrednost_text {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:20px;
	text-align:right;
	font-weight:bold;
	color:#606060;
}

.atributi2 {
	display:block;
	margin:0 auto 0 auto;
	width:143px;
	height:auto;
}

.atributi_ime2 {
	display:inline-block;
	float:left;
	width:78px;
	padding-left:1px;
	border-bottom:1px solid #d1d1d1;
}

.atributi_ime_text2 {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}

.atributi_vrednost2 {
	display:inline-block;
	float:right;
	width:64px;
	border-bottom:1px solid #d1d1d1;
}

.atributi_vrednost_text2 {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:20px;
	text-align:right;
	font-weight:bold;
	color:#606060;
}

.cena {
	display:block;
	width:213px;
	padding-top:5px;
	height:auto;
}

.cena2 {
	display:block;
	width:150px;
	padding-top:5px;
	height:auto;
}

.cena_text {
	display:block;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:right;
	font-weight:bold;
	color:#606060;
	padding-top:2px;
}
/* Znotraj kataloga*/