
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="SW6Rw2HAtzhivXH2kaBdulzdEheeBdyjW8rb4sxXtOA" />
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<meta http-equiv="imagetoolbar" content="no" />
<meta name="y_key" content="b0dda126a0eb475a" />
<meta name="msvalidate.01" content="35F2D728B094C5F5333E771972171DCC" />
<meta name="doc-class" content="completed" />

<meta name="Robots" content="index,follow" />

<meta name="Allow-search" content="Yes" />
<meta name="Revisit-After" content="7 Days" />
<meta name="rating" content="General" />
<meta name="Publisher" content="Riviera Invest" />
<meta name="Owner" content="Riviera Invest - www.rivierainvest.com" />
<meta name="Copyright" content="Riviera Invest" />
<meta name="rating" content="safe for kids" />
<meta name="contact_addr" content="info@rivierainvest.no" />
<meta name="distribution" content="global" />
<meta name="audience" content="All" />

<link rel="stylesheet" type="text/css" href="scripts/sayfa.css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script type="text/javascript" src="scripts/stil.js"></script>
<script type="text/javascript" src="scripts/jquery142.js"></script>
<script type="text/javascript" src="scripts/ajax.js"></script>
<script type="text/javascript" src="scripts/ddaccordion.js"></script>
<script type="text/javascript" src="scripts/accordion.js"></script>
<script type="text/javascript" src="scripts/easing13.js"></script>
<script type="text/javascript" src="scripts/jcarousellite.js"></script>
<script type="text/javascript" src="scripts/prettyPhoto/js/jquery.prettyPhoto.js"></script>	
<script type='text/javascript' src='scripts/jquery.aviaSlider.js'></script>
<script type='text/javascript' src='scripts/custom.min.js'></script>
<script type="text/javascript">
	$(function() {
	    $(".newsticker-jcarousellite").jCarouselLite({
        vertical: true,
		speed: 800,
        auto: 5000,
		
	    });
	});
