410 lines
23 KiB
HTML
410 lines
23 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Proving that you can live in Slovenia - MSOS</title>
|
||
|
||
<!-- Google Fonts -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
|
||
<!-- Font Awesome (for icons) -->
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
||
<!-- Correct path to the main CSS file -->
|
||
<link rel="stylesheet" href="../../../css/main.css">
|
||
</head>
|
||
<body>
|
||
|
||
<!-- START_HEADER -->
|
||
<header class="dropdown-header-navigation">
|
||
<div class="container">
|
||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
||
<a href="../../../en/" class="logo-link">
|
||
<img src="../../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||
</a>
|
||
|
||
<!-- Nov ovoj za vse elemente na desni strani -->
|
||
<div class="header-right-wrapper">
|
||
<nav>
|
||
<ul class="navigation desktop-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="../../../en/blog/">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="../../../en/faq/">FAQs</a></li>
|
||
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/news/">News and Announcements</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<div class="current-lang">
|
||
<i class="fas fa-globe"></i>
|
||
<span id="current-lang-code">EN</span>
|
||
<i class="fas fa-chevron-down"></i>
|
||
</div>
|
||
<div class="lang-dropdown">
|
||
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
|
||
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
|
||
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
||
<div class="mobile-menu-icon">
|
||
<i class="fas fa-bars"></i>
|
||
<i class="fas fa-times"></i>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
||
<div class="mobile-nav-panel">
|
||
<nav>
|
||
<ul class="navigation mobile-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="../../../en/blog/">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="../../../en/faq/">FAQs</a></li>
|
||
<li><a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../../en/news/">News and Announcements</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<a href="../../../en/become-a-member/" class="btn btn-secondary">Become a member</a>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<button class="current-lang" id="mobile-lang-trigger">
|
||
<i class="fas fa-globe"></i>
|
||
<span>EN</span>
|
||
<i class="fas fa-chevron-right"></i>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
||
<div id="language-modal-overlay">
|
||
<div class="language-modal-content">
|
||
<div class="language-modal-header">
|
||
<h3>Select Language</h3>
|
||
<button id="language-modal-close" aria-label="Close language selection">×</button>
|
||
</div>
|
||
<div class="language-modal-body">
|
||
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
|
||
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
|
||
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- END_HEADER -->
|
||
|
||
<main class="article-page">
|
||
<article class="article-container">
|
||
<header class="article-header">
|
||
<h1>Proving that you can live in Slovenia</h1>
|
||
<p class="article-subtitle">How to prove sufficient means, accommodation, and a registered address for your residence permit.</p>
|
||
</header>
|
||
<figure class="guide-hero-image guide-hero-image--placeholder">
|
||
<span><i class="fas fa-image" aria-hidden="true"></i>Image placeholder</span>
|
||
</figure>
|
||
|
||
<div class="article-body">
|
||
<div class="guide-meta">
|
||
<span class="guide-tag ">Applies to: students from Macedonia</span>
|
||
<span class="guide-tag ">Last checked: 30 July 2026</span>
|
||
<span class="guide-tag is-frequent">Update class: Frequently changing</span>
|
||
</div>
|
||
|
||
<aside class="guide-box guide-box--warning">
|
||
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
|
||
<p>This page was last checked on 30 July 2026 and applies to the required means amount and fees in 2026/2027. Deadlines, fees, required documents, eligibility conditions, and administrative procedures may change. Verify the information directly with the responsible institution before submitting an application or making an important decision.</p>
|
||
</aside>
|
||
|
||
<h2>Sufficient means</h2>
|
||
|
||
<p>The residence authority requires evidence that the applicant has adequate resources. Possible evidence can include:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>Scholarship decision</li>
|
||
<li>Bank funds</li>
|
||
<li>Regular income</li>
|
||
<li>Support from a parent who has a legal maintenance obligation</li>
|
||
<li>Grants</li>
|
||
<li>Other recognised income or assets</li>
|
||
</ul>
|
||
|
||
<p>The required amount is tied to the current Slovenian basic minimum income. The reference figure the MSOS residence guide used, checked on 1 September 2024, is €484.88 per month for the whole academic year. Because this tracks the minimum income, it can change, so confirm the current official amount with the responsible upravna enota and ask how it calculates the period and which evidence it accepts.</p>
|
||
|
||
<h2>Parent support</h2>
|
||
|
||
<p>Prepare:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>Parent statement</li>
|
||
<li>Proof of relationship</li>
|
||
<li>Parent income or bank evidence</li>
|
||
<li>Translation where requested</li>
|
||
<li>Evidence that clearly identifies the student and support period</li>
|
||
</ul>
|
||
|
||
<h2>Proof of accommodation</h2>
|
||
|
||
<p>Possible evidence:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>Dormitory confirmation</li>
|
||
<li>Rental contract</li>
|
||
<li>Landlord statement</li>
|
||
<li>Ownership evidence where relevant</li>
|
||
<li>Scholarship accommodation confirmation</li>
|
||
<li>Other document accepted by the authority</li>
|
||
</ul>
|
||
|
||
<p>A false or merely borrowed address can create residence, tax, delivery, and legal problems.</p>
|
||
|
||
<h2>Registering the temporary address</h2>
|
||
|
||
<p>A temporary address normally must be registered within eight days where the legal conditions are met. Depending on the accommodation:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>A dormitory may register the student.</li>
|
||
<li>A landlord or accommodation provider may perform the reporting.</li>
|
||
<li>The student may need to act personally.</li>
|
||
</ul>
|
||
|
||
<p>Confirm who is responsible and obtain proof.</p>
|
||
|
||
<h2>Changing address</h2>
|
||
|
||
<p>When moving:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>End the old contract properly.</li>
|
||
<li>Register the new address.</li>
|
||
<li>Inform the administrative unit where required.</li>
|
||
<li>Update university, bank, tax, insurance, and delivery details.</li>
|
||
<li>Keep proof of the old and new dates.</li>
|
||
</ul>
|
||
|
||
<h2>Parent support is a practical student route</h2>
|
||
|
||
<p>Official study-permit guidance recognises a parent’s support statement where the parent has a legal maintenance obligation. Prepare a statement that is:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>Notarised</li>
|
||
<li>Translated as required</li>
|
||
<li>Clear about the student, support period, and commitment</li>
|
||
<li>Supported by proof of relationship and financial evidence when requested</li>
|
||
</ul>
|
||
|
||
<p>The upravna enota decides whether the evidence is sufficient in the individual case.</p>
|
||
|
||
<h3 class="guide-substage">Sample parent support statement</h3>
|
||
|
||
<p>The statement does not need a special form and one parent signing is enough. It must be written in English, Slovenian, or a former Yugoslav language in Latin script. A simple version reads:</p>
|
||
|
||
<blockquote class="guide-quote">I, [parent full name], born [date] and residing at [address], parent of [student full name], born [date], declare that I will financially support my child during their studies in Slovenia in the academic year 2026/2027 with at least €484.88 per month for the whole academic year. Place, date, and my signature.</blockquote>
|
||
|
||
<p>Attach proof of the parent-child relationship and, where requested, proof of the parent income or bank funds. Confirm the exact expected wording with your upravna enota, because some offices prefer their own template.</p>
|
||
|
||
<h2>Current fee reference</h2>
|
||
|
||
<p>Research sources for this revision listed approximately:</p>
|
||
|
||
<ul class="guide-checklist">
|
||
<li>€4.50 application fee</li>
|
||
<li>€50 permit fee</li>
|
||
<li>€15.47 card-production cost</li>
|
||
</ul>
|
||
|
||
<p>These amounts can change and do not include translation, certification, photograph, postage, or travel costs. Verify the current tariff before the appointment.</p>
|
||
|
||
<h2>Register the address after receiving the permit</h2>
|
||
|
||
<p>Ask the accommodation provider:</p>
|
||
|
||
<ul class="guide-steps">
|
||
<li>Who performs the registration</li>
|
||
<li>Which contract or ownership evidence is used</li>
|
||
<li>When proof will be issued</li>
|
||
<li>What happens when you move</li>
|
||
</ul>
|
||
|
||
<p>A landlord’s refusal to allow lawful address registration is a serious warning sign.</p>
|
||
|
||
<h2>Sources and further information</h2>
|
||
|
||
<ul class="guide-linklist">
|
||
<li><a href="https://www.gov.si/teme/denarna-socialna-pomoc/" target="_blank" rel="noopener">Basic minimum income information</a></li>
|
||
<li><a href="https://infotujci.si/pogoji/drzavljani-izven-eu/dovoljenje-za-prebivanje/na-podlagi-studija/" target="_blank" rel="noopener">Official study residence-permit guidance</a></li>
|
||
<li><a href="https://infotujci.si/en/" target="_blank" rel="noopener">InfoTujci</a></li>
|
||
<li><a href="https://e-uprava.gov.si/" target="_blank" rel="noopener">eUprava</a></li>
|
||
</ul>
|
||
|
||
<p class="guide-last-checked">Last checked: 30 July 2026</p>
|
||
</div>
|
||
|
||
<section class="guide-help">
|
||
<div class="guide-help-contact">
|
||
<h2 class="guide-help-title"><i class="fas fa-life-ring" aria-hidden="true"></i>Still need help?</h2>
|
||
<p>If something is unclear or missing, contact MSOS and we will help you find the right institution or answer. Deadlines and rules change, so always confirm the details that matter for your case.</p>
|
||
<a class="guide-help-email" href="mailto:info@msosorg.com?subject=Guide%20feedback%3A%20Proving%20that%20you%20can%20live%20in%20Slovenia"><i class="fas fa-envelope" aria-hidden="true"></i>Email us</a>
|
||
</div>
|
||
<div class="guide-viber">
|
||
<p class="guide-viber-title"><i class="fab fa-viber" aria-hidden="true"></i>Viber community of Macedonian students in Slovenia</p>
|
||
<p class="guide-viber-text">Join our Viber community to ask questions and meet other Macedonian students already studying in Slovenia.</p>
|
||
<a class="guide-viber-btn" href="https://invite.viber.com/?g2=AQA8mf%2BZki%2FEk1GS2lyGTD6tc7SdqKmI5pVkOKT1jVasvZz0Lhn8esKYxjza9xoy" target="_blank" rel="noopener"><i class="fab fa-viber" aria-hidden="true"></i>Join the Viber community</a>
|
||
</div>
|
||
<div class="guide-feedback" data-slug="means-accommodation-address">
|
||
<p class="guide-feedback-q">Was this page helpful?</p>
|
||
<div class="guide-feedback-buttons">
|
||
<button type="button" class="guide-feedback-btn" data-vote="yes"><i class="fas fa-thumbs-up" aria-hidden="true"></i>Yes</button>
|
||
<button type="button" class="guide-feedback-btn" data-vote="no"><i class="fas fa-thumbs-down" aria-hidden="true"></i>No</button>
|
||
</div>
|
||
<p class="guide-feedback-msg guide-feedback-yes" hidden>Thanks, we are glad this helped.</p>
|
||
<p class="guide-feedback-msg guide-feedback-no" hidden>Thanks for telling us. Help us improve this page by writing what was missing to <a href="mailto:info@msosorg.com?subject=Guide%20feedback%3A%20Proving%20that%20you%20can%20live%20in%20Slovenia">info@msosorg.com</a> or ask in our <a href="https://invite.viber.com/?g2=AQA8mf%2BZki%2FEk1GS2lyGTD6tc7SdqKmI5pVkOKT1jVasvZz0Lhn8esKYxjza9xoy" target="_blank" rel="noopener">Viber community</a>.</p>
|
||
<div class="guide-feedback-comment" hidden>
|
||
<label class="guide-feedback-comment-label" for="fbc-means-accommodation-address">What was missing or unclear? (optional)</label>
|
||
<textarea id="fbc-means-accommodation-address" class="guide-feedback-comment-input" rows="3" placeholder="Tell us what we can improve on this page"></textarea>
|
||
<button type="button" class="guide-feedback-comment-send">Send</button>
|
||
<p class="guide-feedback-comment-thanks" hidden>Thanks, we received your note.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</article>
|
||
</main>
|
||
<!-- START_FOOTER -->
|
||
<footer>
|
||
<div class="footer-container">
|
||
<div class="footer-main">
|
||
<div class="footer-info">
|
||
<div class="footer-logo">
|
||
<img src="../../../images/13-whitelogo.png" alt="Macedonian Student Organisation in Slovenia Logo">
|
||
</div>
|
||
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
|
||
<p>
|
||
Masarykova cesta 24<br>
|
||
1000 Ljubljana, Slovenia<br>
|
||
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
|
||
</p>
|
||
<div class="social-icons">
|
||
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
|
||
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
|
||
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
|
||
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-links">
|
||
<div class="links-column">
|
||
<h4>Student guide</h4>
|
||
<a href="../../../en/student-welcome-guide/">Student welcome guide</a>
|
||
<a href="../../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
|
||
<a href="../../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
|
||
<a href="../../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
|
||
<a href="../../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
|
||
<a href="../../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Explore</h4>
|
||
<a href="../../../en/get-to-know-slovenia/">Get to know Slovenia</a>
|
||
<a href="../../../en/get-to-know-macedonia/">Get to know Macedonia</a>
|
||
<a href="../../../en/projects/">Projects and events</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Organisation</h4>
|
||
<a href="../../../en/about-us/">About us</a>
|
||
<a href="../../../en/timeline-and-milestones/">Timeline and milestones</a>
|
||
<a href="mailto:info@msosorg.com">Contact us</a>
|
||
<a href="../../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../../en/cookie-policy/">Cookie policy</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
<div class="footer-bottom">
|
||
<p>© 2026 MSOS. All rights reserved.</p>
|
||
<div class="legal-links">
|
||
<a href="../../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../../en/cookie-policy/">Cookie policy</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<!-- END_FOOTER -->
|
||
|
||
<script src="../../../main.js"></script>
|
||
<script src="../../../guide-feedback.js"></script>
|
||
</body>
|
||
</html>
|