</script>
<script type="text/javascript">
$(document).ready(function(){  
  //To switch directions up/down and left/right just place a "-" in front of the top/left attribute  
     //Vertical Sliding  
     $('.boxgrid.slidedown').hover(function(){  
         $(".cover", this).stop().animate({top:'-260px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});  
     });  
     //Horizontal Sliding  
     $('.boxgrid.slideright').hover(function(){  
         $(".cover", this).stop().animate({left:'325px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});  
     });  
     //Diagnal Sliding  
     $('.boxgrid.thecombo').hover(function(){  
         $(".cover", this).stop().animate({top:'260px', left:'325px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});  
     });  
     //Partial Sliding (Only show some of background)  
     $('.boxgrid.peek').hover(function(){  
         $(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});  
     });  
     //Full Caption Sliding (Hidden to Visible)  
     $('.boxgrid.captionfull').hover(function(){  
         $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'260px'},{queue:false,duration:160});  
     });  
     //Caption Sliding (Partially Hidden to Visible)  
     $('.boxgrid.caption').hover(function(){  
         $(".cover", this).stop().animate({top:'20px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});  
     });  
 });  </script>
   
 </head>
<body >
    <script src="popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

  
    <script src="http://www.rivierainvest.no/popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

<link href="http://www.rivierainvest.no/popup.css" rel="stylesheet" type="text/css" />
  
  <div id="popupContact" style="width:585px; height:400px;">
    <a id="popupContactClose" href="#">X</a>
        
<p id="contactArea" style="width:585px; height:400px;">
    <a href="http://www.alanyainvest.com" target="_blank"><img border="0" src="http://www.rivierainvest.no/reklame-alanyainvest.jpg" width="580" height="395" /></a>

        </p>
</div>
        </p>
</div>
    <div id="backgroundPopup"></div>
    <script language='JavaScript' type='text/javascript'>

function formKontrol(formobj){
	var onerilenAlanlar = Array("isim","mesaj","email","capca","tel");
var alanAciklamasi = Array('Ditt navn','Melding','E-mail','Vennligst skriv inn sikkerhetskode','Telefon');
var uyariMsj = 'Fyll ut feltene nedenfor :\n';

	var l_Msj = uyariMsj.length;
	for (var i = 0; i < onerilenAlanlar.length; i++){
		var obj = formobj.elements[onerilenAlanlar[i]];
		if (obj){
			switch(obj.type){
			case "select-one":
if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ''){

					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "select-multiple":
				if (obj.selectedIndex == -1){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "text":
			case "textarea":
			case "password":
				if (obj.value == "" || obj.value == null){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			default:
			}
			if (obj.type == undefined){
				var blnchecked = 0;
				for (var j = 0; j < obj.length; j++){
					if (obj[j].checked){
						blnchecked = 1;
					}
				}
				if (!blnchecked){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
			}
		}
	}

	if (uyariMsj.length == l_Msj){
		formobj.submit();
	}else{
		alert(uyariMsj);
		return false;
	}
}
</script>
<meta name="Keywords" content="Boliger, i, Tyrkia, til, salgs, Alanya, Leiligheter, Kjøpe, Hus, i, Tyrkia, Villa, kjøpe leilighet i Alanya, kjøpe leilighet i Tyrkia, billig leilighet i Alanya, villaer i Alanya Tyrkia, penthouse i Alanya, bolig i Alanya, hus i Alanya, eiendom til salg i Tyrkia Alanya, bolig i Alanya Tyrkia, Alanya leilighet til salg i Tyrkia, Tyrkisk Eiendomsmegler Alanya, villa i alanya, kjøpe leilighet i tyrkia, Invester i Bolig i utlandet og Feriehus i Tyrkia, selger i leiligheter og hus i Tyrkia" />
<meta name="Description" content="kjøpe leilighet i Alanya, kjøpe leilighet i Tyrkia, billig leilighet i Alanya, villaer i Alanya Tyrkia, penthouse i Alanya, bolig i Alanya, hus i Alanya, eiendom til salg i Tyrkia Alanya, bolig i Alanya Tyrkia, Alanya leilighet til salg i Tyrkia, Tyrkisk Eiendomsmegler Alanya, villa i alanya, kjøpe leilighet i tyrkia, Invester i Bolig i utlandet og Feriehus i Tyrkia, selger i leiligheter og hus i Tyrkia" />
<meta name="Updowner-verification" content="15ad23bba5379a32a88b99c5dbfb8dc5" />
<title>Boliger i Tyrkia til salgs | Alanya Leiligheter | Kjøpe Hus i Tyrkia | Villa</title>
<style type="text/css">

#divana {
	margin:0 auto;
	
	background-color:#C0DEEF;
	}
	
</style>
</head>
<body>
<div id="divana">
<table class="anatablo">
	<tr>
		<td>&nbsp;</td>
		<td class="kucuktablo">
		<table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td>
        <table width="100%" height="100%" ">
  <tr>
    <td id="logo" width="220">
    
    <a href="http://www.rivierainvest.no"><img border="0" src="http://www.rivierainvest.no/resimler/logo/alanya-property-real-estate.gif" alt="Riviera Invest" title="Riviera Invest" /></a>
</td>
    <td rowspan="2"><table width="100%" border="0">
      <tr>
        <td align="right">
        
        
        <table style="text-align: right; font-size: 11px; font-family: Verdana; color: #016591;"><tr><td rowspan="2" align="center" style="padding: 0px 60px 0px 0px">
        <table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_01.jpg" width="12" height="15" alt="" /></td>
		<td background="http://www.rivierainvest.no/images/ara_02.jpg" align="center"><b>Hurtigsøk</b></td>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_03.jpg" width="12" height="15" alt="" /></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_04.jpg" width="12" height="18" alt="" /></td>
            <form method="post" action="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia">
		<td bgcolor="#effafe" align="center"><input type="text" name="sorgu" style="width: 400px;font-size: 9px" /><input type="hidden" name="ara" value="evet" /></td></form>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_06.jpg" width="12" height="18" alt="" /></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_07.jpg" width="12" height="7" alt="" /></td>
		<td background="http://www.rivierainvest.no/images/ara_08.jpg" style="font-size: 2px">&nbsp;</td>
		<td>
			<img src="http://www.rivierainvest.no/images/ara_09.jpg" width="12" height="7" alt="" /></td>
</tr>
</table>
        
        </td><td align="right"><img src="http://www.rivierainvest.no/images/tel.jpg" alt="" /></td><td>+47 45030373</td></tr>
        <tr><td><img src="http://www.rivierainvest.no/images/mail.jpg" alt="" /></td><td><a href="mailto:info@rivierainvest.no"><font color="#016591">info@rivierainvest.no</font></a></td></tr></table>
        
         </td>
        </tr>
      <tr>
        <td id="slogan" align="right"><img border="0" src="http://www.rivierainvest.no/resimler/slogan/5/sloganen.gif" alt="" />
</td>
        </tr>
    </table></td>
    </tr>
  <tr>
    <td id="diller" align="center"></td>
    </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><style type="text/css">
body {
	background-image: url();
}
</style>
<table background="http://www.rivierainvest.no/images/mavizem2.jpg" width="969" border="0" height="25px" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.com" title="Properties in Turkey"><img src="http://www.rivierainvest.no/resimler/diller/1/riviera_invest_english.gif" border="0" width='17' alt="Properties in Turkey" title="Properties in Turkey" />&nbsp;English</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.de" title="Immobilien in der Türkei"><img src="http://www.rivierainvest.no/resimler/diller/2/riviera_invest_deutschland.gif" border="0" width='17' alt="Immobilien in der Türkei" title="Immobilien in der Türkei" />&nbsp;Deutsch</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.nl" title="Vastgoed in Turkije"><img src="http://www.rivierainvest.no/resimler/diller/4/riviera_invest_holland.gif" border="0" width='17' alt="Vastgoed in Turkije" title="Vastgoed in Turkije" />&nbsp;Nederlands</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.no" title="Eiendom i Tyrkia"><img src="http://www.rivierainvest.no/resimler/diller/5/riviera_invest_norsk.gif" border="0" width='21' alt="Eiendom i Tyrkia" title="Eiendom i Tyrkia" />&nbsp;Norsk</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.dk" title="Ejendom i Tyrkiet"><img src="http://www.rivierainvest.no/resimler/diller/6/riviera_invest_dansk.gif" border="0" width='17' alt="Ejendom i Tyrkiet" title="Ejendom i Tyrkiet" />&nbsp;Dansk</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.se" title="Fastigheter i Turkiet"><img src="http://www.rivierainvest.no/resimler/diller/7/riviera_invest_sverige.gif" border="0" width='17' alt="Fastigheter i Turkiet" title="Fastigheter i Turkiet" />&nbsp;Svenska</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.net" title="Turkki myytävät kohteet"><img src="http://www.rivierainvest.no/resimler/diller/8/riviera_invest_suomi.gif" border="0" width='17' alt="Turkki myytävät kohteet" title="Turkki myytävät kohteet" />&nbsp;Suomi</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.com.tr" title="Türkiye Satılık Emlaklar"><img src="http://www.rivierainvest.no/resimler/diller/3/riviera_invest_turkiye.gif" border="0" width='17' alt="Türkiye Satılık Emlaklar" title="Türkiye Satılık Emlaklar" />&nbsp;Türkçe</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.ru" title="Недвижимость в Турции"><img src="http://www.rivierainvest.no/resimler/diller/9/riviera_invest_rus.gif" border="0" width='17' alt="Недвижимость в Турции" title="Недвижимость в Турции" />&nbsp;Русский</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.pl" title="Nieruchomości w Turcji"><img src="http://www.rivierainvest.no/resimler/diller/10/10.gif" border="0" width='17' alt="Nieruchomości w Turcji" title="Nieruchomości w Turcji" />&nbsp;Polski</a>
    </td>
  </tr>
</table>
</td>
  </tr>
</table>
        </td>
        </tr><tr><td><table width="100%" border="0">
  <tr>
    <td id="menuler" width="220" style="border-right: 1px solid #CCCCCC; vertical-align: top">
	
	<table style="width: 98%; font-size: 12px; font-family: Verdana; color: #016591">
    
<tr><td class="menu1" onmouseover="degis(this,'menu2')" onmouseout="degis(this,'menu1')" onclick="window.location.href='http://www.rivierainvest.no'" title="Hjem">Hjem</td>
</tr>

<tr><td></td></tr>
</table><table style="width: 98%; font-size: 12px; font-family: Verdana; color: #016591">
<tr><td class="menu1" onmouseover="degis(this,'menu2')" onmouseout="degis(this,'menu1')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia'" title="Eiendom i Tyrkia">Eiendom i Tyrkia</td></tr>  
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Leiligheter_til_salgs'" title="Leiligheter i Tyrkia">Leiligheter i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Villa_og_hus_til_salgs'" title="Villa i Tyrkia">Villa i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Dublex-Penthouse_til_salgs'" title="Penthouse i Tyrkia">Penthouse i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Tomter_til_salg'" title="Tomter i Tyrkia">Tomter i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Nye_byggeprosjekter_i_Tyrkia'" title="Nye byggeprosjekter i Tyrkia">Nye byggeprosjekter i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Investeringsmuligheter_Alanya_til_salg'" title="Investeringseiendommer i Tyrkia">Investeringseiendommer i Tyrkia</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Forretningslokaler_Alanya_til_salg'" title="Lokaler i Tyrkia">Lokaler i Tyrkia</td>
</tr>

<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Utvalgte_Byggeprosjekter/Tyrkia'" title="Byggeprosjekter i Tyrkia">Byggeprosjekter i Tyrkia</td>
</tr>
 
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Nyeste_Boliger_Alanya_til_salgs/Tyrkia'" title="Nyeste Boliger i Tyrkia">Nyeste Boliger i Tyrkia</td>
</tr>
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.no/Favoritter/Tyrkia'" title="Mine favoritter"><img src="http://www.rivierainvest.no/images/yildiz.png" align="left" style="padding-right: 10px" alt="" />Mine favoritter</td>
</tr>

</table>
<table width="213" border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td valign="bottom" title="Alanya" background="http://www.rivierainvest.no/images/alanya_info.png" onclick="window.open('http://alanya.rivierainvest.no','_blank')" style="  padding-left:30px; cursor:pointer; color:#045ECA; font-size:15px;" width="213" height="193"></td>
  </tr>
</table>

<table style="width: 215px; font-size: 12px; font-family: Verdana; color: #016591">
    

<tr>
<td height="54" valign="top" class="menub2" onmouseover="degis(this,'menub21')" onmouseout="degis(this,'menub2')" title="Om Riviera Invest" onclick="window.location.href='http://www.rivierainvest.no/informasjon/Tyrkia/2-Om_Riviera_Invest.html'" onmouseover="degis(this,'menub21')"  onmouseout="degis(this,'menub2')">
<div style="margin-top:8px; margin-left:5px; position:absolute;">
Om Riviera Invest</div>
</td>
</tr>
    

<tr>
<td height="54" valign="top" class="menub4" onmouseover="degis(this,'menub41')" onmouseout="degis(this,'menub4')" title="Kontakt Oss" onclick="window.location.href='http://www.rivierainvest.no/Kontakt/Tyrkia'" onmouseover="degis(this,'menub41')"  onmouseout="degis(this,'menub4')">
<div style="margin-top:8px; margin-left:5px; position:absolute;">
Kontakt Oss</div>
</td>
</tr>

</table>
<table style="width: 215px; font-size: 12px; font-family: Verdana; color: #016591">
    
<tr><td height="54" class="menub8" title="Tjenester" onclick="window.location.href='http://www.rivierainvest.no/OurSevices/Tyrkia'" onmouseover="degis(this,'menub81')" onmouseout="degis(this,'menub8')">Tjenester</td>
</tr>
<tr>
<td height="54" class="menub23" title="News and Articles" onclick="window.location.href='http://www.rivierainvest.no/InformationList/Tyrkia'" onmouseover="degis(this,'menub231')" onmouseout="degis(this,'menub23')">News and Articles
 </td>
</tr>
<tr>
<td><a href="http://customer.rivierainvest.com" target="_blank"><img src="http://www.rivierainvest.no/images/Customer_Login.jpg" border="0" /></a></td>
</tr>

</table>
<span style="font-size: 3px">&nbsp;</span><br />

<div id="cigCjt" style="z-index:100;position:absolute; padding: 0px 0px 0px 2px"></div><div id="scgCjt" style="display:inline; padding: 0px 0px 0px 2px;"></div><div id="sdgCjt" style="display:none; padding: 0px 0px 0px 2px;"></div><script type="text/javascript">var segCjt=document.createElement("script");segCjt.type="text/javascript";var segCjts=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/rivierainvest/safe-standard.js?ps_h=gCjt&ps_t="+new Date().getTime()+"&online-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg&offline-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg";setTimeout("segCjt.src=segCjts;document.getElementById('sdgCjt').appendChild(segCjt)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=rivierainvest">Customer Service</a></div></noscript>
<span style="font-size: 3px">&nbsp;</span>

<div id="cigCjt" style="z-index:100;position:absolute; padding: 0px 0px 0px 2px"></div><div id="scgCjt" style="display:inline; padding: 0px 0px 0px 2px;"></div><div id="sdgCjt" style="display:none; padding: 0px 0px 0px 2px;"></div><script type="text/javascript">var segCjt=document.createElement("script");segCjt.type="text/javascript";var segCjts=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/rivierainvest/safe-standard.js?ps_h=gCjt&ps_t="+new Date().getTime()+"&online-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg&offline-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg";setTimeout("segCjt.src=segCjts;document.getElementById('sdgCjt').appendChild(segCjt)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=rivierainvest">Customer Service</a></div></noscript>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.no/kunngjoringen/Tyrkia/3-Bli_var_partner.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Bli vår partner</div><img src="http://www.rivierainvest.no/images/s3.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.no/kunngjoringen/Tyrkia/4-Visningsturer_til_Tyrkia.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Visningsturer til Tyrkia</div><img src="http://www.rivierainvest.no/images/s4.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.no/kunngjoringen/Tyrkia/7-Alanya_Webcam_-_Videos_-_Alanya_web_Kamera.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Alanya Webcam - Videos - Alanya web Kamera</div><img src="http://www.rivierainvest.no/images/s7.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>
<br>

<a href="http://www.rivierainvest.no/NewsList/Tyrkia"><img src="http://www.rivierainvest.no/images/local_news_5.png" border="0"></a><br>
<br>

         <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FRiviera-Invest%2F116884228455486&amp;width=220&amp;height=288&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;border_color&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:288px;" allowTransparency="true"></iframe>  
	        
    
    </td>
    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td style="padding-top:-5px;">
       
<script type="text/javascript" src="scripts/mhrotator.js"></script>
<script type="text/javascript" src="scripts/initrotator.js"></script>
<link rel="stylesheet" href="scripts/mhrotator.css" type="text/css" />
<div id="mhrotator" style="margin-top:2px; margin-bottom:5px;">
  <style type="text/css"> 
#mhrotator img { display:none; } 
</style>
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide1.jpg" width="747" height="275" alt="" />
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide3.jpg"  width="747" height="275" alt="" />
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide2.jpg"  width="747" height="275" alt="" />
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide4.jpg"   width="747" height="275" alt="" />
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide5.jpg"   width="747" height="275" alt="" />
<img src="http://www.rivierainvest.no/resimler/bannernew/images/slide6.jpg"   width="747" height="275" alt="" />
</div>

        <font style="font-size: 3px;"></font>
		<script type="text/javascript">

function goster()
{

$("div#panel").show(100); 

}

function gizle()
{

$("div#panel").hide(100); 

}

function gostergizle()
{

$("div#panel").toggle(100); 

}

</script>  
    <script src="http://www.rivierainvest.no/popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

<link href="http://www.rivierainvest.no/popup.css" rel="stylesheet" type="text/css" />
  
  <div id="popupContact" style="width:585px; height:400px;">
    <a id="popupContactClose" href="#">X</a>
        
<p id="contactArea" style="width:585px; height:400px;">
    <a href="http://www.alanyainvest.com" target="_blank"><img border="0" src="http://www.rivierainvest.no/reklame-alanyainvest.jpg" width="580" height="395" /></a>

        </p>
</div>
        </p>
</div>
    <div id="backgroundPopup"></div>
    <a name="yazi" id="yazi"></a>
<table style="border: 1px solid #CCCCCC; width: 744px;" cellpadding="0" cellspacing="0">
  <tr><td style="height: 100%; font-size: 12px; text-align: justify; padding: 8px; border-top: 4px solid #27b3e6; vertical-align:top">
	<span style="color: rgb(51,102,255)"><strong><span style="font-size: small">Riviera Invest i Alanya, Tyrkia, &oslash;nsker deg velkommen til v&aring;re nettsider!</span></strong></span></p>

	&nbsp;</p>

	<strong>Folk flest snakker ikke s&aring; mye om det; men det &aring; finne den rette eiendomsr&aring;dgiver er ofte det som utgj&oslash;r den store forskjellen mellom det lykkelige og stressfrie kj&oslash;pet eller salget; og det ulykkelige og stressfulle.</strong></p>

      <a href="#yazi" onclick="gostergizle()">Les mer ►</a><div id="panel" style="display:none;">
	  
	<strong>F&oslash;rst av alt</strong> vil du hos oss m&oslash;te en <strong>eiendomsr&aring;dgiver </strong>som gir deg full oppmerksomhet gjennom hele prosessen; enten det er for &aring; selge din bolig eller det er fordi du &oslash;nsker &aring; kj&oslash;pe en bolig. <u><strong>Riviera Invest</strong></u> tar dette p&aring; fullt alvor og gir full oppmerksomhet til alle sine kunder.<br />
	&nbsp;</p>

	<strong>For det andre</strong> vil du hos oss m&oslash;te en <strong>eiendomsr&aring;dgiver som kjenner markedet, Alanya og regionen</strong>, ut og inn. En r&aring;dgiver som vet hvor den n&aelig;rmeste skole er; og det samme med det n&aelig;rmeste kj&oslash;pesenteret. Riviera Invest har over 40 &aring;r med erfaring, og har v&aelig;rt med&nbsp;helt fra oppstarten av utenlandske <strong>investeringer i Alanya</strong>, og vi kjenner markedet fullt ut. Vi kan hjelpe deg med &aring; finne ditt dr&oslash;mmehjem; eller med &aring; selge din bolig.<br />
	&nbsp;</p>

	<strong>S&aring;, for det tredje</strong>, vil du hos oss m&oslash;te en eiendomsr&aring;dgiver som hele tiden er fullt oppdatert p&aring; den teknologiske utviklingen samtidig som vi aldri lar det g&aring; p&aring; bekostning av det &aring; ta vare p&aring; deg som kunde. Du vil garantert sette pris p&aring; den informasjon og interaktivitet vi inviterer deg til p&aring; v&aring;re nettsider samt v&aring;re informative eposter. Dette samtidig som vi garanterer deg full oppmerksomhet som en personlig guide enten det er for &aring; hjelpe deg &aring; kj&oslash;pe bolig eller &aring; selge.<br />
	<br />
	<br />
	<strong>Vi inviterer deg til &aring; komme til oss for &aring; planlegge ditt kj&oslash;p eller salg av bolig. Ring Riviera Invest p&aring; telefon +90 242 522 32 26 eller +90 242 522 23 70 eller send oss en mail <a href="mailto:%20info@rivierainvest.com" title="info@rivierainvest.com"><span style="color: #000000">info@rivierainvest.com</span></a></strong><br />
	<br />
	Sammen avtaler vi tid for et m&oslash;te.<br />
	<br />
	<br />
	<strong>NB! Riviera Invest tilbyr bankgaranti p&aring; alle v&aring;re boligsalg i Alanya Tyrkia!</strong></p>

	<strong>WICHTIG!&nbsp; Riviera Invest bietet Ihnen w&auml;hrend der Kaufabwicklung eine Bankgarantie f&uuml;r alle eigenen <a href="http://alanya-immobilien.rivierainvest.com/" title="immobilien in alanya"><span style="color: rgb(0,0,0)">Immobilien in Alanya</span></a> !</strong></p>
<div class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px">
	﻿</div>
<div class="skype_pnh_menu_container" id="skype_pnh_menu_container" onmouseout="SkypeClick2Call.MenuInjectionHandler.hideMenu(event)" onmouseover="SkypeClick2Call.MenuInjectionHandler.showMenu(this, event)" style="display:none;">
	<div class="skype_pnh_menu_click2call">
		<a class="skype_pnh_menu_click2call_action" id="skype_pnh_menu_click2call_action">&Ccedil;agri</a></div>
	<div class="skype_pnh_menu_click2sms">
		<a class="skype_pnh_menu_click2sms_action" id="skype_pnh_menu_click2sms_action">SMS g&ouml;nder</a></div>
	<div class="skype_pnh_menu_add2skype">
		<a class="skype_pnh_menu_add2skype_text" id="skype_pnh_menu_add2skype_text">Skype&#39;a ekle</a></div>
	<div class="skype_pnh_menu_toll_info">
		<span class="skype_pnh_menu_toll_callcredit">Skype Kont&ouml;r&uuml;ne ihtiyacınız olacak</span><span class="skype_pnh_menu_toll_free">Skype ile &uuml;cretsiz</span></div>
</div>
<div class="skype_pnh_menu_container" id="skype_pnh_menu_container" onmouseout="SkypeClick2Call.MenuInjectionHandler.hideMenu(event)" onmouseover="SkypeClick2Call.MenuInjectionHandler.showMenu(this, event)" style="display:none;">
	<div class="skype_pnh_menu_click2call">
		<a class="skype_pnh_menu_click2call_action" id="skype_pnh_menu_click2call_action">&Ccedil;agri</a></div>
	<div class="skype_pnh_menu_click2sms">
		<a class="skype_pnh_menu_click2sms_action" id="skype_pnh_menu_click2sms_action">SMS g&ouml;nder</a></div>
	<div class="skype_pnh_menu_add2skype">
		<a class="skype_pnh_menu_add2skype_text" id="skype_pnh_menu_add2skype_text">Skype&#39;a ekle</a></div>
	<div class="skype_pnh_menu_toll_info">
		<span class="skype_pnh_menu_toll_callcredit">Skype Kont&ouml;r&uuml;ne ihtiyacınız olacak</span><span class="skype_pnh_menu_toll_free">Skype ile &uuml;cretsiz</span></div>
</div>
<div class="skype_pnh_menu_container" id="skype_pnh_menu_container" onmouseout="SkypeClick2Call.MenuInjectionHandler.hideMenu(event)" onmouseover="SkypeClick2Call.MenuInjectionHandler.showMenu(this, event)" style="display:none;">
	<div class="skype_pnh_menu_click2call">
		<a class="skype_pnh_menu_click2call_action" id="skype_pnh_menu_click2call_action">&Ccedil;agri</a></div>
	<div class="skype_pnh_menu_click2sms">
		<a class="skype_pnh_menu_click2sms_action" id="skype_pnh_menu_click2sms_action">SMS g&ouml;nder</a></div>
	<div class="skype_pnh_menu_add2skype">
		<a class="skype_pnh_menu_add2skype_text" id="skype_pnh_menu_add2skype_text">Skype&#39;a ekle</a></div>
	<div class="skype_pnh_menu_toll_info">
		<span class="skype_pnh_menu_toll_callcredit">Skype Kont&ouml;r&uuml;ne ihtiyacınız olacak</span><span class="skype_pnh_menu_toll_free">Skype ile &uuml;cretsiz</span></div>
</div>
</div>
</table>


      
         <table id="Table_01" width="745" height="221" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td rowspan="2">
			<img src="http://www.rivierainvest.no/GoldBanner/images/index_01.gif" width="421" height="138" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/GoldBanner/images/index_02.gif" width="324" height="80" alt=""></td>
	</tr>
	<tr>
		<td>
			<iframe allowtransparency="true" frameborder="0" width="324" height="58"  scrolling="no"src="count/bos.html"></iframe></td>
	</tr>
	<tr>
		<td colspan="2">
			<a href="http://projects.rivierainvest.no/Utvalgte_Byggeprosjekter/Introduksjon/Alanya-Avsallar/798-Gold_Residence_VIP_Avsallar_Apartments.html"><img src="http://www.rivierainvest.no/GoldBanner/images/index_04.gif" width="745" height="113" alt="" border="0"></a></td>
	</tr>
</table>
            <font style="font-size: 6px;"></font>
         
                   <a href="http://granadaresidence.rivierainvest.no" title="Granada Residence" target="_blank"><img title="Granada Residence" src="http://www.rivierainvest.no/images/granadason.jpg" border="0"></a>  
	<br>
         <a href="http://goldresidence.rivierainvest.no" title="Gold Residence" target="_blank"><img title="Gold Residence" src="http://www.rivierainvest.no/images/Gold_Residence.jpg" border="0"></a>  

        <font style="font-size: 5px;"><br></font>
		<table width="744" height="120" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td rowspan="2" width="233" height="120">
			<img src="http://www.rivierainvest.no/images/enyeni_01.jpg"  alt=""></td>
		<td style="background: url(http://www.rivierainvest.no/images/enyeni_02.jpg); text-align: right; height: 33px; width: 511px"><a style="padding-right: 18px; color: #FFFFFF; font-size: 13px; font-family: Verdana" href="http://www.rivierainvest.no/Nyeste_Boliger_Alanya_til_salgs/Tyrkia"><b>Nyeste Boliger i Tyrkia</b></a></td>
	</tr>
	<tr>
		<td style="background: url(http://www.rivierainvest.no/images/enyeni_03.jpg); text-align: right; width: 511px; height: 87px">
        
        <table align="right"><tr>

		<td><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Avsallar/Leiligheter_til_salgs/798-Gold_Residence_VIP_Avsallar_Apartments.html" title="Gold Residence VIP Avsallar Apartments - Our new project with apartments and penthouses in Avsallar in quite but centrally location for sale" ><img src="http://www.rivierainvest.no/resimler/vluh12fa0h/kucuk/ndhqtv4ow3.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Dublex-Penthouse_til_salgs/785-SPESIAL.html" title="SPESIAL : CITY LIGHTS leililghet Alanya sentrum nær Kleopatrastranden med pool og gulvvarme. Penthouse med 2 soverom. Møbelpakke inkludert, Dubleks - Penthouse i Alanya" ><img src="http://www.rivierainvest.no/resimler/63w1e4q3zl/kucuk/etyn5y2hug.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Tomter_til_salg/703-Plot_of_land_for_building_a_single_villa_with_a_private_swimming_pool_in_Alanya.html" title="Plot of land for building a single villa with a private swimming pool in Alanya" ><img src="http://www.rivierainvest.no/resimler/i4fkbee70u/kucuk/uf5gu0iqn2.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Tosmur/Leiligheter_til_salgs/869-Anil_apartment_in_Alanya_Tosmur.html" title="Anil apartment in Alanya Tosmur - Nice resale apartment in Alanya in very good condition with 3 bedrooms " ><img src="http://www.rivierainvest.no/resimler/dbab7o6awo/kucuk/mwclqlh2f2.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>
        
        </tr></table>
</td>
</tr>
</table>
        <font style="font-size: 5px;"><br></font>
		
        <font style="font-size: 5px;"><br></font>
		<table style="border: 1px solid #CCCCCC; width: 744px;" cellpadding="0" cellspacing="0">
  <tr><td style="border-top: 4px solid #27b3e6">
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Leiligheter_til_salgs/834-Granada_City_Residence_Apartments_Alanya.html"><img src="http://www.rivierainvest.no/resimler/zry5dfyndl/kucuk/z3am8nuyfo.jpg" width="150" style="border: 1px solid #cccccc" alt="Granada City Residence Apartments Alanya" title="Granada City Residence Apartments Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Leiligheter_til_salgs/834-Granada_City_Residence_Apartments_Alanya.html" title="Granada City Residence Apartments Alanya">
      <font style="font-size: 11px"><b>Granada City Residence Apartments Alanya - 5 Star Luxury Residence apartments and penthouses in the centre of Alanya near to the Cleopatra Beach</b></font>
    </a><br /><br />This 5 Star Luxury Residence property in <b>Alanya</b> is located in the city centre just 800 m away from the famous Cleopatra Beach. Here are 3 different kind of apartments are available. The apartments are for sale fully furnished and with white goods and air conditioners.</td>
  </tr>
  <tr><td align="right"><b>Pris : 49 500,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Dublex-Penthouse_til_salgs/785-SPESIAL.html"><img src="http://www.rivierainvest.no/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.no/resimler/63w1e4q3zl/kucuk/etyn5y2hug.jpg" width="150" style="border: 1px solid #cccccc" alt="SPESIAL" title="SPESIAL" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Dublex-Penthouse_til_salgs/785-SPESIAL.html" title="SPESIAL">
      <font style="font-size: 11px"><b>SPESIAL : CITY LIGHTS leililghet Alanya sentrum nær Kleopatrastranden med pool og gulvvarme. Penthouse med 2 soverom. Møbelpakke inkludert, Dubleks - Penthouse i Alanya</b></font>
    </a><br /><br />SPESIAL CITY LIGHTS- et flott <b>leilighet</b>s alternativ i <b>Alanya</b> sentrum nær Kleopatrastranden. Leilighetne ligger ca 70 m fra markedshallene i <b>Alanya</b>. Her har du butikker og restauranter like utenfor døren. Penthouse <b>leilighet</b>ene har 2 soverom og gulvvarme. Hvitevarer er inkludert. Meget bra standard! Anlegget vil stå ferdig i slutten av desember 2012. NYTTÅRSTILBUD: Vi inkluderer en valgfri møbelpakke til en verdi av 5000 euro !</td>
  </tr>
  <tr><td align="right"><b>Pris : 120 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Villa_og_hus_til_salgs/783-Eden_Villa_in_Alanya.html"><img src="http://www.rivierainvest.no/resimler/9ccw3yoopd/kucuk/saglwrwq6a.jpg" width="150" style="border: 1px solid #cccccc" alt="Eden Villa in Alanya" title="Eden Villa in Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya/Villa_og_hus_til_salgs/783-Eden_Villa_in_Alanya.html" title="Eden Villa in Alanya">
      <font style="font-size: 11px"><b>Eden Villa in Alanya - Charming villa in Alanya with private pool, 4 bedrooms, nice sea and nature view and near to the city centre in a quite location</b></font>
    </a><br /><br />This <b>villa</b> in <b>Alanya</b> is very special property in Turkey! This beautiful <b>villa</b> in <b>Alanya</b> is built on over 400 sqm land. The house is located in the best residential area of ​​<b>Alanya</b> and offers a breathtaking view over the city of <b>Alanya</b>, the castle and the Mediterranean Sea.</td>
  </tr>
  <tr><td align="right"><b>Pris : 309 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://projects.rivierainvest.no/Utvalgte_Byggeprosjekter/Introduksjon/Alanya-Avsallar/773-Gold_Residence_VIP_Avsallar_Apartments.html"><img src="http://www.rivierainvest.no/resimler/gvwgq5dufi/kucuk/2qo43gi4ql.jpg" width="150" style="border: 1px solid #cccccc" alt="Gold Residence VIP Avsallar Apartments" title="Gold Residence VIP Avsallar Apartments" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://projects.rivierainvest.no/Utvalgte_Byggeprosjekter/Introduksjon/Alanya-Avsallar/773-Gold_Residence_VIP_Avsallar_Apartments.html" title="Gold Residence VIP Avsallar Apartments">
      <font style="font-size: 11px"><b>Gold Residence VIP Avsallar Apartments - Our new project with apartments with 2 and 3 bedrooms and penthouses with 3 bedrooms in Avsallar in quite but centrally location for sale</b></font>
    </a><br /><br />We are proud to present our latest project in <b>Alanya</b>. We are offering now our potential customers the opportunity to benefit of our 40 years experience in the construction branch and to purchase a property in <b>Avsallar</b> built with the finest materials in the modern Mediterranean design for very reasonable prices.</td>
  </tr>
  <tr><td align="right"><b>Pris : 56 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Oba/Dublex-Penthouse_til_salgs/768-Oba_Crown_penthouse_in_Alanya.html"><img src="http://www.rivierainvest.no/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.no/resimler/zqais47et6/kucuk/jq5jarfke7.jpg" width="150" style="border: 1px solid #cccccc" alt="Oba Crown penthouse in Alanya" title="Oba Crown penthouse in Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Oba/Dublex-Penthouse_til_salgs/768-Oba_Crown_penthouse_in_Alanya.html" title="Oba Crown penthouse in Alanya">
      <font style="font-size: 11px"><b>Oba Crown penthouse in Alanya – Spacious renovated and fully furnished penthouse in Alanya Oba in family friendly complex with all facilities only 900 m from the sea</b></font>
    </a><br /><br />This penthouse property in <b>Alanya</b> is located in <b>Oba</b> and offers a living area of 295 sqm on two floors. The apartment is newly renovated and is fully furnished. White goods and air conditioners are included and here you can move straight in. The complex is family friendly and has a big pool area with children pool and waterslide. There is also an indoor swimming pool, fitness, tennis court and to the beach it is only 900 m.</td>
  </tr>
  <tr><td align="right"><b>Pris : 220 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Mahmutlar/Leiligheter_til_salgs/762-Happy_Marmara_Residence_Apartment_Alanya.html"><img src="http://www.rivierainvest.no/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.no/resimler/h2ukgnknl9/kucuk/4dhn909g2k.jpg" width="150" style="border: 1px solid #cccccc" alt="Happy Marmara Residence Apartment Alanya" title="Happy Marmara Residence Apartment Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Mahmutlar/Leiligheter_til_salgs/762-Happy_Marmara_Residence_Apartment_Alanya.html" title="Happy Marmara Residence Apartment Alanya">
      <font style="font-size: 11px"><b>Happy Marmara Residence Apartment Alanya - Fully furnished apartment in Mahmutlar in quite location with sea- and mountain view in tended residence</b></font>
    </a><br /><br />The Happy Life Marmara apartment is a property in <b>Alanya</b> in a great family-friendly residence only 500 meters away from the beach. In the surrounding are many shops and restaurants. The Happy Life Marmara residence is centrally located, but anyway in a quite area in the middle of the green nature.</td>
  </tr>
  <tr><td align="right"><b>Pris : 79 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://projects.rivierainvest.no/Utvalgte_Byggeprosjekter/Introduksjon/Alanya-Avsallar/752-Emerald_Park_in_Alanya.html"><img src="http://www.rivierainvest.no/resimler/u8o33ll4wg/kucuk/1q6d18fs6s.jpg" width="150" style="border: 1px solid #cccccc" alt="Emerald Park in Alanya" title="Emerald Park in Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://projects.rivierainvest.no/Utvalgte_Byggeprosjekter/Introduksjon/Alanya-Avsallar/752-Emerald_Park_in_Alanya.html" title="Emerald Park in Alanya">
      <font style="font-size: 11px"><b>Emerald Park in Alanya - new apartments and penthouses in Alanya Avsallar. Construction project 600 meters from the sea with lots of facilities for its residents</b></font>
    </a><br /><br />Emerald Park in <b>Avsallar</b> is a new project of a residential complex with lots of facilities such as indoor swimming pool, Turkish bath, sauna, restaurant, water slides, tennis court, playground for the kids and many others. The development is 600 meters away from the sea. The apartments have sea view and breathtaking mountain view.</td>
  </tr>
  <tr><td align="right"><b>Pris : 34 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Tomter_til_salg/703-Plot_of_land_for_building_a_single_villa_with_a_private_swimming_pool_in_Alanya.html"><img src="http://www.rivierainvest.no/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.no/resimler/i4fkbee70u/kucuk/uf5gu0iqn2.jpg" width="150" style="border: 1px solid #cccccc" alt="Plot of land for building a single villa with a private swimming pool in Alanya" title="Plot of land for building a single villa with a private swimming pool in Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Tomter_til_salg/703-Plot_of_land_for_building_a_single_villa_with_a_private_swimming_pool_in_Alanya.html" title="Plot of land for building a single villa with a private swimming pool in Alanya">
      <font style="font-size: 11px"><b>Plot of land for building a single villa with a private swimming pool in Alanya</b></font>
    </a><br /><br />This plot of land of 1000 m2 is situated in <b>Kargicak</b> in <b>Alanya</b> above a well known construction project with <b>villa</b>s and apartment buildings called Granada. Surrounded by lots of nature it is an ideal place for building a <b>villa</b> with a private swimming pool.  </td>
  </tr>
  <tr><td align="right"><b>Pris : 125 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Leiligheter_til_salgs/693-Alparslan_Residence_Apartments_Alanya.html"><img src="http://www.rivierainvest.no/resimler/i49r48udv1/kucuk/ul7hyd1syv.jpg" width="150" style="border: 1px solid #cccccc" alt="Alparslan Residence Apartments Alanya" title="Alparslan Residence Apartments Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Leiligheter_til_salgs/693-Alparslan_Residence_Apartments_Alanya.html" title="Alparslan Residence Apartments Alanya">
      <font style="font-size: 11px"><b>Alparslan Residence Apartments Alanya - New luxery and comfortable apartments in Alanya Kargicak with open sea view for sale</b></font>
    </a><br /><br />These exclusive apartments and penthouse properties in <b>Alanya</b> are located in <b>Kargicak</b> just 250 m away from the beach. Even from the first floor you have an open and unobstructed view of the Mediterranean Sea, the long coast strip, the city and the castle of <b>Alanya</b>. The show apartment will be ready soon.</td>
  </tr>
  <tr><td align="right"><b>Pris : 98 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Villa_og_hus_til_salgs/683-Gold_Residence_5_Villa_Alanya.html"><img src="http://www.rivierainvest.no/resimler/a0awk1pyvy/kucuk/96mrazcg7s.jpg" width="150" style="border: 1px solid #cccccc" alt="Gold Residence 5 Villa Alanya" title="Gold Residence 5 Villa Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.no/Bolig/Tyrkia/Alanya-Kargicak/Villa_og_hus_til_salgs/683-Gold_Residence_5_Villa_Alanya.html" title="Gold Residence 5 Villa Alanya">
      <font style="font-size: 11px"><b>Gold Residence 5 Villa Alanya - Villa in spanish style in villapark in Alanya Kargicak with its own private pool and garage and panoramic sea view </b></font>
    </a><br /><br />Here we can offer you a very nice house in a <b>villa</b> park with a land of more than 600 sqm, private pool and garage for a very favorable price. From here you have a fantastic sea view and a view on the mountains. If you wish we can help you to furnish this <b>Alanya</b> <b>villa</b>. </td>
  </tr>
  <tr><td align="right"><b>Pris : 255 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
</td></tr></table></td>
  </tr>
</table></td></tr>
        </table>
		<table width="100%"><tr><td align="center">
<table width="970" height="196" style="border: 0px solid #016591" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="19">
			<img src="http://www.rivierainvest.no/images/altmap_01.jpg" width="970" height="12" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="12" alt=""></td>
	</tr>
	<tr>
		<td colspan="10" rowspan="2" style="background: url(http://www.rivierainvest.no/images/altmap_02.jpg); font-weight: bold; color: #016591; font-size: 18px; font-family:'Times New Roman'; padding-left: 20px; text-align: left">
			<i>Klikk for å kartlegge for listen etter region</i></td>
		<td colspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_03.jpg" width="67" height="24" alt=""></td>
		<td colspan="7" rowspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_04.jpg" width="336" height="41" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="24" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Cikcilli'><img src="http://www.rivierainvest.no/images/altmap_05.jpg" width="67" height="17" alt="Cikcilli" title="Eiendommer til salgs i Cikcilli" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="17" alt=""></td>
	</tr>
	<tr>
		<td colspan="8" rowspan="3">
			<img src="http://www.rivierainvest.no/images/altmap_06.jpg" width="517" height="53" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Tepe-Bektas'><img src="http://www.rivierainvest.no/images/altmap_07.jpg" width="50" height="16" alt="Tepe-Bektas" title="Eiendommer til salgs i Tepe-Bektas" border="0"></a></td>
		<td rowspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_08.jpg" width="30" height="35" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Tosmur'><img src="http://www.rivierainvest.no/images/altmap_09.jpg" width="73" height="16" alt="Tosmur" title="Eiendommer til salgs i Tosmur" border="0"></a></td>
		<td colspan="6" rowspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_10.jpg" width="300" height="35" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="16" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_11.jpg" width="50" height="19" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Oba'><img src="http://www.rivierainvest.no/images/altmap_12.jpg" width="73" height="19" alt="Oba" title="Eiendommer til salgs i Oba" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="19" alt=""></td>
	</tr>
	<tr>
		<td rowspan="6">
			<img src="http://www.rivierainvest.no/images/altmap_13.jpg" width="27" height="107" alt=""></td>
		<td colspan="2" rowspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya'><img src="http://www.rivierainvest.no/images/altmap_14.jpg" width="53" height="46" alt="Alanya" title="Eiendommer til salgs i Alanya" border="0"></a></td>
		<td colspan="2" rowspan="6">
			<img src="http://www.rivierainvest.no/images/altmap_15.jpg" width="73" height="107" alt=""></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Kestel'><img src="http://www.rivierainvest.no/images/altmap_16.jpg" width="53" height="18" alt="Kestel" title="Eiendommer til salgs i Kestel" border="0"></a></td>
		<td colspan="5">
			<img src="http://www.rivierainvest.no/images/altmap_17.jpg" width="247" height="18" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="18" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_18.jpg" width="90" height="28" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/altmap_19.jpg" width="59" height="28" alt=""></td>
		<td colspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_20.jpg" width="117" height="28" alt=""></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Payallar'><img src="http://www.rivierainvest.no/images/altmap_21.jpg" width="70" height="28" alt="Payallar" title="Eiendommer til salgs i Payallar" border="0"></a></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Konakli'><img src="http://www.rivierainvest.no/images/altmap_22.jpg" width="75" height="28" alt="Konakli" title="Eiendommer til salgs i Konakli" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.no/images/altmap_23.jpg" width="106" height="28" alt=""></td>
		<td rowspan="5">
			<img src="http://www.rivierainvest.no/images/altmap_24.jpg" width="53" height="89" alt=""></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Mahmutlar'><img src="http://www.rivierainvest.no/images/altmap_25.jpg" width="59" height="28" alt="Mahmutlar" title="Eiendommer til salgs i Mahmutlar" border="0"></a></td>
		<td colspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_26.jpg" width="188" height="28" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="28" alt=""></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_27.jpg" width="29" height="61" alt=""></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Okurcalar'><img src="http://www.rivierainvest.no/images/altmap_28.jpg" width="61" height="24" alt="Okurcalar" title="Eiendommer til salgs i Okurcalar" border="0"></a></td>
		<td rowspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_29.jpg" width="59" height="61" alt=""></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Avsallar'><img src="http://www.rivierainvest.no/images/altmap_30.jpg" width="52" height="24" alt="Avsallar" title="Eiendommer til salgs i Avsallar" border="0"></a></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Turkler'><img src="http://www.rivierainvest.no/images/altmap_31.jpg" width="65" height="24" alt="Turkler" title="Eiendommer til salgs i Turkler" border="0"></a></td>
		<td colspan="3" rowspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_32.jpg" width="251" height="61" alt=""></td>
		<td colspan="2" rowspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_33.jpg" width="53" height="61" alt=""></td>
		<td rowspan="4">
			<img src="http://www.rivierainvest.no/images/altmap_34.jpg" width="59" height="61" alt=""></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Kargicak'><img src="http://www.rivierainvest.no/images/altmap_35.jpg" width="56" height="20" alt="Kargicak" title="Eiendommer til salgs i Kargicak" border="0"></a></td>
		<td colspan="3" rowspan="3">
			<img src="http://www.rivierainvest.no/images/altmap_36.jpg" width="132" height="37" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="20" alt=""></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="http://www.rivierainvest.no/images/altmap_37.jpg" width="56" height="41" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="4" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_38.jpg" width="61" height="37" alt=""></td>
		<td colspan="2" rowspan="2">
			<img src="http://www.rivierainvest.no/images/altmap_39.jpg" width="117" height="37" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="13" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.no/images/altmap_40.jpg" width="42" height="24" alt=""></td>
		<td>
<a href='http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Alanya-Demirtas'><img src="http://www.rivierainvest.no/images/altmap_41.jpg" width="52" height="24" alt="Demirtas" title="Eiendommer til salgs i Demirtas" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.no/images/altmap_42.jpg" width="38" height="24" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="1" height="24" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="29" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="61" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="59" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="52" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="65" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="70" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="75" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="106" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="27" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="23" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="30" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="37" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="36" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="53" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="59" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="56" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="42" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="52" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.no/images/spacer.gif" width="38" height="1" alt=""></td>
		<td></td>
	</tr>
</table></td></tr></table>
        
        
        </td></tr></table></td>
		<td>&nbsp;</td>
	</tr>
</table>
        

<table align="center" style="width: 990px; text-align: left; background: #ebebeb; border: 1px solid #cccccc; font-size: 9px;"><tr><td width="100%"><table style="width: 100%;"><tr>

<td width="328"></td> <td width="642">&nbsp;</td>
</tr>
                
        <tr>
          <td colspan="2"><a  style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia" title="Eiendom i Tyrkia">Eiendom i Tyrkia</a> | <a  style="color: #666666" href="http://www.rivierainvest.no/kjope_bolig_i_tyrkia.html" title="leilighet i tyrkia">leilighet i tyrkia</a></td>
        </tr>
        
        
        <tr>
    <td colspan="2">
	 
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Villa_og_hus_til_salgs" title="Villa i Tyrkia">
      Villa i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Leiligheter_til_salgs" title="Leiligheter i Tyrkia">
      Leiligheter i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Tomter_til_salg" title="Tomter i Tyrkia">
      Tomter i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Dublex-Penthouse_til_salgs" title="Penthouse i Tyrkia">
      Penthouse i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Forretningslokaler_Alanya_til_salg" title="Lokaler i Tyrkia">
      Lokaler i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Nye_byggeprosjekter_i_Tyrkia" title="Nye byggeprosjekter i Tyrkia">
      Nye byggeprosjekter i Tyrkia
      </a>&nbsp;,
      
      <a style="color: #666666" href="http://www.rivierainvest.no/Eiendommer_til_salgs/Tyrkia/Investeringsmuligheter_Alanya_til_salg" title="Investeringseiendommer i Tyrkia">
      Investeringseiendommer i Tyrkia
      </a>&nbsp;,
      
     <br /> <a href="http://www.rivierainvest.ru" title="Квартиры в Турции">Квартиры в Турции</a>&nbsp;,&nbsp;<a style="color: #666666" target="_blank" title="Granada Residence" href="http://granadaresidence.rivierainvest.no">Granada Residence</a>
     </td>
    </tr>
</table></td></tr>
  <tr>
    <td></td>
  </tr> 
  </table> 
          
          
<table width="990" align="center">
		  <tr>
		    <td><table width="100%" border="0" style="font-size: 10px">
            <tr>
            <td>Powered by<br>Riviera Invest IT Department<br />
			</td><td align="center">Copyright © Riviera Invest, all rights reserved. 2013</td><td align="right">Riviera Invest is a company of<br><a style="color: #666666" href="http://www.goldresidence.com" target="_blank"><img src="http://www.rivierainvest.no/images/alparslan.png" align="absmiddle" border="0" alt="Alparslan Construction – Apartments Villas Alanya" title="Alparslan Construction – Apartments Villas Alanya" /></a></td>
            </tr></table>
            </td>
  </tr>
</table>
</div>  
    <script src="http://www.rivierainvest.no/popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

<link href="http://www.rivierainvest.no/popup.css" rel="stylesheet" type="text/css" />
  
  <div id="popupContact" style="width:585px; height:400px;">
    <a id="popupContactClose" href="#">X</a>
        
<p id="contactArea" style="width:585px; height:400px;">
    <a href="http://www.alanyainvest.com" target="_blank"><img border="0" src="http://www.rivierainvest.no/reklame-alanyainvest.jpg" width="580" height="395" /></a>

        </p>
</div>
        </p>
</div>
    <div id="backgroundPopup"></div>
    
</body>
</html>